You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2011/07/12 19:20:16 UTC

svn commit: r1145687 - in /incubator/stanbol/trunk: cmsadapter/core/ cmsadapter/parent/ commons/web/base/ commons/web/sparql/ contenthub/web/ enhancer/benchmark/ enhancer/clerezza/clerezza-sparql/ enhancer/clerezza/org.apache.stanbol.enhancer.clerezza/...

Author: rwesten
Date: Tue Jul 12 17:20:14 2011
New Revision: 1145687

URL: http://svn.apache.org/viewvc?rev=1145687&view=rev
Log:
Applied the patch provided by Reto in STANBOL-251. I think there are still some old clerezza artefact IDs in some components that need to be changed.

Modified:
    incubator/stanbol/trunk/cmsadapter/core/pom.xml
    incubator/stanbol/trunk/cmsadapter/parent/pom.xml
    incubator/stanbol/trunk/commons/web/base/pom.xml
    incubator/stanbol/trunk/commons/web/sparql/pom.xml
    incubator/stanbol/trunk/contenthub/web/pom.xml
    incubator/stanbol/trunk/enhancer/benchmark/pom.xml
    incubator/stanbol/trunk/enhancer/clerezza/clerezza-sparql/pom.xml
    incubator/stanbol/trunk/enhancer/clerezza/org.apache.stanbol.enhancer.clerezza/pom.xml
    incubator/stanbol/trunk/enhancer/engines/autotagging/pom.xml
    incubator/stanbol/trunk/enhancer/engines/entitytagging/pom.xml
    incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml
    incubator/stanbol/trunk/enhancer/engines/langid/pom.xml
    incubator/stanbol/trunk/enhancer/engines/metaxa/pom.xml
    incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml
    incubator/stanbol/trunk/enhancer/engines/opennlp-ner/pom.xml
    incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml
    incubator/stanbol/trunk/enhancer/engines/zemanta/pom.xml
    incubator/stanbol/trunk/enhancer/generic/jobmanager/pom.xml
    incubator/stanbol/trunk/enhancer/generic/servicesapi/pom.xml
    incubator/stanbol/trunk/enhancer/generic/standalone/pom.xml
    incubator/stanbol/trunk/enhancer/jersey/pom.xml
    incubator/stanbol/trunk/enhancer/stores/jcrstore/pom.xml
    incubator/stanbol/trunk/entityhub/jersey/pom.xml
    incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml
    incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml
    incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml
    incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml
    incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml
    incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml
    incubator/stanbol/trunk/ontologymanager/store/clerezza/pom.xml
    incubator/stanbol/trunk/ontologymanager/store/fise-adapter/pom.xml
    incubator/stanbol/trunk/ontologymanager/web/pom.xml
    incubator/stanbol/trunk/owl/pom.xml
    incubator/stanbol/trunk/parent/pom.xml
    incubator/stanbol/trunk/reasoners/base/pom.xml
    incubator/stanbol/trunk/reasoners/web/pom.xml
    incubator/stanbol/trunk/reengineer/base/pom.xml
    incubator/stanbol/trunk/reengineer/db/pom.xml
    incubator/stanbol/trunk/reengineer/web/pom.xml
    incubator/stanbol/trunk/reengineer/xml/pom.xml
    incubator/stanbol/trunk/rules/manager/pom.xml
    incubator/stanbol/trunk/rules/refactor/pom.xml
    incubator/stanbol/trunk/rules/web/pom.xml

Modified: incubator/stanbol/trunk/cmsadapter/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/core/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/core/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/core/pom.xml Tue Jul 12 17:20:14 2011
@@ -63,7 +63,7 @@
 
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.core</artifactId>
+			<artifactId>rdf.core</artifactId>
 		</dependency>
 		
 		<dependency>

Modified: incubator/stanbol/trunk/cmsadapter/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/cmsadapter/parent/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/cmsadapter/parent/pom.xml (original)
+++ incubator/stanbol/trunk/cmsadapter/parent/pom.xml Tue Jul 12 17:20:14 2011
@@ -254,7 +254,7 @@
 			<!-- Apache Clerezza -->
 			<dependency>
 				<groupId>org.apache.clerezza</groupId>
