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/03/11 20:31:23 UTC

svn commit: r1455295 [3/4] - in /clerezza/trunk: ./ bundledevtool/ bundledevtool/src/main/resources/org/apache/clerezza/bundledevtool/skeletons/scala_with_activator/ clerezza-jar-resource-bundle/ ext.com.hp.hpl.jena.tdb/ ext.com.hp.hpl.jena/ ext.com.ib...

Modified: clerezza/trunk/platform.typepriority/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typepriority/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.typepriority/pom.xml (original)
+++ clerezza/trunk/platform.typepriority/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,12 +24,12 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.typepriority</artifactId>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - Platform Type Priority Service</name>
 	<dependencies>
@@ -44,17 +44,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -63,7 +63,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -74,7 +74,7 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.rdf.providers</artifactId>
 			<scope>test</scope>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/platform.typerendering.gui/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering.gui/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering.gui/pom.xml (original)
+++ clerezza/trunk/platform.typerendering.gui/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,11 +24,11 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<artifactId>platform.typerendering.gui</artifactId>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - Platform Typerendering GUI</name>
 	<dependencies>
@@ -43,37 +43,37 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scala</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>osgi.services</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>

Modified: clerezza/trunk/platform.typerendering.scala/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering.scala/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering.scala/pom.xml (original)
+++ clerezza/trunk/platform.typerendering.scala/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,30 +24,30 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.typerendering.scala</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<name>Clerezza - Platform Type Rendering Utilities for Scala</name>
 	<description>Utilities to write renderlets in Scala</description>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>

Modified: clerezza/trunk/platform.typerendering.scalaserverpages/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering.scalaserverpages/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering.scalaserverpages/pom.xml (original)
+++ clerezza/trunk/platform.typerendering.scalaserverpages/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,35 +22,35 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.typerendering.scalaserverpages</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.4-incubating-SNAPSHOT</version>
+	<version>0.4-SNAPSHOT</version>
 	<name>Clerezza - Platform ScalaServerPages Renderlet</name>
 	<description>Renderlet implementation wrapping org.apache.clerezza.scala</description>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.scala</groupId>
 			<artifactId>script-engine</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>

Modified: clerezza/trunk/platform.typerendering.seedsnipe/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering.seedsnipe/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering.seedsnipe/pom.xml (original)
+++ clerezza/trunk/platform.typerendering.seedsnipe/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.typerendering.seedsnipe</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.7-incubating-SNAPSHOT</version>
+	<version>0.7-SNAPSHOT</version>
 	<name>Clerezza - Platform Seedsnipe Renderlet</name>
 	<description>Renderlet implementation wrapping org.apache.clerezza.templating.seedsnipe</description>
 	<dependencies>
@@ -42,28 +42,28 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>templating.seedsnipe</artifactId>
-			<version>0.9-incubating-SNAPSHOT</version>
+			<version>0.9-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.parser</artifactId>
 			<scope>test</scope>
-			<version>0.11-incubating-SNAPSHOT</version>
+			<version>0.11-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/platform.typerendering/platform.typerendering.core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering/platform.typerendering.core/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering/platform.typerendering.core/pom.xml (original)
+++ clerezza/trunk/platform.typerendering/platform.typerendering.core/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,12 +24,12 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>platform.typerendering</artifactId>
-		<version>0.7-incubating-SNAPSHOT</version>
+		<version>0.7-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.typerendering.core</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 	<name>Clerezza - Platform Type Rendering Core</name>
 	<description>
 	This project provides a JAX-RS MessageBodyWriter to render GraphNodes. Rendering requests are delegated to registered renderlets. 
@@ -51,32 +51,32 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphnodeprovider</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typepriority</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.ontologies</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -85,7 +85,7 @@
 		<dependency>
 		  <groupId>org.apache.clerezza.ext</groupId>
 		  <artifactId>slf4j-scala-api</artifactId>
-			<version>1.6.2-incubating-SNAPSHOT</version>
+			<version>1.6.2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/platform.typerendering/platform.typerendering.ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering/platform.typerendering.ontologies/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering/platform.typerendering.ontologies/pom.xml (original)
+++ clerezza/trunk/platform.typerendering/platform.typerendering.ontologies/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,11 +24,11 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>platform.typerendering</artifactId>
-		<version>0.7-incubating-SNAPSHOT</version>
+		<version>0.7-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.typerendering.ontologies</artifactId>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - Platform Type Rendering Ontologies</name>
 	<description>
@@ -38,7 +38,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/platform.typerendering/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering/pom.xml (original)
+++ clerezza/trunk/platform.typerendering/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.typerendering</artifactId>
 	<packaging>pom</packaging>
