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 2013/09/12 21:27:35 UTC

svn commit: r1522700 - in /clerezza/trunk/provisioning/rdf: ./ pom.xml

Author: reto
Date: Thu Sep 12 19:27:35 2013
New Revision: 1522700

URL: http://svn.apache.org/r1522700
Log:
working around KARAF-2470 by switching the order

Modified:
    clerezza/trunk/provisioning/rdf/   (props changed)
    clerezza/trunk/provisioning/rdf/pom.xml

Propchange: clerezza/trunk/provisioning/rdf/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Thu Sep 12 19:27:35 2013
@@ -0,0 +1 @@
+target

Modified: clerezza/trunk/provisioning/rdf/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/provisioning/rdf/pom.xml?rev=1522700&r1=1522699&r2=1522700&view=diff
==============================================================================
--- clerezza/trunk/provisioning/rdf/pom.xml (original)
+++ clerezza/trunk/provisioning/rdf/pom.xml Thu Sep 12 19:27:35 2013
@@ -29,18 +29,19 @@
     <version>0.1-SNAPSHOT</version>
     <packaging>feature</packaging>
 
-    <name>RDF feature</name>
-    <description>The Java RDF libraries and jena based implementations</description>
+    <name>Clerezza - Provisioning: RDF feature</name>
+    <description>A Karaf feature and partialbundlelist with the Java RDF 
+        libraries and jena based implementations</description>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
-            <artifactId>rdf.core</artifactId>
-            <version>0.14-SNAPSHOT</version>
+            <artifactId>utils</artifactId>
+            <version>0.2-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
-            <artifactId>rdf.utils</artifactId>
+            <artifactId>rdf.core</artifactId>
             <version>0.14-SNAPSHOT</version>
         </dependency>
         <dependency>
@@ -50,6 +51,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
+            <artifactId>rdf.utils</artifactId>
+            <version>0.14-SNAPSHOT</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.jena.sparql</artifactId>
             <version>0.7-SNAPSHOT</version>
         </dependency>
@@ -64,11 +70,6 @@
             <version>0.12-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.clerezza</groupId>
-            <artifactId>utils</artifactId>
-            <version>0.2-SNAPSHOT</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.clerezza.ext</groupId>
             <artifactId>org.apache.jena.tdb</artifactId>
             <version>0.4-SNAPSHOT</version>