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 11:20:00 UTC

svn commit: r1455081 [2/3] - 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.content/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.content/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.content/pom.xml (original)
+++ clerezza/trunk/platform.content/pom.xml Mon Mar 11 10:19:54 2013
@@ -51,30 +51,37 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-        </dependency>
+        	<version>0.13-incubating-SNAPSHOT</version>
+		</dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>platform.typehandlerspace</artifactId>
-        </dependency>
+        	<version>0.9-incubating-SNAPSHOT</version>
+		</dependency>
 		<dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-        </dependency>
+        	<version>0.14-incubating-SNAPSHOT</version>
+		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphnodeprovider</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.seedsnipe</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
@@ -85,6 +92,7 @@
                     <groupId>org.apache.felix</groupId>
                 </exclusion>
             </exclusions>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.wymiwyg</groupId>
@@ -93,6 +101,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.utils</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -101,6 +110,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 	<!--	<dependency>
 			<groupId>org.apache.clerezza</groupId>
@@ -109,15 +119,18 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.metadata</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core.test</artifactId>
 			<scope>test</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -127,6 +140,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>slf4j-scala-api</artifactId>
+			<version>1.6.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -137,4 +151,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.cris/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.cris/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.cris/pom.xml (original)
+++ clerezza/trunk/platform.cris/pom.xml Mon Mar 11 10:19:54 2013
@@ -49,14 +49,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>
@@ -65,6 +68,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.lucene</groupId>
@@ -86,4 +90,4 @@
 
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.curieprefixmanager/core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.curieprefixmanager/core/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.curieprefixmanager/core/pom.xml (original)
+++ clerezza/trunk/platform.curieprefixmanager/core/pom.xml Mon Mar 11 10:19:54 2013
@@ -55,6 +55,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+            <version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>

Modified: clerezza/trunk/platform.curieprefixmanager/ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.curieprefixmanager/ontologies/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.curieprefixmanager/ontologies/pom.xml (original)
+++ clerezza/trunk/platform.curieprefixmanager/ontologies/pom.xml Mon Mar 11 10:19:54 2013
@@ -38,6 +38,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -62,4 +63,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.curieprefixmanager/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.curieprefixmanager/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.curieprefixmanager/pom.xml (original)
+++ clerezza/trunk/platform.curieprefixmanager/pom.xml Mon Mar 11 10:19:54 2013
@@ -56,4 +56,4 @@
 			</plugins>
 		</pluginManagement>
 	</build> -->
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.dashboard.webinterface/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.dashboard.webinterface/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.dashboard.webinterface/pom.xml (original)
+++ clerezza/trunk/platform.dashboard.webinterface/pom.xml Mon Mar 11 10:19:54 2013
@@ -46,30 +46,37 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.utils</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.extensions</artifactId>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.ontologies</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -78,6 +85,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.dashboard/platform.dashboard.core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.dashboard/platform.dashboard.core/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.dashboard/platform.dashboard.core/pom.xml (original)
+++ clerezza/trunk/platform.dashboard/platform.dashboard.core/pom.xml Mon Mar 11 10:19:54 2013
@@ -47,30 +47,37 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.utils</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.extensions</artifactId>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.ontologies</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -104,4 +111,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.dashboard/platform.dashboard.ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.dashboard/platform.dashboard.ontologies/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.dashboard/platform.dashboard.ontologies/pom.xml (original)
+++ clerezza/trunk/platform.dashboard/platform.dashboard.ontologies/pom.xml Mon Mar 11 10:19:54 2013
@@ -38,6 +38,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -62,4 +63,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.dashboard/platform.dashboard.tests/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.dashboard/platform.dashboard.tests/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.dashboard/platform.dashboard.tests/pom.xml (original)
+++ clerezza/trunk/platform.dashboard/platform.dashboard.tests/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
 
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -18,9 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<parent>
 		<artifactId>platform.dashboard</artifactId>
 		<groupId>org.apache.clerezza</groupId>