-	<version>0.7-incubating-SNAPSHOT</version>
+	<version>0.7-SNAPSHOT</version>
 	<name>Clerezza - Platform Type Rendering</name>
 	<description>This project provides a JAX-RS MessageBodyWriter to render GraphNodes. Rendering requests are delegated to registered renderlets.</description>
 	

Modified: clerezza/trunk/platform.usermanager.webinterface/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.usermanager.webinterface/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.usermanager.webinterface/pom.xml (original)
+++ clerezza/trunk/platform.usermanager.webinterface/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,12 +24,12 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.usermanager.webinterface</artifactId>
-	<version>0.14-incubating-SNAPSHOT</version>
+	<version>0.14-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - Platform Usermanager Webinterface</name>
 	<description>Management of information about users including their roles</description>
@@ -45,17 +45,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.usermanager</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.ws.rs</groupId>
@@ -64,47 +64,47 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
-			<version>0.7-incubating-SNAPSHOT</version>
+			<version>0.7-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.utils</artifactId>
-			<version>0.7-incubating-SNAPSHOT</version>
+			<version>0.7-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.resources.jquery</artifactId>
-			<version>0.6-incubating-SNAPSHOT</version>
+			<version>0.6-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.seedsnipe</artifactId>
-			<version>0.7-incubating-SNAPSHOT</version>
+			<version>0.7-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils.customproperty</artifactId>
-			<version>0.5-incubating-SNAPSHOT</version>
+			<version>0.5-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.mail</artifactId>
-			<version>0.5-incubating-SNAPSHOT</version>
+			<version>0.5-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -113,12 +113,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>permissiondescriptions</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/platform.usermanager/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.usermanager/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.usermanager/pom.xml (original)
+++ clerezza/trunk/platform.usermanager/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,12 +24,12 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>platform.usermanager</artifactId>
-    <version>0.14-incubating-SNAPSHOT</version>
+    <version>0.14-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Platform Usermanager</name>
 	<description>A service to manage descriptions of users and their roles
@@ -38,12 +38,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-        	<version>0.13-incubating-SNAPSHOT</version>
+        	<version>0.13-SNAPSHOT</version>
 		</dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-        	<version>0.14-incubating-SNAPSHOT</version>
+        	<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -56,7 +56,7 @@
 		<dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-        	<version>0.12-incubating-SNAPSHOT</version>
+        	<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -65,12 +65,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
-			<version>0.7-incubating-SNAPSHOT</version>
+			<version>0.7-SNAPSHOT</version>
 		</dependency>
 		<!-- <dependency>
 			<groupId>org.apache.clerezza</groupId>

Modified: clerezza/trunk/platform.users/core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.users/core/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.users/core/pom.xml (original)
+++ clerezza/trunk/platform.users/core/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,11 +24,11 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>platform.users</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.users.core</artifactId>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - Platform Users Core</name>
 	<description>
@@ -39,32 +39,32 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.security.foafssl.ontologies</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.storage.web</artifactId>
-        	<version>0.2-incubating-SNAPSHOT</version>
+        	<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.ws.rs</groupId>

Modified: clerezza/trunk/platform.users/ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.users/ontologies/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.users/ontologies/pom.xml (original)
+++ clerezza/trunk/platform.users/ontologies/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,11 +24,11 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>platform.users</artifactId>
-		<version>0.1-incubating-SNAPSHOT</version>
+		<version>0.1-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.users.ontologies</artifactId>
-	<version>0.1-incubating-SNAPSHOT</version>
+	<version>0.1-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - Platform Users Ontologies</name>
 	<description>
@@ -38,7 +38,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/platform.users/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.users/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.users/pom.xml (original)
+++ clerezza/trunk/platform.users/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.users</artifactId>
 	<packaging>pom</packaging>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<name>Clerezza - Platform Users</name>
 	<description>Utilities to access graphs with information about and for 
 	specific agents/users</description>

Modified: clerezza/trunk/platform.xhtml2html/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.xhtml2html/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform.xhtml2html/pom.xml (original)
+++ clerezza/trunk/platform.xhtml2html/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,13 +22,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform.xhtml2html</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.6-incubating-SNAPSHOT</version>
+	<version>0.6-SNAPSHOT</version>
 	<name>Clerezza - Filter for browsers that do not support XHTML</name>
 	<description>Provides a wrhapi filter that changes the content-type of the
 	response from application/xhtml+xml to text/html

Modified: clerezza/trunk/platform/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/platform/pom.xml (original)
+++ clerezza/trunk/platform/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>platform</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<name>Clerezza - Platform</name>
 	<description>Artifact with dependencies to the clerezza platform components
 	providing documentation and boot-status monitoring.</description>
