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 2018/02/07 20:30:32 UTC

[05/10] jena git commit: Updated version number for junit-contracts to 0.2.0

Updated version number for junit-contracts to 0.2.0


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

Branch: refs/heads/master
Commit: 185badb543a6290ae533a0142f416ab4f466043b
Parents: fa23c25
Author: Claude Warren <cl...@apache.org>
Authored: Sat Jan 20 21:29:36 2018 +0000
Committer: Claude Warren <cl...@apache.org>
Committed: Sat Jan 20 21:29:36 2018 +0000

----------------------------------------------------------------------
 jena-core/pom.xml | 1 -
 pom.xml           | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jena/blob/185badb5/jena-core/pom.xml
----------------------------------------------------------------------
diff --git a/jena-core/pom.xml b/jena-core/pom.xml
index 2afd219..b883411 100644
--- a/jena-core/pom.xml
+++ b/jena-core/pom.xml
@@ -71,7 +71,6 @@
       <groupId>org.xenei</groupId>
       <artifactId>junit-contracts</artifactId>
       <scope>test</scope>
-      <version>0.1.8-SNAPSHOT</version>
     </dependency>
 
     <dependency>

http://git-wip-us.apache.org/repos/asf/jena/blob/185badb5/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 85ebfa8..86b743d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -100,7 +100,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.7</ver.contract.tests>
+    <ver.contract.tests>0.2.0</ver.contract.tests>
   </properties>
 
   <issueManagement>