@@ -38,86 +35,103 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
 			<scope>provided</scope>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.utils</artifactId>
 			<scope>provided</scope>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
 			<scope>provided</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.ontologies</artifactId>
 			<scope>provided</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
 			<scope>provided</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId> 	                         
 			<artifactId>platform.typerendering.scala</artifactId>
 			<scope>provided</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
 			<scope>provided</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
 			<scope>provided</scope>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
 			<scope>provided</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>permissiondescriptions</artifactId>
 			<scope>provided</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils</artifactId>
 			<scope>provided</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>org.json.simple</artifactId>
 			<scope>provided</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
 			<scope>provided</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.ontologies</artifactId>
 			<scope>provided</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
 			<scope>provided</scope>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>templating</artifactId>
 			<scope>provided</scope>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>templating.seedsnipe</artifactId>
 			<scope>provided</scope>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.ws.rs</groupId>
@@ -128,6 +142,7 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.extensions</artifactId>
 			<scope>provided</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -143,6 +158,7 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils</artifactId>
 			<scope>provided</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.httpcomponents</groupId>
@@ -180,6 +196,7 @@
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>com.ibm.icu</artifactId>
 			<scope>provided</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 
 		<dependency>
@@ -197,16 +214,19 @@
 			<groupId>org.apache.clerezza.scala</groupId>
 			<artifactId>scala-library-osgi</artifactId>
 			<scope>provided</scope>
+			<version>0.1-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.scala</groupId>
 			<artifactId>scala-compiler-osgi</artifactId>
 			<scope>provided</scope>
+			<version>0.1-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.scala</groupId>
 			<artifactId>script-engine</artifactId>
 			<scope>provided</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -234,4 +254,4 @@
 			<url>http://repository.codehaus.org</url>
 		</repository>
 	</repositories> -->
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.dashboard/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.dashboard/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.dashboard/pom.xml (original)
+++ clerezza/trunk/platform.dashboard/pom.xml Mon Mar 11 10:19:54 2013
@@ -39,4 +39,4 @@
 		<module>platform.dashboard.core</module>
 		<!-- disabled because of problems with pax-exam: <module>platform.dashboard.tests</module> -->
 	</modules>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.documentation.viewer/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.documentation.viewer/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.documentation.viewer/pom.xml (original)
+++ clerezza/trunk/platform.documentation.viewer/pom.xml Mon Mar 11 10:19:54 2013
@@ -44,14 +44,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.documentation</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.utils</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -59,4 +62,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.documentation/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.documentation/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.documentation/pom.xml (original)
+++ clerezza/trunk/platform.documentation/pom.xml Mon Mar 11 10:19:54 2013
@@ -55,18 +55,21 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.annotations</artifactId>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.enrichment/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.enrichment/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.enrichment/pom.xml (original)
+++ clerezza/trunk/platform.enrichment/pom.xml Mon Mar 11 10:19:54 2013
@@ -42,14 +42,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
@@ -57,5 +60,4 @@
 			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.graphnodeprovider/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.graphnodeprovider/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.graphnodeprovider/pom.xml (original)
+++ clerezza/trunk/platform.graphnodeprovider/pom.xml Mon Mar 11 10:19:54 2013
@@ -45,38 +45,47 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.users.core</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.usermanager</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>osgi.services</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>
@@ -85,6 +94,7 @@
 		<dependency>
 		  <groupId>org.apache.clerezza.ext</groupId>
 		  <artifactId>slf4j-scala-api</artifactId>
+			<version>1.6.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -128,6 +138,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
-
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.graphprovider.content/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.graphprovider.content/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.graphprovider.content/pom.xml (original)
+++ clerezza/trunk/platform.graphprovider.content/pom.xml Mon Mar 11 10:19:54 2013
@@ -43,18 +43,22 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>permissiondescriptions</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.language/platform.language.core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.language/platform.language.core/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.language/platform.language.core/pom.xml (original)
+++ clerezza/trunk/platform.language/platform.language.core/pom.xml Mon Mar 11 10:19:54 2013
@@ -42,26 +42,32 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -70,10 +76,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.language.ontologies</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.language/platform.language.ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.language/platform.language.ontologies/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.language/platform.language.ontologies/pom.xml (original)
+++ clerezza/trunk/platform.language/platform.language.ontologies/pom.xml Mon Mar 11 10:19:54 2013
@@ -38,6 +38,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -62,4 +63,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.language/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.language/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.language/pom.xml (original)
+++ clerezza/trunk/platform.language/pom.xml Mon Mar 11 10:19:54 2013
@@ -38,4 +38,4 @@
 		<module>platform.language.ontologies</module>
 		<module>platform.language.core</module>
 	</modules>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.launcher.sesame/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.launcher.sesame/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.launcher.sesame/pom.xml (original)