@@ -51,7 +51,7 @@
 		<dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-        	<version>0.13-incubating-SNAPSHOT</version>
+        	<version>0.13-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/pom.xml (original)
+++ clerezza/trunk/pom.xml Mon Mar 11 19:31:20 2013
@@ -30,7 +30,7 @@
 	<packaging>pom</packaging>
 	<name>Clerezza - Reactor build (root)</name>
 	<url>http://incubator.apache.org/clerezza/mvn-site/</url>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 	<description>A recator to build all of clerezza</description>
 	<properties>
 		<sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
@@ -117,6 +117,7 @@
 				<module>platform.scripting</module>
 				<module>platform.scripting.scriptmanager</module>
 				<!-- <module>platform.security.foafssl</module> -->
+                <module>platform.security.foafssl/ontologies</module>
 				<module>platform.security.conditions</module>
 				<module>platform.shellcustomizer</module>
 				<module>platform.typehandlerspace</module>
@@ -334,12 +335,12 @@
 				<plugin>
 					<groupId>org.apache.clerezza</groupId>
 					<artifactId>maven-ontologies-plugin</artifactId>
-					<version>0.4-incubating-SNAPSHOT</version>
+					<version>0.4-SNAPSHOT</version>
 				</plugin>
 				<plugin>
 					<groupId>org.apache.clerezza</groupId>
 					<artifactId>maven-pladoc-plugin.core</artifactId>
-					<version>0.4-incubating-SNAPSHOT</version>
+					<version>0.4-SNAPSHOT</version>
 				</plugin>
 				<plugin>
 					<groupId>org.ops4j.pax.exam</groupId>
@@ -579,7 +580,7 @@
 			<plugin>
 				<groupId>org.apache.clerezza</groupId>
 				<artifactId>maven-jaxrs-report-plugin</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
+				<version>0.2-SNAPSHOT</version>
 			</plugin>
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>

Modified: clerezza/trunk/rdf.core.test/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.core.test/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.core.test/pom.xml (original)
+++ clerezza/trunk/rdf.core.test/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.core.test</artifactId>
     <packaging>jar</packaging>
-    <version>0.14-incubating-SNAPSHOT</version>
+    <version>0.14-SNAPSHOT</version>
     <name>Clerezza - SCB Testutils</name>
     <description>Utilities to test SCB implementations</description>
     <dependencies>
@@ -41,7 +41,7 @@
 		<dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-        	<version>0.13-incubating-SNAPSHOT</version>
+        	<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>commons-lang</groupId>

Modified: clerezza/trunk/rdf.core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.core/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.core/pom.xml (original)
+++ clerezza/trunk/rdf.core/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,13 +22,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.core</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.13-incubating-SNAPSHOT</version>
+	<version>0.13-SNAPSHOT</version>
 	<name>Clerezza - SCB Core</name>
 	<description>Interfaces and utilities to access RDF Graphs</description>
 	<dependencies>
@@ -47,7 +47,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>

Modified: clerezza/trunk/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml (original)
+++ clerezza/trunk/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,12 +22,12 @@
 	<groupId>org.example.clerezza</groupId>
 	<artifactId>combined.tutorial</artifactId>
 	<packaging>bundle</packaging>
-	<version>1.0-incubating-SNAPSHOT</version>
+	<version>1.0-SNAPSHOT</version>
 	<name>SCB Jaxrs Tutorial</name>	
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.11-incubating-SNAPSHOT</version>
+		<version>0.11-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<repositories>
@@ -48,12 +48,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.rdf.providers</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.seedsnipe</artifactId>
-			<version>0.7-incubating-SNAPSHOT</version>
+			<version>0.7-SNAPSHOT</version>
 		</dependency>
 	</dependencies>	
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.core/src/site/resources/documentation/tutorial1/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.core/src/site/resources/documentation/tutorial1/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.core/src/site/resources/documentation/tutorial1/pom.xml (original)
+++ clerezza/trunk/rdf.core/src/site/resources/documentation/tutorial1/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,7 +22,7 @@
 	<groupId>org.example.clerezza.scb</groupId>
 	<artifactId>tutorial1</artifactId>
 	<packaging>jar</packaging>
-	<version>1.0-incubating-SNAPSHOT</version>
+	<version>1.0-SNAPSHOT</version>
 	<name>tutorial1</name>
 	<url>http://maven.apache.org</url>
 	<dependencies>
