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/06/21 17:08:17 UTC

jena git commit: Attempt to see if contract suite 0.1.4-SNAPSHOT fixes the build problem.

Repository: jena
Updated Branches:
  refs/heads/jena2 0974842fa -> 4b8639303


Attempt to see if contract suite 0.1.4-SNAPSHOT fixes the build problem.


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

Branch: refs/heads/jena2
Commit: 4b8639303290e65ffc7e5913effa53be7b549d7b
Parents: 0974842
Author: Claude Warren <cl...@apache.org>
Authored: Sun Jun 21 16:07:11 2015 +0100
Committer: Claude Warren <cl...@apache.org>
Committed: Sun Jun 21 16:07:11 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/jena/blob/4b863930/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index aebb7a4..64ce108 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -302,7 +302,7 @@
        <dependency>
         <groupId>org.xenei</groupId>
         <artifactId>junit-contracts</artifactId>
-        <version>0.1.3</version>
+        <version>0.1.4-SNAPSHOT</version>
         <scope>test</scope>
       </dependency> 
     </dependencies>