+++ clerezza/trunk/platform.launcher.sesame/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
 
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -18,8 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
@@ -161,17 +159,20 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.launcher.storageless</artifactId>
 			<scope>provided</scope>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 		<!-- what makes this variant special -->
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.sesame.storage</artifactId>
 			<scope>runtime</scope>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>org.openrdf.sesame</artifactId>
 			<scope>runtime</scope>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.launcher.storageless.parent/platform.launcher.storageless/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.launcher.storageless.parent/platform.launcher.storageless/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.launcher.storageless.parent/platform.launcher.storageless/pom.xml (original)
+++ clerezza/trunk/platform.launcher.storageless.parent/platform.launcher.storageless/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
 
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -18,9 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
@@ -247,6 +244,7 @@
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>slf4j-scala-api</artifactId>
 			<scope>provided</scope>
+			<version>1.6.2-incubating-SNAPSHOT</version>
 		</dependency>
 		  <!-- Core Felix. -->
 		<dependency>
@@ -416,4 +414,4 @@
 			<version>1.3.2</version>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.launcher.storageless.parent/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.launcher.storageless.parent/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.launcher.storageless.parent/pom.xml (original)
+++ clerezza/trunk/platform.launcher.storageless.parent/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
 	Licensed to the Apache Software Foundation (ASF) under one
 	or more contributor license agreements.  See the NOTICE file
 	distributed with this work for additional information
@@ -16,8 +15,7 @@
 	KIND, either express or implied.  See the License for the
 	specific language governing permissions and limitations
 	under the License.
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>clerezza</artifactId>
@@ -55,26 +53,31 @@
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>com.hp.hpl.jena</artifactId>
 			<scope>runtime</scope>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>com.ibm.icu</artifactId>
 			<scope>runtime</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>org.ops4j.pax.swissbox.tinybundles</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>javax.mail</artifactId>
 			<scope>runtime</scope>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>org.json.simple</artifactId>
 			<scope>runtime</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
             <groupId>org.scala-lang</groupId>
@@ -98,6 +101,7 @@
 			<groupId>org.apache.clerezza.scala</groupId>
 			<artifactId>script-engine</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<!-- <dependency>
 			<groupId>com.sun.script.jruby</groupId>
@@ -156,56 +160,67 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.logging.core</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.logging.initializer</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.logging.ontologies</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.enrichment</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphnodeprovider</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.usermanager</artifactId>
 			<scope>runtime</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.usermanager.webinterface</artifactId>
 			<scope>runtime</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils.customproperty</artifactId>
 			<scope>runtime</scope>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.accountcontrolpanel.core</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.accountcontrolpanel.ontologies</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
             <groupId>org.apache.wink</groupId>
@@ -223,164 +238,197 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
 			<scope>runtime</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
 			<scope>runtime</scope>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.enrichment</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.facade</artifactId>
 			<scope>runtime</scope>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.commons</artifactId>
 			<scope>runtime</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.storage</artifactId>
 			<scope>runtime</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.sparql</artifactId>
 			<scope>runtime</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.parser</artifactId>
 			<scope>runtime</scope>
+			<version>0.11-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
 			<scope>runtime</scope>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.rdfa</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.rdfjson</artifactId>
 			<scope>runtime</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
 			<scope>runtime</scope>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.storage.web</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
     	<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.content</artifactId>
 			<scope>runtime</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.content.default404</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.content.fsadaptor</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.content.imagemetadata</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.content.representations.core</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.content.representations.ontologies</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
 			<scope>runtime</scope>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.ontologies</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.webinterface</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.shellcustomizer</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>shell</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>shell.felixshellcommand</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>bundledevtool</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>sshshell</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
 			<scope>runtime</scope>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.rdf.providers</artifactId>
 			<scope>runtime</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>jaxrs.stanbol.fragments</artifactId>
             <scope>runtime</scope>