@@ -35,29 +35,29 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.7-incubating-SNAPSHOT</version>
+			<version>0.7-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.7-incubating-SNAPSHOT</version>
+			<version>0.7-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
-			<version>0.5-incubating-SNAPSHOT</version>
+			<version>0.5-SNAPSHOT</version>
 		</dependency>
 
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.parser</artifactId>
-			<version>0.5-incubating-SNAPSHOT</version>
+			<version>0.5-SNAPSHOT</version>
 	<!-- <scope>runtime</scope> -->
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 	<!-- <scope>runtime</scope> -->
 		</dependency>
 		<dependency>
@@ -69,7 +69,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.simple.storage</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 			<!-- <scope>runtime</scope> -->
 		</dependency>
 

Modified: clerezza/trunk/rdf.cris/core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.cris/core/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.cris/core/pom.xml (original)
+++ clerezza/trunk/rdf.cris/core/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,28 +24,28 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>rdf.cris</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.cris.core</artifactId>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - RDF Composite Resource Index Service Core</name>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.cris.ontologies</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.lucene</groupId>

Modified: clerezza/trunk/rdf.cris/ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.cris/ontologies/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.cris/ontologies/pom.xml (original)
+++ clerezza/trunk/rdf.cris/ontologies/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,11 +24,11 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>rdf.cris</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.cris.ontologies</artifactId>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - RDF Composite Resource Index Service Ontologies</name>
 	<description>
@@ -38,7 +38,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/rdf.cris/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.cris/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.cris/pom.xml (original)
+++ clerezza/trunk/rdf.cris/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.cris</artifactId>
 	<packaging>pom</packaging>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<name>Clerezza - RDF Composite Resource Index Service</name>
 	<description>
 		A service indexing selected properties of resources of a defined type.

Modified: clerezza/trunk/rdf.enrichment/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.enrichment/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.enrichment/pom.xml (original)
+++ clerezza/trunk/rdf.enrichment/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.enrichment</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<name>Clerezza - SCB Enrichment Core</name>
 	<description>The core part of SCB Enrichment</description>
 	<dependencies>
@@ -42,35 +42,35 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
 			<scope>test</scope>
-			<version>0.10-incubating-SNAPSHOT</version>
+			<version>0.10-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.parser</artifactId>
 			<scope>test</scope>
-			<version>0.11-incubating-SNAPSHOT</version>
+			<version>0.11-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
 			<scope>test</scope>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.file.storage/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.file.storage/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.file.storage/pom.xml (original)
+++ clerezza/trunk/rdf.file.storage/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
  	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.file.storage</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.4-incubating-SNAPSHOT</version>
+	<version>0.4-SNAPSHOT</version>
 	<name>Clerezza - SCB File Storage Provider</name>
     <description>A file base storage provider</description>
 	<dependencies>
@@ -46,25 +46,25 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core.test</artifactId>
 			<scope>test</scope>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
         <dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.parser</artifactId>
 			<scope>test</scope>
-			<version>0.11-incubating-SNAPSHOT</version>
+			<version>0.11-SNAPSHOT</version>
 		</dependency>
         <dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
 			<scope>test</scope>
-			<version>0.10-incubating-SNAPSHOT</version>
+			<version>0.10-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.jena.commons/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.jena.commons/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.commons/pom.xml (original)
+++ clerezza/trunk/rdf.jena.commons/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,20 +24,20 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.commons</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.6-incubating-SNAPSHOT</version>
+	<version>0.6-SNAPSHOT</version>
 	<name>Clerezza - SCB Jena Commons</name>
 	<description>Common classes needed by Jena adaptors</description>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>com.hp.hpl.jena</groupId>

Modified: clerezza/trunk/rdf.jena.facade/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.jena.facade/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.facade/pom.xml (original)
+++ clerezza/trunk/rdf.jena.facade/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.facade</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.13-incubating-SNAPSHOT</version>
+	<version>0.13-SNAPSHOT</version>
 	<name>Clerezza - Jena API on SCB</name>
 	<description>An implementation of the Jena API based on triamodel, allows to
 	run code written against the Jena API on a Triamodel store.</description>
@@ -38,12 +38,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.commons</artifactId>
-			<version>0.6-incubating-SNAPSHOT</version>
+			<version>0.6-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.wymiwyg</groupId>

Modified: clerezza/trunk/rdf.jena.parser/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.jena.parser/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.parser/pom.xml (original)
+++ clerezza/trunk/rdf.jena.parser/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.parser</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.11-incubating-SNAPSHOT</version>
+	<version>0.11-SNAPSHOT</version>
 	<name>Clerezza - SCB Jena based Parser</name>
 	<description>A ParserProvider based on jena</description>
 	<dependencies>
@@ -42,7 +42,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.facade</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