-				<artifactId>org.apache.clerezza.rdf.core</artifactId>
+				<artifactId>rdf.core</artifactId>
 				<version>0.12-incubating-SNAPSHOT</version>
 				<scope>provided</scope>
 			</dependency>

Modified: incubator/stanbol/trunk/commons/web/base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/base/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/web/base/pom.xml (original)
+++ incubator/stanbol/trunk/commons/web/base/pom.xml Tue Jul 12 17:20:14 2011
@@ -75,7 +75,7 @@
     <!-- Clerezza dependencies -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+      <artifactId>rdf.jena.serializer</artifactId>
     </dependency>
 
     <!-- Jersey -->

Modified: incubator/stanbol/trunk/commons/web/sparql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/web/sparql/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/web/sparql/pom.xml (original)
+++ incubator/stanbol/trunk/commons/web/sparql/pom.xml Tue Jul 12 17:20:14 2011
@@ -112,19 +112,19 @@
     <!-- Clerezza dependencies -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <!-- <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.jaxrs.rdf.providers</artifactId>
+      <artifactId>jaxrs.rdf.providers</artifactId>
     </dependency>  -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+      <artifactId>rdf.jena.serializer</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+      <artifactId>rdf.jena.parser</artifactId>
     </dependency>
 
   </dependencies>

Modified: incubator/stanbol/trunk/contenthub/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/contenthub/web/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/contenthub/web/pom.xml (original)
+++ incubator/stanbol/trunk/contenthub/web/pom.xml Tue Jul 12 17:20:14 2011
@@ -74,7 +74,7 @@
     <!-- Clerezza dependencies -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
 
     <!-- Jersey -->

Modified: incubator/stanbol/trunk/enhancer/benchmark/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/benchmark/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/benchmark/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/benchmark/pom.xml Tue Jul 12 17:20:14 2011
@@ -83,7 +83,7 @@
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
-            <artifactId>org.apache.clerezza.rdf.core</artifactId>
+            <artifactId>rdf.core</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/enhancer/clerezza/clerezza-sparql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/clerezza/clerezza-sparql/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/clerezza/clerezza-sparql/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/clerezza/clerezza-sparql/pom.xml Tue Jul 12 17:20:14 2011
@@ -73,11 +73,11 @@
 
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.utils</artifactId>
+      <artifactId>rdf.utils</artifactId>
     </dependency>
 
     <dependency>

Modified: incubator/stanbol/trunk/enhancer/clerezza/org.apache.stanbol.enhancer.clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/clerezza/org.apache.stanbol.enhancer.clerezza/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/clerezza/org.apache.stanbol.enhancer.clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/clerezza/org.apache.stanbol.enhancer.clerezza/pom.xml Tue Jul 12 17:20:14 2011
@@ -87,27 +87,27 @@
 
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.utils</artifactId>
+      <artifactId>rdf.utils</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.metadata</artifactId>
+      <artifactId>rdf.metadata</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.platform.content</artifactId>
+      <artifactId>platform.content</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.platform.graphprovider.content</artifactId>
+      <artifactId>platform.graphprovider.content</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.platform.typerendering.scalaserverpages</artifactId>
+      <artifactId>platform.typerendering.scalaserverpages</artifactId>
     </dependency>
   </dependencies>
 

Modified: incubator/stanbol/trunk/enhancer/engines/autotagging/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/autotagging/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/autotagging/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/autotagging/pom.xml Tue Jul 12 17:20:14 2011
@@ -118,7 +118,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <!-- The Lucene dependencies need to define the version 3.0.1 here
          because the parent POM uses 2.9.4 (compatible to Solr 1.4.1)

Modified: incubator/stanbol/trunk/enhancer/engines/entitytagging/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/entitytagging/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/entitytagging/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/entitytagging/pom.xml Tue Jul 12 17:20:14 2011
@@ -108,7 +108,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>

Modified: incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/geonames/pom.xml Tue Jul 12 17:20:14 2011
@@ -108,7 +108,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.slf4j</groupId>

Modified: incubator/stanbol/trunk/enhancer/engines/langid/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/langid/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/langid/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/langid/pom.xml Tue Jul 12 17:20:14 2011
@@ -96,7 +96,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency>
       <groupId>commons-io</groupId>