-        </dependency>
+        	<version>0.1-incubating-SNAPSHOT</version>
+		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.web.core</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.web.ontologies</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<!--<dependency>
 			<groupId>org.apache.clerezza</groupId>
@@ -391,6 +439,7 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.security.conditions</artifactId>
 			<scope>runtime</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<!-- <dependency>
 			<groupId>org.apache.clerezza</groupId>
@@ -496,146 +545,175 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typehandlerspace</artifactId>
 			<scope>runtime</scope>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typepriority</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.mail</artifactId>
 			<scope>runtime</scope>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>templating</artifactId>
 			<scope>runtime</scope>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>templating.seedsnipe</artifactId>
 			<scope>runtime</scope>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.utils</artifactId>
 			<scope>runtime</scope>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.extensions</artifactId>
 			<scope>runtime</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>osgi.services</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.gui</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.ontologies</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.seedsnipe</artifactId>
 			<scope>runtime</scope>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.scripting</artifactId>
 			<scope>runtime</scope>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.scripting.scriptmanager</artifactId>
 			<scope>runtime</scope>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.xhtml2html</artifactId>
 			<scope>runtime</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.resources.jquery</artifactId>
 			<scope>runtime</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.resources.yui</artifactId>
 			<scope>runtime</scope>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils.imageprocessing</artifactId>
 			<scope>runtime</scope>
+			<version>0.8-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.resources.scripts</artifactId>
 			<scope>runtime</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.style.default</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scala</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
 			<scope>runtime</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
 			<scope>runtime</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
 			<scope>runtime</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config.gui</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.documentation</artifactId>
 			<scope>runtime</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.documentation.viewer</artifactId>
 			<scope>runtime</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.language.ontologies</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.language.core</artifactId>
 			<scope>runtime</scope>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 <!--
 		<dependency>
@@ -648,31 +726,37 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.concepts.core</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.concepts.ontologies</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.users.core</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.metadata</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>permissiondescriptions</artifactId>
 			<scope>runtime</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
             <groupId>org.bouncycastle</groupId>
@@ -709,7 +793,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore></ignore>
+										<ignore/>
 									</action>
 								</pluginExecution>
 							</pluginExecutions>
@@ -719,4 +803,4 @@
 			</plugins>
 		</pluginManagement>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.launcher.tdb/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.launcher.tdb/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.launcher.tdb/pom.xml (original)
+++ clerezza/trunk/platform.launcher.tdb/pom.xml Mon Mar 11 10:19:54 2013
@@ -161,17 +161,20 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.launcher.storageless</artifactId>
 			<scope>provided</scope>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 		<!-- what makes this variant special -->
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.tdb.storage</artifactId>
 			<scope>runtime</scope>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>com.hp.hpl.jena.tdb</artifactId>
 			<scope>runtime</scope>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.logging/core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.logging/core/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.logging/core/pom.xml (original)
+++ clerezza/trunk/platform.logging/core/pom.xml Mon Mar 11 10:19:54 2013
@@ -39,38 +39,47 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.logging.ontologies</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.utils</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.ws.rs</groupId>
@@ -82,4 +91,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.logging/initializer/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.logging/initializer/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.logging/initializer/pom.xml (original)
+++ clerezza/trunk/platform.logging/initializer/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
 
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -18,9 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.clerezza</groupId>
@@ -68,4 +65,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.logging/ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.logging/ontologies/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.logging/ontologies/pom.xml (original)
+++ clerezza/trunk/platform.logging/ontologies/pom.xml Mon Mar 11 10:19:54 2013
@@ -38,6 +38,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -62,4 +63,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.logging/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.logging/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.logging/pom.xml (original)
+++ clerezza/trunk/platform.logging/pom.xml Mon Mar 11 10:19:54 2013
@@ -46,4 +46,4 @@
 			</dependency>
 		</dependencies>
 	</dependencyManagement>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.mail/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.mail/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.mail/pom.xml (original)