Modified: clerezza/trunk/rdf.jena.serializer/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.jena.serializer/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.serializer/pom.xml (original)
+++ clerezza/trunk/rdf.jena.serializer/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.serializer</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.10-incubating-SNAPSHOT</version>
+	<version>0.10-SNAPSHOT</version>
 	<name>Clerezza - SCB Jena based Serializer</name>
 	<description>A SerializingProvider based on jena</description>
 	<dependencies>
@@ -42,7 +42,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.facade</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.jena.sparql/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.jena.sparql/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.sparql/pom.xml (original)
+++ clerezza/trunk/rdf.jena.sparql/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,25 +24,25 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.sparql</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.6-incubating-SNAPSHOT</version>
+	<version>0.6-SNAPSHOT</version>
 	<name>Clerezza - SCB Jena SPARQL engine</name>
 	<description>Allows executing SPARQL queries on SCB using the jena sparql engine.</description>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.storage</artifactId>
-			<version>0.6-incubating-SNAPSHOT</version>
+			<version>0.6-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.facade</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>com.hp.hpl.jena</groupId>
@@ -57,13 +57,13 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.simple.storage</artifactId>
 			<scope>test</scope>
-			<version>0.8-incubating-SNAPSHOT</version>
+			<version>0.8-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
 			<scope>test</scope>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.jena.storage/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.jena.storage/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.storage/pom.xml (original)
+++ clerezza/trunk/rdf.jena.storage/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,20 +24,20 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.storage</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.6-incubating-SNAPSHOT</version>
+	<version>0.6-SNAPSHOT</version>
 	<name>Clerezza - SCB Jena Storage Provider</name>
 	<description>Allows converting Jena graphs to SCB graphs. (Currently no TcProvider comprised)</description>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.commons</artifactId>
-			<version>0.6-incubating-SNAPSHOT</version>
+			<version>0.6-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.wymiwyg</groupId>
@@ -52,19 +52,19 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.simple.storage</artifactId>
 			<scope>test</scope>
-			<version>0.8-incubating-SNAPSHOT</version>
+			<version>0.8-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
 			<scope>test</scope>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.facade</artifactId>
 			<scope>test</scope>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.jena.tdb.storage/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.jena.tdb.storage/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.tdb.storage/pom.xml (original)
+++ clerezza/trunk/rdf.jena.tdb.storage/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,13 +22,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.tdb.storage</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.6-incubating-SNAPSHOT</version>
+	<version>0.6-SNAPSHOT</version>
 	<name>Clerezza - SCB Jena TDB Storage Provider</name>
 	<description>A Jena TDB based storage provider</description>
 	<dependencies>
@@ -40,12 +40,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.commons</artifactId>
-			<version>0.6-incubating-SNAPSHOT</version>
+			<version>0.6-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.storage</artifactId>
-			<version>0.6-incubating-SNAPSHOT</version>
+			<version>0.6-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -77,7 +77,7 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core.test</artifactId>
 			<scope>test</scope>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>

Modified: clerezza/trunk/rdf.locking/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.locking/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.locking/pom.xml (original)
+++ clerezza/trunk/rdf.locking/pom.xml Mon Mar 11 19:31:20 2013
@@ -23,12 +23,12 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.locking</artifactId>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	
 	<packaging>bundle</packaging>
 	<name>Clerezza - RDF Utility for MGraph lock monitoring</name>
@@ -45,12 +45,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.metadata/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.metadata/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.metadata/pom.xml (original)
+++ clerezza/trunk/rdf.metadata/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.metadata</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<name>Clerezza - SCB Metadata</name>
 	<description>An interface that specifies how to create meta data about data
 	depending on its media type.</description>
@@ -42,7 +42,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.ontologies/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.ontologies/pom.xml (original)
+++ clerezza/trunk/rdf.ontologies/pom.xml Mon Mar 11 19:31:20 2013
@@ -25,12 +25,12 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>	
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.ontologies</artifactId>
-	<version>0.12-incubating-SNAPSHOT</version>
+	<version>0.12-SNAPSHOT</version>
 	
 	<packaging>bundle</packaging>
 	<name>Clerezza - SCB Ontologies</name>
@@ -39,7 +39,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/rdf.rdfa/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.rdfa/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.rdfa/pom.xml (original)
+++ clerezza/trunk/rdf.rdfa/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,13 +22,13 @@
     <parent>
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
-        <version>0.3-incubating-SNAPSHOT</version>
+        <version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.rdfa</artifactId>
     <packaging>bundle</packaging>
-    <version>0.2-incubating-SNAPSHOT</version>
+    <version>0.2-SNAPSHOT</version>
     <name>Clerezza - SCB RDFa parsing support</name>
     <description>
         A SAX-based parser for RDFa 