Modified: incubator/stanbol/trunk/enhancer/engines/metaxa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/metaxa/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/metaxa/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/metaxa/pom.xml Tue Jul 12 17:20:14 2011
@@ -163,7 +163,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
 
     <dependency>

Modified: incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/opencalais/pom.xml Tue Jul 12 17:20:14 2011
@@ -102,17 +102,17 @@
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+      <artifactId>rdf.jena.parser</artifactId>
       <version>0.10-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.sparql</artifactId>
+      <artifactId>rdf.jena.sparql</artifactId>
       <version>0.5-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>

Modified: incubator/stanbol/trunk/enhancer/engines/opennlp-ner/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/opennlp-ner/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/opennlp-ner/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/opennlp-ner/pom.xml Tue Jul 12 17:20:14 2011
@@ -68,7 +68,7 @@
 
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
 
     <dependency>

Modified: incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/refactor/pom.xml Tue Jul 12 17:20:14 2011
@@ -116,7 +116,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: incubator/stanbol/trunk/enhancer/engines/zemanta/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/engines/zemanta/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/engines/zemanta/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/engines/zemanta/pom.xml Tue Jul 12 17:20:14 2011
@@ -58,12 +58,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+      <artifactId>rdf.jena.parser</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>
@@ -91,7 +91,7 @@
     </dependency>
     <dependency><!--  for debugging enhancements -->
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+      <artifactId>rdf.jena.serializer</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: incubator/stanbol/trunk/enhancer/generic/jobmanager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/generic/jobmanager/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/generic/jobmanager/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/generic/jobmanager/pom.xml Tue Jul 12 17:20:14 2011
@@ -63,7 +63,7 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.core</artifactId>
+			<artifactId>rdf.core</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>

Modified: incubator/stanbol/trunk/enhancer/generic/servicesapi/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/generic/servicesapi/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/generic/servicesapi/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/generic/servicesapi/pom.xml Tue Jul 12 17:20:14 2011
@@ -55,7 +55,7 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.core</artifactId>
+			<artifactId>rdf.core</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>javax.servlet</groupId>

Modified: incubator/stanbol/trunk/enhancer/generic/standalone/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/generic/standalone/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/generic/standalone/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/generic/standalone/pom.xml Tue Jul 12 17:20:14 2011
@@ -54,11 +54,11 @@
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.core</artifactId>
+			<artifactId>rdf.core</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
+			<artifactId>rdf.simple.storage</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/enhancer/jersey/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/jersey/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/jersey/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/jersey/pom.xml Tue Jul 12 17:20:14 2011
@@ -88,23 +88,23 @@
     <!-- Clerezza dependencies -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.jaxrs.rdf.providers</artifactId>
+      <artifactId>jaxrs.rdf.providers</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+      <artifactId>rdf.jena.serializer</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+      <artifactId>rdf.jena.parser</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
+      <artifactId>rdf.rdfjson</artifactId>
     </dependency>
 
     <!-- Jersey -->

Modified: incubator/stanbol/trunk/enhancer/stores/jcrstore/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/enhancer/stores/jcrstore/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/enhancer/stores/jcrstore/pom.xml (original)
+++ incubator/stanbol/trunk/enhancer/stores/jcrstore/pom.xml Tue Jul 12 17:20:14 2011
@@ -101,12 +101,12 @@
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
       <version>0.12-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
+      <artifactId>rdf.simple.storage</artifactId>
       <version>0.7-incubating-SNAPSHOT</version>
     </dependency>
 

Modified: incubator/stanbol/trunk/entityhub/jersey/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/jersey/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/jersey/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/jersey/pom.xml Tue Jul 12 17:20:14 2011
@@ -95,23 +95,23 @@
     <!-- Clerezza dependenciess -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.jaxrs.rdf.providers</artifactId>
+      <artifactId>jaxrs.rdf.providers</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+      <artifactId>rdf.jena.serializer</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+      <artifactId>rdf.jena.parser</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
+      <artifactId>rdf.rdfjson</artifactId>
     </dependency>
 
     <!-- JAX-RS JSR311 -->

