You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2014/04/23 11:36:39 UTC

git commit: CLEREZZA-815:update ext.jena versions

Repository: clerezza
Updated Branches:
  refs/heads/master ce53f6d05 -> ce92b088f


CLEREZZA-815:update ext.jena versions

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

Branch: refs/heads/master
Commit: ce92b088ffe8c8c832b5001268000940a6dda2fd
Parents: ce53f6d
Author: retobg <re...@apache.org>
Authored: Wed Apr 23 11:36:19 2014 +0200
Committer: retobg <re...@apache.org>
Committed: Wed Apr 23 11:36:19 2014 +0200

----------------------------------------------------------------------
 provisioning/rdf/pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza/blob/ce92b088/provisioning/rdf/pom.xml
----------------------------------------------------------------------
diff --git a/provisioning/rdf/pom.xml b/provisioning/rdf/pom.xml
index c9b3afd..2b43f31 100644
--- a/provisioning/rdf/pom.xml
+++ b/provisioning/rdf/pom.xml
@@ -159,22 +159,22 @@
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-iri</artifactId>
-            <version>1.0.0_1-SNAPSHOT</version>
+            <version>1.0.1_1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-core</artifactId>
-            <version>2.11.0_1-SNAPSHOT</version>
+            <version>2.11.1_1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-arq</artifactId>
-            <version>2.11.0_1-SNAPSHOT</version>
+            <version>2.11.1_1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza.ext</groupId>            
             <artifactId>org.apache.jena.jena-tdb</artifactId>
-            <version>1.0.0_1-SNAPSHOT</version>
+            <version>1.0.1_1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>