@@ -46,7 +46,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-        	<version>0.13-incubating-SNAPSHOT</version>
+        	<version>0.13-SNAPSHOT</version>
 		</dependency>
         <dependency>
             <groupId>net.rootdev</groupId>

Modified: clerezza/trunk/rdf.rdfjson/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.rdfjson/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.rdfjson/pom.xml (original)
+++ clerezza/trunk/rdf.rdfjson/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.rdfjson</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.4-incubating-SNAPSHOT</version>
+	<version>0.4-SNAPSHOT</version>
 	<name>Clerezza - SCB rdf/json Parser and Serializer</name>
 	<description>A rdf/json Parser- and SerializerProvider</description>
 	<dependencies>
@@ -43,17 +43,17 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
 			<scope>test</scope>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>org.json.simple</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/rdf.scala.utils/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.scala.utils/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.scala.utils/pom.xml (original)
+++ clerezza/trunk/rdf.scala.utils/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,12 +24,12 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.scala.utils</artifactId>
-	<version>0.4-incubating-SNAPSHOT</version>
+	<version>0.4-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - SCB Scala Utilities</name>
 	<description>OSGi bundle providing utilities for accessing SCB
@@ -62,12 +62,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/rdf.schemagen/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.schemagen/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.schemagen/pom.xml (original)
+++ clerezza/trunk/rdf.schemagen/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,11 +24,11 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
-	<version>0.11-incubating-SNAPSHOT</version>
+	<version>0.11-SNAPSHOT</version>
 	<artifactId>rdf.schemagen</artifactId>
 	<packaging>jar</packaging>
 	<name>Clerezza - SCB Schema-Class Generator</name>
@@ -45,12 +45,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.parser</artifactId>
-			<version>0.11-incubating-SNAPSHOT</version>
+			<version>0.11-SNAPSHOT</version>
 		</dependency>
 		<dependency>
             <groupId>org.slf4j</groupId>

Modified: clerezza/trunk/rdf.sesame.parser/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.sesame.parser/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.sesame.parser/pom.xml (original)
+++ clerezza/trunk/rdf.sesame.parser/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,12 +22,12 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.sesame.parser</artifactId>
-	<version>0.1-incubating-SNAPSHOT</version>
+	<version>0.1-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - SCB Sesame-based Parser</name>
 	<description>An RDF parser based on Sesame</description>
@@ -48,12 +48,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>org.openrdf.sesame</artifactId>
-			<version>0.5-incubating-SNAPSHOT</version>
+			<version>0.5-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.sesame.storage/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.sesame.storage/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.sesame.storage/pom.xml (original)
+++ clerezza/trunk/rdf.sesame.storage/pom.xml Mon Mar 11 19:31:20 2013
@@ -21,13 +21,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.sesame.storage</artifactId>
-	<version>0.13-incubating-SNAPSHOT</version>
+	<version>0.13-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - SCB Sesame Storage</name>
 	<dependencies>
@@ -46,7 +46,7 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core.test</artifactId>
 			<scope>test</scope>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -59,12 +59,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>org.openrdf.sesame</artifactId>
-			<version>0.5-incubating-SNAPSHOT</version>
+			<version>0.5-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.wymiwyg</groupId>

Modified: clerezza/trunk/rdf.simple.storage/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.simple.storage/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.simple.storage/pom.xml (original)
+++ clerezza/trunk/rdf.simple.storage/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
  	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.simple.storage</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.8-incubating-SNAPSHOT</version>
+	<version>0.8-SNAPSHOT</version>
 	<name>Clerezza - SCB Simple TripleCollection Provider</name>
 	<dependencies>
 		<dependency>
@@ -41,13 +41,13 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core.test</artifactId>
 			<scope>test</scope>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.stable.serializer/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.stable.serializer/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.stable.serializer/pom.xml (original)
+++ clerezza/trunk/rdf.stable.serializer/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.stable.serializer</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<name>Clerezza - Stable Serializer</name>
 	<description>A SerializingProvider that prodocues a stable output. This means
 		if the graph to be serialized changes a little, then also the output 
@@ -39,7 +39,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -49,18 +49,18 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
 			<scope>test</scope>
-			<version>0.10-incubating-SNAPSHOT</version>
+			<version>0.10-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.parser</artifactId>
 			<scope>test</scope>
-			<version>0.11-incubating-SNAPSHOT</version>
+			<version>0.11-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-		 <version>0.14-incubating-SNAPSHOT</version>
+		 <version>0.14-SNAPSHOT</version>
 		 <type>bundle</type>
 		</dependency>
 		<dependency>