Modified: incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/model/clerezza/pom.xml Tue Jul 12 17:20:14 2011
@@ -85,11 +85,11 @@
 
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency> <!--  contains the GraphNode -->
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.utils</artifactId>
+      <artifactId>rdf.utils</artifactId>
     </dependency>
 
     <!-- for tests -->

Modified: incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/query/clerezza/pom.xml Tue Jul 12 17:20:14 2011
@@ -88,11 +88,11 @@
     
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.utils</artifactId>
+      <artifactId>rdf.utils</artifactId>
     </dependency>
     
     <!-- for tests -->

Modified: incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/site/linkeddata/pom.xml Tue Jul 12 17:20:14 2011
@@ -95,7 +95,7 @@
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
       <scope>provided</scope>
     </dependency>
     <dependency>

Modified: incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/entityhub/yard/clerezza/pom.xml Tue Jul 12 17:20:14 2011
@@ -94,11 +94,11 @@
 
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.utils</artifactId>
+      <artifactId>rdf.utils</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
@@ -118,7 +118,7 @@
          dependencies -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
+      <artifactId>rdf.simple.storage</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml (original)
+++ incubator/stanbol/trunk/launchers/stateless/src/main/bundles/list.xml Tue Jul 12 17:20:14 2011
@@ -342,7 +342,7 @@
     <bundle>
       <groupId>org.apache.stanbol</groupId>
       <artifactId>org.apache.stanbol.defaultdata</artifactId>
-      <version>0.0.2</version>
+      <version>0.0.3</version>
     </bundle>
   </startLevel>
 

Modified: incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/ontonet/pom.xml Tue Jul 12 17:20:14 2011
@@ -142,7 +142,7 @@
 		<!-- Persistence deps -->
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.core</artifactId>
+			<artifactId>rdf.core</artifactId>
 			<version>0.12-incubating-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>

Modified: incubator/stanbol/trunk/ontologymanager/store/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/store/clerezza/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/store/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/store/clerezza/pom.xml Tue Jul 12 17:20:14 2011
@@ -84,14 +84,14 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.jena.facade</artifactId>
+			<artifactId>rdf.jena.facade</artifactId>
 			<version>0.12-incubating-SNAPSHOT</version>
 			<type>bundle</type>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.core</artifactId>
+			<artifactId>rdf.core</artifactId>
 			<version>0.12-incubating-SNAPSHOT</version>
 			<type>bundle</type>
 			<scope>compile</scope>

Modified: incubator/stanbol/trunk/ontologymanager/store/fise-adapter/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/store/fise-adapter/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/store/fise-adapter/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/store/fise-adapter/pom.xml Tue Jul 12 17:20:14 2011
@@ -45,12 +45,12 @@
 
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.core</artifactId>
+			<artifactId>rdf.core</artifactId>
 		</dependency>
 		
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
+			<artifactId>rdf.simple.storage</artifactId>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -58,12 +58,12 @@
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+			<artifactId>rdf.jena.parser</artifactId>
 			<optional>true</optional>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+			<artifactId>rdf.jena.serializer</artifactId>
 			<optional>true</optional>
 		</dependency>
 	</dependencies>

Modified: incubator/stanbol/trunk/ontologymanager/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/web/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/web/pom.xml Tue Jul 12 17:20:14 2011
@@ -75,25 +75,25 @@
 	<!-- dependencies on other IKS modules -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
       <version>0.12-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
+      <artifactId>rdf.rdfjson</artifactId>
       <version>0.3-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.jaxrs.rdf.providers</artifactId>
+      <artifactId>jaxrs.rdf.providers</artifactId>
       <version>0.13-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+      <artifactId>rdf.jena.serializer</artifactId>
       <version>0.9-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>

Modified: incubator/stanbol/trunk/owl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/owl/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/owl/pom.xml (original)
+++ incubator/stanbol/trunk/owl/pom.xml Tue Jul 12 17:20:14 2011
@@ -140,20 +140,20 @@
   <!-- Persistence deps -->
   <dependency>
     <groupId>org.apache.clerezza</groupId>
-    <artifactId>org.apache.clerezza.rdf.core</artifactId>
+    <artifactId>rdf.core</artifactId>
     <scope>provided</scope>
   </dependency>
   <dependency>
     <groupId>org.apache.clerezza</groupId>