+++ clerezza/trunk/platform.mail/pom.xml Mon Mar 11 10:19:54 2013
@@ -45,14 +45,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>javax.mail</artifactId>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -67,6 +70,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>permissiondescriptions</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.scripting.scriptmanager/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.scripting.scriptmanager/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.scripting.scriptmanager/pom.xml (original)
+++ clerezza/trunk/platform.scripting.scriptmanager/pom.xml Mon Mar 11 10:19:54 2013
@@ -53,38 +53,47 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.scripting</artifactId>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.content</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>permissiondescriptions</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.scripting/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.scripting/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.scripting/pom.xml (original)
+++ clerezza/trunk/platform.scripting/pom.xml Mon Mar 11 10:19:54 2013
@@ -50,10 +50,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typehandlerspace</artifactId>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.content</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -70,4 +72,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.security.conditions/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.security.conditions/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.security.conditions/pom.xml (original)
+++ clerezza/trunk/platform.security.conditions/pom.xml Mon Mar 11 10:19:54 2013
@@ -57,4 +57,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.security.foafssl/ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.security.foafssl/ontologies/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.security.foafssl/ontologies/pom.xml (original)
+++ clerezza/trunk/platform.security.foafssl/ontologies/pom.xml Mon Mar 11 10:19:54 2013
@@ -38,6 +38,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -62,4 +63,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.security.foafssl/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.security.foafssl/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.security.foafssl/pom.xml (original)
+++ clerezza/trunk/platform.security.foafssl/pom.xml Mon Mar 11 10:19:54 2013
@@ -37,4 +37,4 @@
 		<module>core</module>
         <module>test</module>
 	</modules>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.shellcustomizer/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.shellcustomizer/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.shellcustomizer/pom.xml (original)
+++ clerezza/trunk/platform.shellcustomizer/pom.xml Mon Mar 11 10:19:54 2013
@@ -48,18 +48,22 @@
         	<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>shell</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -105,6 +109,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
-
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.style.classic.webguiexamples/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.style.classic.webguiexamples/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.style.classic.webguiexamples/pom.xml (original)
+++ clerezza/trunk/platform.style.classic.webguiexamples/pom.xml Mon Mar 11 10:19:54 2013
@@ -42,6 +42,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.ws.rs</groupId>
@@ -50,6 +51,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -74,4 +76,4 @@
 			</plugin>
 		</plugins>
 	</build>			
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.style.classic/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.style.classic/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.style.classic/pom.xml (original)
+++ clerezza/trunk/platform.style.classic/pom.xml Mon Mar 11 10:19:54 2013
@@ -52,6 +52,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -60,14 +61,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.ontologies</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -89,4 +93,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.style.default/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.style.default/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.style.default/pom.xml (original)
+++ clerezza/trunk/platform.style.default/pom.xml Mon Mar 11 10:19:54 2013
@@ -43,26 +43,32 @@
         <dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scala</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>osgi.services</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
 			<groupId>org.scala-lang</groupId>
@@ -114,6 +120,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
-
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.typehandlerspace/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typehandlerspace/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.typehandlerspace/pom.xml (original)
+++ clerezza/trunk/platform.typehandlerspace/pom.xml Mon Mar 11 10:19:54 2013
@@ -48,18 +48,22 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.extensions</artifactId>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -68,10 +72,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typepriority</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -82,6 +88,7 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.rdf.providers</artifactId>
 			<scope>test</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<!-- testing with last released version, testutils is doscontinued as
        triaxrs is -->
@@ -128,4 +135,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.typepriority/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typepriority/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.typepriority/pom.xml (original)
+++ clerezza/trunk/platform.typepriority/pom.xml Mon Mar 11 10:19:54 2013
@@ -44,14 +44,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -60,6 +63,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -70,6 +74,7 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.rdf.providers</artifactId>
 			<scope>test</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -94,4 +99,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.typerendering.gui/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering.gui/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering.gui/pom.xml (original)