Modified: clerezza/trunk/rdf.storage.externalizer/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.storage.externalizer/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.storage.externalizer/pom.xml (original)
+++ clerezza/trunk/rdf.storage.externalizer/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,13 +22,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.storage.externalizer</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<name>Clerezza - SCB Literal Externalizing Storage Provider</name>
 	<description>A Storage Provider storing large literals to files before
 	and relying on another provider for storing triples.</description>
@@ -49,7 +49,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

Modified: clerezza/trunk/rdf.storage.web/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.storage.web/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.storage.web/pom.xml (original)
+++ clerezza/trunk/rdf.storage.web/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,11 +24,11 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<artifactId>rdf.storage.web</artifactId>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - SCB Caching Web Storage Provider</name>
 	<description>A (currently read-only) storage provider retrieving graphs from the web. It
@@ -45,22 +45,22 @@
         <dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>osgi.services</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 		  <groupId>org.scala-lang</groupId>
@@ -73,7 +73,7 @@
 		<dependency>
 		  <groupId>org.apache.clerezza.ext</groupId>
 		  <artifactId>slf4j-scala-api</artifactId>
-			<version>1.6.2-incubating-SNAPSHOT</version>
+			<version>1.6.2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/rdf.utils/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.utils/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.utils/pom.xml (original)
+++ clerezza/trunk/rdf.utils/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.utils</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.14-incubating-SNAPSHOT</version>
+	<version>0.14-SNAPSHOT</version>
 	<name>Clerezza - SCB Utilities</name>
 	<description>Utility classed to deal with Clerezza Models</description>
 	<dependencies>
@@ -42,17 +42,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core.test</artifactId>
-			<version>0.14-incubating-SNAPSHOT</version>
+			<version>0.14-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.web/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.web/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.web/pom.xml (original)
+++ clerezza/trunk/rdf.web/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,13 +24,13 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.web</artifactId>
 	<packaging>pom</packaging>
-	<version>0.9-incubating-SNAPSHOT</version>
+	<version>0.9-SNAPSHOT</version>
 	<name>Clerezza - SCB Web Access</name>
 	<description>Allows access to SCB graphs over HTTP with JAX-RS</description>
 	<modules>

Modified: clerezza/trunk/rdf.web/rdf.web.core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.web/rdf.web.core/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.web/rdf.web.core/pom.xml (original)
+++ clerezza/trunk/rdf.web/rdf.web.core/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,12 +24,12 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>rdf.web</artifactId>
-		<version>0.9-incubating-SNAPSHOT</version>
+		<version>0.9-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.web.core</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 	<name>Clerezza - SCB Web Access Core</name>
 	<description>The core part of SCB Web Access</description>
 	<dependencies>
@@ -41,29 +41,29 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
-			<version>0.4-incubating-SNAPSHOT</version>
+			<version>0.4-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
 			<scope>test</scope>
-			<version>0.10-incubating-SNAPSHOT</version>
+			<version>0.10-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.parser</artifactId>
 			<scope>test</scope>
-			<version>0.11-incubating-SNAPSHOT</version>
+			<version>0.11-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.easymock</groupId>
@@ -77,32 +77,32 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.utils</artifactId>
-			<version>0.7-incubating-SNAPSHOT</version>
+			<version>0.7-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
-			<version>0.12-incubating-SNAPSHOT</version>
+			<version>0.12-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.web.ontologies</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.3-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>permissiondescriptions</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
-			<version>0.10-incubating-SNAPSHOT</version>
+			<version>0.10-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 </project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.web/rdf.web.ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.web/rdf.web.ontologies/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/rdf.web/rdf.web.ontologies/pom.xml (original)
+++ clerezza/trunk/rdf.web/rdf.web.ontologies/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,19 +24,19 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>rdf.web</artifactId>
-		<version>0.9-incubating-SNAPSHOT</version>
+		<version>0.9-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.web.ontologies</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.3-incubating-SNAPSHOT</version>
+	<version>0.3-SNAPSHOT</version>
 	<name>Clerezza - SCB Web Access Ontologies</name>
 	<description>Ontologies defined for local use in SCB Web Access</description>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
-			<version>0.13-incubating-SNAPSHOT</version>
+			<version>0.13-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/scala-scripting/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/scala-scripting/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/scala-scripting/pom.xml (original)
+++ clerezza/trunk/scala-scripting/pom.xml Mon Mar 11 19:31:20 2013
@@ -26,7 +26,7 @@
 	</parent>
 	<groupId>org.apache.clerezza.scala</groupId>
 	<artifactId>scala</artifactId>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>Scala OSGi Services</name>
 	<description>Provides bundles and services to allow compiling and executing scala code