-    <artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+    <artifactId>rdf.jena.parser</artifactId>
   </dependency>
   <dependency>
     <groupId>org.apache.clerezza</groupId>
-    <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+    <artifactId>rdf.jena.serializer</artifactId>
   </dependency>
   <dependency>
     <groupId>org.apache.clerezza</groupId>
-    <artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
+    <artifactId>rdf.rdfjson</artifactId>
   </dependency>
 
   <!-- Web Service deps -->

Modified: incubator/stanbol/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/parent/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/parent/pom.xml (original)
+++ incubator/stanbol/trunk/parent/pom.xml Tue Jul 12 17:20:14 2011
@@ -431,66 +431,66 @@
       <!-- Apache Clerezza -->
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.rdf.core</artifactId>
+        <artifactId>rdf.core</artifactId>
         <version>0.12-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.rdf.utils</artifactId>
+        <artifactId>rdf.utils</artifactId>
         <version>0.13-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.rdf.metadata</artifactId>
+        <artifactId>rdf.metadata</artifactId>
         <version>0.1-incubating-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+        <artifactId>rdf.jena.serializer</artifactId>
         <version>0.9-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+        <artifactId>rdf.jena.parser</artifactId>
         <version>0.10-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
+        <artifactId>rdf.rdfjson</artifactId>
         <version>0.3-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.platform.content</artifactId>
+        <artifactId>platform.content</artifactId>
         <version>0.13-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.platform.graphprovider.content</artifactId>
+        <artifactId>platform.graphprovider.content</artifactId>
         <version>0.6-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.platform.typerendering.scalaserverpages</artifactId>
+        <artifactId>platform.typerendering.scalaserverpages</artifactId>
         <version>0.3-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.jaxrs.rdf.providers</artifactId>
+        <artifactId>jaxrs.rdf.providers</artifactId>
         <version>0.13-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>
       <dependency>
         <groupId>org.apache.clerezza</groupId>
-        <artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
+        <artifactId>rdf.simple.storage</artifactId>
         <version>0.7-incubating-SNAPSHOT</version>
         <scope>provided</scope>
       </dependency>

Modified: incubator/stanbol/trunk/reasoners/base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/base/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/base/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/base/pom.xml Tue Jul 12 17:20:14 2011
@@ -138,7 +138,7 @@
     <!-- Clerezza deps -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
       <version>0.12-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>

Modified: incubator/stanbol/trunk/reasoners/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reasoners/web/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/reasoners/web/pom.xml (original)
+++ incubator/stanbol/trunk/reasoners/web/pom.xml Tue Jul 12 17:20:14 2011
@@ -146,25 +146,25 @@
     <!-- dependencies on other IKS modules -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
       <version>0.12-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.rdfjson</artifactId>
+      <artifactId>rdf.rdfjson</artifactId>
       <version>0.3-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.jaxrs.rdf.providers</artifactId>
+      <artifactId>jaxrs.rdf.providers</artifactId>
       <version>0.13-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+      <artifactId>rdf.jena.serializer</artifactId>
       <version>0.9-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>

Modified: incubator/stanbol/trunk/reengineer/base/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/base/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/base/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/base/pom.xml Tue Jul 12 17:20:14 2011
@@ -178,7 +178,7 @@
     <!-- Persistence deps -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
       <version>0.12-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>

Modified: incubator/stanbol/trunk/reengineer/db/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/db/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/db/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/db/pom.xml Tue Jul 12 17:20:14 2011
@@ -157,24 +157,24 @@
 		<!-- Clerezza deps -->
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.core</artifactId>
+			<artifactId>rdf.core</artifactId>
 			<version>0.12-incubating-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+			<artifactId>rdf.jena.serializer</artifactId>
 			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.jena.sparql</artifactId>
+			<artifactId>rdf.jena.sparql</artifactId>
 			<version>0.5-incubating-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
+			<artifactId>rdf.simple.storage</artifactId>
 			<version>0.7-incubating-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
@@ -205,7 +205,7 @@
 		
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+			<artifactId>rdf.jena.parser</artifactId>
 			<version>0.10-incubating-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>

