You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by cl...@apache.org on 2015/07/09 23:53:24 UTC

jena git commit: changed contract version back to 0.1.4 until I can get the snapshot to work on jenkins build or get a release of 0.1.5

Repository: jena
Updated Branches:
  refs/heads/master 7e5501653 -> 8bd2c7ba5


changed contract version back to 0.1.4 until I can get the snapshot to work on jenkins build or get a release of 0.1.5


Project: http://git-wip-us.apache.org/repos/asf/jena/repo
Commit: http://git-wip-us.apache.org/repos/asf/jena/commit/8bd2c7ba
Tree: http://git-wip-us.apache.org/repos/asf/jena/tree/8bd2c7ba
Diff: http://git-wip-us.apache.org/repos/asf/jena/diff/8bd2c7ba

Branch: refs/heads/master
Commit: 8bd2c7ba5cdcdb5956216d58ebbe50a630a1cc25
Parents: 7e55016
Author: Claude Warren <cl...@apache.org>
Authored: Thu Jul 9 22:52:05 2015 +0100
Committer: Claude Warren <cl...@apache.org>
Committed: Thu Jul 9 22:52:05 2015 +0100

----------------------------------------------------------------------
 jena-parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/8bd2c7ba/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index 70b0b6f..e0c9f80 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -80,7 +80,7 @@
 
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <maven.build.timestamp.format>yyyy-MM-dd'T'HH:mm:ssZ</maven.build.timestamp.format>
-    <ver.contract.tests>0.1.5-SNAPSHOT</ver.contract.tests>
+    <ver.contract.tests>0.1.4</ver.contract.tests>
   </properties>
 
   <profiles>