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/17 00:03:06 UTC

jena git commit: Rolling back junit-contracts as it can't find the release.

Repository: jena
Updated Branches:
  refs/heads/master df970b386 -> c86a2266f


Rolling back junit-contracts as it can't find the release.


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

Branch: refs/heads/master
Commit: c86a2266fe541531a3c407818f32359e702d9161
Parents: df970b3
Author: Claude Warren <cl...@apache.org>
Authored: Tue Jun 16 23:02:29 2015 +0100
Committer: Claude Warren <cl...@apache.org>
Committed: Tue Jun 16 23:02:29 2015 +0100

----------------------------------------------------------------------
 jena-parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/c86a2266/jena-parent/pom.xml
----------------------------------------------------------------------
diff --git a/jena-parent/pom.xml b/jena-parent/pom.xml
index a83d0d8..eb11f0c 100644
--- a/jena-parent/pom.xml
+++ b/jena-parent/pom.xml
@@ -307,7 +307,7 @@
       <dependency>
         <groupId>org.xenei</groupId>
         <artifactId>junit-contracts</artifactId>
-        <version>0.1.3</version>
+        <version>0.1.2</version>
         <scope>test</scope>
         <exclusions>
           <exclusion>
@@ -320,7 +320,7 @@
       <dependency>
         <groupId>org.xenei</groupId>
         <artifactId>contract-test-maven-plugin</artifactId>
-        <version>0.1.3</version>
+        <version>0.1.2</version>
         <scope>test</scope>
       </dependency>