Modified: incubator/stanbol/trunk/reengineer/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/web/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/web/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/web/pom.xml Tue Jul 12 17:20:14 2011
@@ -67,19 +67,19 @@
     <!-- Clerezza dependencies -->
     	<dependency>
     	  <groupId>org.apache.clerezza</groupId>
-    	  <artifactId>org.apache.clerezza.rdf.core</artifactId>
+    	  <artifactId>rdf.core</artifactId>
     	</dependency>
     	<dependency>
     	  <groupId>org.apache.clerezza</groupId>
-    	  <artifactId>org.apache.clerezza.jaxrs.rdf.providers</artifactId>
+    	  <artifactId>jaxrs.rdf.providers</artifactId>
     	</dependency>
     	<dependency>
     	  <groupId>org.apache.clerezza</groupId>
-    	  <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+    	  <artifactId>rdf.jena.serializer</artifactId>
     	</dependency>
     	<dependency>
     	  <groupId>org.apache.clerezza</groupId>
-    	  <artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+    	  <artifactId>rdf.jena.parser</artifactId>
     	</dependency>
 
     <!-- specific deps for this project -->

Modified: incubator/stanbol/trunk/reengineer/xml/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/reengineer/xml/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/reengineer/xml/pom.xml (original)
+++ incubator/stanbol/trunk/reengineer/xml/pom.xml Tue Jul 12 17:20:14 2011
@@ -156,24 +156,24 @@
     <!-- Clerezza deps -->
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.core</artifactId>
+      <artifactId>rdf.core</artifactId>
       <version>0.12-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+      <artifactId>rdf.jena.serializer</artifactId>
       <version>0.9-incubating-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.sparql</artifactId>
+      <artifactId>rdf.jena.sparql</artifactId>
       <version>0.5-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
+      <artifactId>rdf.simple.storage</artifactId>
       <version>0.7-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>
@@ -229,7 +229,7 @@
     
     <dependency>
       <groupId>org.apache.clerezza</groupId>
-      <artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+      <artifactId>rdf.jena.parser</artifactId>
       <version>0.10-incubating-SNAPSHOT</version>
       <scope>provided</scope>
     </dependency>

Modified: incubator/stanbol/trunk/rules/manager/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/manager/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/manager/pom.xml (original)
+++ incubator/stanbol/trunk/rules/manager/pom.xml Tue Jul 12 17:20:14 2011
@@ -110,13 +110,13 @@
 		<!-- Persistence deps -->
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.core</artifactId>
+			<artifactId>rdf.core</artifactId>
 			<version>0.12-incubating-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.jena.serializer</artifactId>
+			<artifactId>rdf.jena.serializer</artifactId>
 			<version>0.9-incubating-SNAPSHOT</version>
 			<type>bundle</type>
 		</dependency>

Modified: incubator/stanbol/trunk/rules/refactor/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/refactor/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/refactor/pom.xml (original)
+++ incubator/stanbol/trunk/rules/refactor/pom.xml Tue Jul 12 17:20:14 2011
@@ -104,24 +104,24 @@
 		<!-- Persistence deps -->
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.core</artifactId>
+			<artifactId>rdf.core</artifactId>
 			<version>0.12-incubating-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.jena.parser</artifactId>
+			<artifactId>rdf.jena.parser</artifactId>
 			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.jena.sparql</artifactId>
+			<artifactId>rdf.jena.sparql</artifactId>
 			<version>0.5-incubating-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
-			<artifactId>org.apache.clerezza.rdf.simple.storage</artifactId>
+			<artifactId>rdf.simple.storage</artifactId>
 			<version>0.7-incubating-SNAPSHOT</version>
 			<scope>provided</scope>
 		</dependency>

Modified: incubator/stanbol/trunk/rules/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/web/pom.xml?rev=1145687&r1=1145686&r2=1145687&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/web/pom.xml (original)
+++ incubator/stanbol/trunk/rules/web/pom.xml Tue Jul 12 17:20:14 2011
@@ -163,7 +163,7 @@
 		<!-- Clerezza -->
 		<dependency>
       		<groupId>org.apache.clerezza</groupId>
-      		<artifactId>org.apache.clerezza.rdf.core</artifactId>
+      		<artifactId>rdf.core</artifactId>
     	</dependency>
     	
     	<!-- Tests -->