@@ -70,7 +70,7 @@
 			<dependency>
 				<groupId>org.apache.clerezza.scala</groupId>
 				<artifactId>script-engine</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
+				<version>0.2-SNAPSHOT</version>
 			</dependency>
 		</dependencies>
 	</dependencyManagement>

Modified: clerezza/trunk/scala-scripting/script-engine/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/scala-scripting/script-engine/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/scala-scripting/script-engine/pom.xml (original)
+++ clerezza/trunk/scala-scripting/script-engine/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.clerezza.scala</groupId>
 		<artifactId>scala</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-SNAPSHOT</version>
 	</parent>
 	<artifactId>script-engine</artifactId>
 	<packaging>bundle</packaging>
@@ -60,7 +60,7 @@
         <dependency>
 		  <groupId>org.apache.clerezza.ext</groupId>
 		  <artifactId>slf4j-scala-api</artifactId>
-          <version>1.6.2-incubating-SNAPSHOT</version>
+          <version>1.6.2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/scala-scripting/tests/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/scala-scripting/tests/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/scala-scripting/tests/pom.xml (original)
+++ clerezza/trunk/scala-scripting/tests/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>org.apache.clerezza.scala</groupId>
 		<artifactId>scala</artifactId>
-		<version>0.2-incubating-SNAPSHOT</version>
+		<version>0.2-SNAPSHOT</version>
 	</parent>
 	<groupId>org.apache.clerezza.scala</groupId>
 	<artifactId>tests</artifactId>
@@ -77,7 +77,7 @@
 			<groupId>org.apache.clerezza.scala</groupId>
 			<artifactId>script-engine</artifactId>
 			<scope>provided</scope>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/shell.felixshellcommand/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/shell.felixshellcommand/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/shell.felixshellcommand/pom.xml (original)
+++ clerezza/trunk/shell.felixshellcommand/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,12 +24,12 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>shell.felixshellcommand</artifactId>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - Integartion of felix shell commands into clerezza shell</name>
 	<description>
@@ -40,12 +40,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>shell</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
-			<version>0.10-incubating-SNAPSHOT</version>
+			<version>0.10-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>

Modified: clerezza/trunk/shell/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/shell/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/shell/pom.xml (original)
+++ clerezza/trunk/shell/pom.xml Mon Mar 11 19:31:20 2013
@@ -24,23 +24,23 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
 	</parent>
 	<artifactId>shell</artifactId>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<packaging>bundle</packaging>
 	<name>Clerezza - Shell Service</name>
 	<dependencies>
 		<dependency>
 			<groupId>org.apache.clerezza.scala</groupId>
 			<artifactId>script-engine</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>osgi.services</artifactId>
-			<version>0.2-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>
@@ -75,7 +75,7 @@
 		<dependency>
 		  <groupId>org.apache.clerezza.ext</groupId>
 		  <artifactId>slf4j-scala-api</artifactId>
-			<version>1.6.2-incubating-SNAPSHOT</version>
+			<version>1.6.2-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>

Modified: clerezza/trunk/slf4j-scala-api/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/slf4j-scala-api/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/slf4j-scala-api/pom.xml (original)
+++ clerezza/trunk/slf4j-scala-api/pom.xml Mon Mar 11 19:31:20 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>clerezza</artifactId>
-    <version>0.3-incubating-SNAPSHOT</version>
+    <version>0.3-SNAPSHOT</version>
 	<relativePath>../parent</relativePath>
   </parent>
 
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.clerezza.ext</groupId>
   <artifactId>slf4j-scala-api</artifactId>
-  <version>1.6.2-incubating-SNAPSHOT</version>
+  <version>1.6.2-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>SLF4J Scala API Module</name>
 

Modified: clerezza/trunk/sshshell/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/sshshell/pom.xml?rev=1455295&r1=1455294&r2=1455295&view=diff
==============================================================================
--- clerezza/trunk/sshshell/pom.xml (original)
+++ clerezza/trunk/sshshell/pom.xml Mon Mar 11 19:31:20 2013
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
-		<version>0.3-incubating-SNAPSHOT</version>
+		<version>0.3-SNAPSHOT</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>sshshell</artifactId>
 	<packaging>bundle</packaging>
-	<version>0.2-incubating-SNAPSHOT</version>
+	<version>0.2-SNAPSHOT</version>
 	<name>Clerezza - SSH Shell Access</name>
 	<description>SSH access to clerezza</description>
 	<dependencies>
@@ -55,7 +55,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>shell</artifactId>
-			<version>0.3-incubating-SNAPSHOT</version>
+			<version>0.2-SNAPSHOT</version>
 		</dependency>
 		<dependency>
             <groupId>org.apache.stanbol</groupId>