+++ clerezza/trunk/platform.typerendering.gui/pom.xml Mon Mar 11 10:19:54 2013
@@ -43,30 +43,37 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scala</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>osgi.services</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>
@@ -118,6 +125,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
-
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.typerendering.scala/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering.scala/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering.scala/pom.xml (original)
+++ clerezza/trunk/platform.typerendering.scala/pom.xml Mon Mar 11 10:19:54 2013
@@ -37,14 +37,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>
@@ -80,4 +83,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.typerendering.scalaserverpages/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering.scalaserverpages/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering.scalaserverpages/pom.xml (original)
+++ clerezza/trunk/platform.typerendering.scalaserverpages/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<!--
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><!--
 
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -18,9 +17,7 @@
  specific language governing permissions and limitations
  under the License.
 
--->
-
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+--><project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<artifactId>clerezza</artifactId>
@@ -38,22 +35,26 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.scala</groupId>
 			<artifactId>script-engine</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.scala-lang</groupId>
 			<artifactId>scala-library</artifactId>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.typerendering.seedsnipe/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering.seedsnipe/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering.seedsnipe/pom.xml (original)
+++ clerezza/trunk/platform.typerendering.seedsnipe/pom.xml Mon Mar 11 10:19:54 2013
@@ -42,23 +42,28 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>templating.seedsnipe</artifactId>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.parser</artifactId>
 			<scope>test</scope>
+			<version>0.11-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering/platform.typerendering.core/pom.xml (original)
+++ clerezza/trunk/platform.typerendering/platform.typerendering.core/pom.xml Mon Mar 11 10:19:54 2013
@@ -51,26 +51,32 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphnodeprovider</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typepriority</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.ontologies</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -79,6 +85,7 @@
 		<dependency>
 		  <groupId>org.apache.clerezza.ext</groupId>
 		  <artifactId>slf4j-scala-api</artifactId>
+			<version>1.6.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering/platform.typerendering.ontologies/pom.xml (original)
+++ clerezza/trunk/platform.typerendering/platform.typerendering.ontologies/pom.xml Mon Mar 11 10:19:54 2013
@@ -38,6 +38,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -62,4 +63,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.typerendering/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.typerendering/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.typerendering/pom.xml (original)
+++ clerezza/trunk/platform.typerendering/pom.xml Mon Mar 11 10:19:54 2013
@@ -38,4 +38,4 @@
 		<module>platform.typerendering.ontologies</module>
 		<module>platform.typerendering.core</module>
 	</modules>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.usermanager.webinterface/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.usermanager.webinterface/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.usermanager.webinterface/pom.xml (original)
+++ clerezza/trunk/platform.usermanager.webinterface/pom.xml Mon Mar 11 10:19:54 2013
@@ -45,14 +45,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.usermanager</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.ws.rs</groupId>
@@ -61,38 +64,47 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.utils</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.resources.jquery</artifactId>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.seedsnipe</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.scalaserverpages</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils.customproperty</artifactId>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.dashboard.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.mail</artifactId>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -101,10 +113,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>permissiondescriptions</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -129,4 +143,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.usermanager/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.usermanager/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.usermanager/pom.xml (original)
+++ clerezza/trunk/platform.usermanager/pom.xml Mon Mar 11 10:19:54 2013
@@ -38,11 +38,13 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-        </dependency>
+        	<version>0.13-incubating-SNAPSHOT</version>
+		</dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.utils</artifactId>
-        </dependency>
+        	<version>0.14-incubating-SNAPSHOT</version>
+		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
 			<artifactId>org.osgi.core</artifactId>
@@ -54,7 +56,8 @@
 		<dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.ontologies</artifactId>
-        </dependency>
+        	<version>0.12-incubating-SNAPSHOT</version>
+		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.annotations</artifactId>
@@ -62,10 +65,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.graphprovider.content</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 		<!-- <dependency>
 			<groupId>org.apache.clerezza</groupId>
@@ -94,4 +99,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/platform.users/core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.users/core/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.users/core/pom.xml (original)
+++ clerezza/trunk/platform.users/core/pom.xml Mon Mar 11 10:19:54 2013
@@ -39,26 +39,32 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.security.foafssl.ontologies</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.scala.utils</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.storage.web</artifactId>
-        </dependency>
+        	<version>0.2-incubating-SNAPSHOT</version>
+		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.config</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.ws.rs</groupId>
@@ -119,4 +125,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file