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

Modified: clerezza/trunk/platform.xhtml2html/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/platform.xhtml2html/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/platform.xhtml2html/pom.xml (original)
+++ clerezza/trunk/platform.xhtml2html/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>
@@ -60,4 +57,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

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

Modified: clerezza/trunk/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/pom.xml (original)
+++ clerezza/trunk/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</groupId>
@@ -430,7 +428,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore></ignore>
+										<ignore/>
 									</action>
 								</pluginExecution>
 							</pluginExecutions>
@@ -595,4 +593,4 @@
 			</plugin> -->
 		</plugins>
 	</reporting>
-</project>
+</project>
\ No newline at end of file

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

Modified: clerezza/trunk/rdf.core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.core/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.core/pom.xml (original)
+++ clerezza/trunk/rdf.core/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>
 		<artifactId>clerezza</artifactId>
@@ -49,6 +47,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>junit</groupId>
@@ -101,5 +100,4 @@
             </plugin>
 		</plugins>
 	</build>
-</project>
-
+</project>
\ No newline at end of file

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=1455081&r1=1455080&r2=1455081&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 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>
 	<groupId>org.example.clerezza</groupId>
 	<artifactId>combined.tutorial</artifactId>
@@ -51,10 +48,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>jaxrs.rdf.providers</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.typerendering.seedsnipe</artifactId>
+			<version>0.7-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>	
-</project>
+</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=1455081&r1=1455080&r2=1455081&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 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>
 	<groupId>org.example.clerezza.scb</groupId>
 	<artifactId>tutorial1</artifactId>
@@ -106,4 +103,4 @@
 	</build>
 
 
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.cris/core/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.cris/core/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.cris/core/pom.xml (original)
+++ clerezza/trunk/rdf.cris/core/pom.xml Mon Mar 11 10:19:54 2013
@@ -35,14 +35,17 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.cris.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.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.lucene</groupId>
@@ -96,4 +99,4 @@
 
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

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

Modified: clerezza/trunk/rdf.enrichment/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.enrichment/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.enrichment/pom.xml (original)
+++ clerezza/trunk/rdf.enrichment/pom.xml Mon Mar 11 10:19:54 2013
@@ -42,30 +42,35 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
 			<scope>test</scope>
+			<version>0.10-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>
 		<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>
 			<scope>test</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
-
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.file.storage/pom.xml (original)
+++ clerezza/trunk/rdf.file.storage/pom.xml Mon Mar 11 10:19:54 2013
@@ -46,21 +46,25 @@
 		<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.core.test</artifactId>
 			<scope>test</scope>
+			<version>0.14-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>
         <dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
 			<scope>test</scope>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.commons/pom.xml (original)
+++ clerezza/trunk/rdf.jena.commons/pom.xml Mon Mar 11 10:19:54 2013
@@ -37,6 +37,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>com.hp.hpl.jena</groupId>
@@ -49,4 +50,4 @@
 			</exclusions>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.jena.facade/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.jena.facade/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.facade/pom.xml (original)
+++ clerezza/trunk/rdf.jena.facade/pom.xml Mon Mar 11 10:19:54 2013
@@ -38,10 +38,12 @@
 		<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.jena.commons</artifactId>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.wymiwyg</groupId>
@@ -75,4 +77,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

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

Modified: clerezza/trunk/rdf.jena.serializer/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.jena.serializer/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.serializer/pom.xml (original)
+++ clerezza/trunk/rdf.jena.serializer/pom.xml Mon Mar 11 10:19:54 2013
@@ -42,6 +42,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.facade</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.sparql/pom.xml (original)
+++ clerezza/trunk/rdf.jena.sparql/pom.xml Mon Mar 11 10:19:54 2013
@@ -37,10 +37,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.storage</artifactId>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.facade</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>com.hp.hpl.jena</groupId>
@@ -55,11 +57,13 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.simple.storage</artifactId>
 			<scope>test</scope>
+			<version>0.8-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
 			<scope>test</scope>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.storage/pom.xml (original)
+++ clerezza/trunk/rdf.jena.storage/pom.xml Mon Mar 11 10:19:54 2013
@@ -37,6 +37,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.commons</artifactId>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.wymiwyg</groupId>
@@ -51,16 +52,19 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.simple.storage</artifactId>
 			<scope>test</scope>
+			<version>0.8-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
 			<scope>test</scope>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.facade</artifactId>
 			<scope>test</scope>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.jena.tdb.storage/pom.xml (original)
+++ clerezza/trunk/rdf.jena.tdb.storage/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>
@@ -43,10 +40,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.commons</artifactId>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.storage</artifactId>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -78,6 +77,7 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core.test</artifactId>
 			<scope>test</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.slf4j</groupId>
@@ -85,4 +85,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.locking/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.locking/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.locking/pom.xml (original)
+++ clerezza/trunk/rdf.locking/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
+<?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>
@@ -48,10 +45,12 @@
 		<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.typerendering.core</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.metadata/pom.xml (original)
+++ clerezza/trunk/rdf.metadata/pom.xml Mon Mar 11 10:19:54 2013
@@ -42,6 +42,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.utils</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.ontologies/pom.xml (original)
+++ clerezza/trunk/rdf.ontologies/pom.xml Mon Mar 11 10:19:54 2013
@@ -39,6 +39,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -73,4 +74,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.rdfa/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.rdfa/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.rdfa/pom.xml (original)
+++ clerezza/trunk/rdf.rdfa/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version='1.0'?>
-<!--
+<?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>
@@ -49,7 +46,8 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>rdf.core</artifactId>
-        </dependency>
+        	<version>0.13-incubating-SNAPSHOT</version>
+		</dependency>
         <dependency>
             <groupId>net.rootdev</groupId>
             <artifactId>java-rdfa</artifactId>
@@ -73,27 +71,4 @@
             <version>1.1</version>
         </dependency> -->
     </dependencies>
-</project>
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.rdfjson/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.rdfjson/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.rdfjson/pom.xml (original)
+++ clerezza/trunk/rdf.rdfjson/pom.xml Mon Mar 11 10:19:54 2013
@@ -43,14 +43,17 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.ontologies</artifactId>
 			<scope>test</scope>
+			<version>0.12-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.ext</groupId>
 			<artifactId>org.json.simple</artifactId>
+			<version>0.4-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -69,4 +72,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.scala.utils/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.scala.utils/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.scala.utils/pom.xml (original)
+++ clerezza/trunk/rdf.scala.utils/pom.xml Mon Mar 11 10:19:54 2013
@@ -62,10 +62,12 @@
 		<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>
 	</dependencies>
 	<build>
@@ -126,4 +128,4 @@
 			</plugin>
 		</plugins>
 	</reporting>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.schemagen/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.schemagen/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.schemagen/pom.xml (original)
+++ clerezza/trunk/rdf.schemagen/pom.xml Mon Mar 11 10:19:54 2013
@@ -45,10 +45,12 @@
 		<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.jena.parser</artifactId>
+			<version>0.11-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
             <groupId>org.slf4j</groupId>
@@ -89,4 +91,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.sesame.parser/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.sesame.parser/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.sesame.parser/pom.xml (original)
+++ clerezza/trunk/rdf.sesame.parser/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>
@@ -50,10 +48,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>org.openrdf.sesame</artifactId>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.sesame.storage/pom.xml (original)
+++ clerezza/trunk/rdf.sesame.storage/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">
 	<parent>
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
@@ -48,6 +46,7 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core.test</artifactId>
 			<scope>test</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -60,14 +59,16 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza.ext</groupId>
 			<artifactId>org.openrdf.sesame</artifactId>
+			<version>0.5-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.wymiwyg</groupId>
 			<artifactId>wymiwyg-commons-core</artifactId>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.simple.storage/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.simple.storage/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.simple.storage/pom.xml (original)
+++ clerezza/trunk/rdf.simple.storage/pom.xml Mon Mar 11 10:19:54 2013
@@ -41,11 +41,13 @@
 		<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.core.test</artifactId>
 			<scope>test</scope>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.stable.serializer/pom.xml (original)
+++ clerezza/trunk/rdf.stable.serializer/pom.xml Mon Mar 11 10:19:54 2013
@@ -39,6 +39,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -48,11 +49,13 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
 			<scope>test</scope>
+			<version>0.10-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>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
@@ -72,5 +75,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-</project>
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.storage.externalizer/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.storage.externalizer/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.storage.externalizer/pom.xml (original)
+++ clerezza/trunk/rdf.storage.externalizer/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>
@@ -52,6 +49,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -63,4 +61,4 @@
 			<scope>test</scope>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.storage.web/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.storage.web/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.storage.web/pom.xml (original)
+++ clerezza/trunk/rdf.storage.web/pom.xml Mon Mar 11 10:19:54 2013
@@ -45,18 +45,22 @@
         <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>
@@ -69,6 +73,7 @@
 		<dependency>
 		  <groupId>org.apache.clerezza.ext</groupId>
 		  <artifactId>slf4j-scala-api</artifactId>
+			<version>1.6.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -112,6 +117,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
-
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/rdf.utils/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/rdf.utils/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.utils/pom.xml (original)
+++ clerezza/trunk/rdf.utils/pom.xml Mon Mar 11 10:19:54 2013
@@ -42,14 +42,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.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core.test</artifactId>
+			<version>0.14-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.web/pom.xml (original)
+++ clerezza/trunk/rdf.web/pom.xml Mon Mar 11 10:19:54 2013
@@ -37,4 +37,4 @@
 		<module>rdf.web.core</module>
 		<module>rdf.web.ontologies</module>
 	</modules>
-</project>
+</project>
\ No newline at end of file

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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.web/rdf.web.core/pom.xml (original)
+++ clerezza/trunk/rdf.web/rdf.web.core/pom.xml Mon Mar 11 10:19:54 2013
@@ -41,24 +41,29 @@
 		<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>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
 			<scope>test</scope>
+			<version>0.10-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>
 		<dependency>
 			<groupId>org.easymock</groupId>
@@ -72,27 +77,32 @@
 		<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.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.web.ontologies</artifactId>
+			<version>0.3-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>permissiondescriptions</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
-
+</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=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/rdf.web/rdf.web.ontologies/pom.xml (original)
+++ clerezza/trunk/rdf.web/rdf.web.ontologies/pom.xml Mon Mar 11 10:19:54 2013
@@ -36,6 +36,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -60,4 +61,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/scala-scripting/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/scala-scripting/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/scala-scripting/pom.xml (original)
+++ clerezza/trunk/scala-scripting/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</groupId>
@@ -177,4 +174,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/scala-scripting/script-engine/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/scala-scripting/script-engine/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/scala-scripting/script-engine/pom.xml (original)
+++ clerezza/trunk/scala-scripting/script-engine/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.scala</groupId>
@@ -107,4 +104,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/scala-scripting/tests/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/scala-scripting/tests/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/scala-scripting/tests/pom.xml (original)
+++ clerezza/trunk/scala-scripting/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">
 	<modelVersion>4.0.0</modelVersion>
 	<parent>
 		<groupId>org.apache.clerezza.scala</groupId>
@@ -80,6 +77,7 @@
 			<groupId>org.apache.clerezza.scala</groupId>
 			<artifactId>script-engine</artifactId>
 			<scope>provided</scope>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -90,7 +88,7 @@
 				<artifactId>maven-source-plugin</artifactId>
 				<executions>
 					<execution>
-						<phase />
+						<phase/>
 					</execution>
 				</executions>
 			</plugin>
@@ -143,7 +141,7 @@
 										</goals>
 									</pluginExecutionFilter>
 									<action>
-										<ignore></ignore>
+										<ignore/>
 									</action>
 								</pluginExecution>
 							</pluginExecutions>
@@ -153,4 +151,4 @@
 			</plugins>
 		</pluginManagement>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/shell.felixshellcommand/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/shell.felixshellcommand/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/shell.felixshellcommand/pom.xml (original)
+++ clerezza/trunk/shell.felixshellcommand/pom.xml Mon Mar 11 10:19:54 2013
@@ -40,10 +40,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>shell</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -100,5 +102,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/shell/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/shell/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/shell/pom.xml (original)
+++ clerezza/trunk/shell/pom.xml Mon Mar 11 10:19:54 2013
@@ -35,10 +35,12 @@
 		<dependency>
 			<groupId>org.apache.clerezza.scala</groupId>
 			<artifactId>script-engine</artifactId>
+			<version>0.2-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>
@@ -73,6 +75,7 @@
 		<dependency>
 		  <groupId>org.apache.clerezza.ext</groupId>
 		  <artifactId>slf4j-scala-api</artifactId>
+			<version>1.6.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -123,6 +126,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
-
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/slf4j-scala-api/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/slf4j-scala-api/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/slf4j-scala-api/pom.xml (original)
+++ clerezza/trunk/slf4j-scala-api/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">
   <parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>clerezza</artifactId>
@@ -128,4 +126,4 @@
     </plugins>
 
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/sshshell/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/sshshell/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/sshshell/pom.xml (original)
+++ clerezza/trunk/sshshell/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version='1.0'?>
-<!--
+<?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>
@@ -58,6 +55,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>shell</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
             <groupId>org.apache.stanbol</groupId>
@@ -73,4 +71,4 @@
 			<artifactId>org.osgi.compendium</artifactId>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/ssl.keygen/base/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ssl.keygen/base/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/ssl.keygen/base/pom.xml (original)
+++ clerezza/trunk/ssl.keygen/base/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version='1.0'?>
-<!--
+<?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,10 +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>
@@ -102,4 +98,4 @@
 			<version>1.6.0</version>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/ssl.keygen/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ssl.keygen/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/ssl.keygen/pom.xml (original)
+++ clerezza/trunk/ssl.keygen/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version='1.0'?>
-<!--
+<?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>
@@ -142,4 +139,4 @@
    <properties>
       <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
    </properties>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/ssl.keygen/samplewebapp/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/ssl.keygen/samplewebapp/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/ssl.keygen/samplewebapp/pom.xml (original)
+++ clerezza/trunk/ssl.keygen/samplewebapp/pom.xml Mon Mar 11 10:19:54 2013
@@ -1,5 +1,4 @@
-<?xml version='1.0'?>
-<!--
+<?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,10 +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>
@@ -49,4 +45,4 @@
          <scope>provided</scope>
       </dependency>
    </dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/templating.seedsnipe/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/templating.seedsnipe/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/templating.seedsnipe/pom.xml (original)
+++ clerezza/trunk/templating.seedsnipe/pom.xml Mon Mar 11 10:19:54 2013
@@ -42,18 +42,22 @@
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.parser</artifactId>
 			<scope>test</scope>
+			<version>0.11-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>templating</artifactId>
+			<version>0.9-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -78,4 +82,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

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

Modified: clerezza/trunk/tools.offline/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/tools.offline/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/tools.offline/pom.xml (original)
+++ clerezza/trunk/tools.offline/pom.xml Mon Mar 11 10:19:54 2013
@@ -42,24 +42,29 @@
 		<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>rdf.core</artifactId>
+			<version>0.13-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.jena.serializer</artifactId>
 			<scope>test</scope>
+			<version>0.10-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>
 		<dependency>
 			<groupId>javax.ws.rs</groupId>
@@ -68,27 +73,32 @@
 		<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.ontologies</artifactId>
+			<version>0.12-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>rdf.web.ontologies</artifactId>
+			<version>0.3-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>platform.content.representations.core</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
-</project>
-
+</project>
\ No newline at end of file

Modified: clerezza/trunk/uima/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/uima/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/uima/pom.xml (original)
+++ clerezza/trunk/uima/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>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima</artifactId>
@@ -85,4 +83,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/uima/uima.casconsumer/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/uima/uima.casconsumer/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/uima/uima.casconsumer/pom.xml (original)
+++ clerezza/trunk/uima/uima.casconsumer/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>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.casconsumer</artifactId>
@@ -51,11 +49,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.apache.uima</groupId>
       <artifactId>uimaj-component-test-util</artifactId>
@@ -65,7 +65,8 @@
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.simple.storage</artifactId>
       <scope>runtime</scope>
-    </dependency>
+    	<version>0.8-incubating-SNAPSHOT</version>
+		</dependency>
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-simple</artifactId>
@@ -87,4 +88,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/uima/uima.concept-tagging/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/uima/uima.concept-tagging/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/uima/uima.concept-tagging/pom.xml (original)
+++ clerezza/trunk/uima/uima.concept-tagging/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>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.concept-tagging</artifactId>
@@ -35,11 +33,13 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>platform.concepts.core</artifactId>
-    </dependency>
+    	<version>0.2-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>uima.utils</artifactId>
@@ -68,4 +68,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/uima/uima.metadata-generator/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/uima/uima.metadata-generator/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/uima/uima.metadata-generator/pom.xml (original)
+++ clerezza/trunk/uima/uima.metadata-generator/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>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.metadata-generator</artifactId>
@@ -35,7 +33,8 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>platform.content</artifactId>
-    </dependency>
+    	<version>0.14-incubating-SNAPSHOT</version>
+		</dependency>
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>uima.utils</artifactId>
@@ -49,7 +48,8 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-    </dependency>
+    	<version>0.13-incubating-SNAPSHOT</version>
+		</dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.scr.annotations</artifactId>
@@ -127,4 +127,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/uima/uima.ontologies.ao/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/uima/uima.ontologies.ao/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/uima/uima.ontologies.ao/pom.xml (original)
+++ clerezza/trunk/uima/uima.ontologies.ao/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>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.ontologies.ao</artifactId>
@@ -36,7 +34,8 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-    </dependency>
+    	<version>0.13-incubating-SNAPSHOT</version>
+		</dependency>
   </dependencies>
   <build>
     <plugins>
@@ -86,4 +85,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/uima/uima.ontologies/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/uima/uima.ontologies/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/uima/uima.ontologies/pom.xml (original)
+++ clerezza/trunk/uima/uima.ontologies/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>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.ontologies</artifactId>
@@ -36,7 +34,8 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>rdf.core</artifactId>
-    </dependency>
+    	<version>0.13-incubating-SNAPSHOT</version>
+		</dependency>
   </dependencies>
   <build>
     <plugins>
@@ -66,4 +65,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/uima/uima.samples/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/uima/uima.samples/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/uima/uima.samples/pom.xml (original)
+++ clerezza/trunk/uima/uima.samples/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>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.samples</artifactId>
@@ -66,7 +64,8 @@
     <dependency>
       <groupId>org.apache.clerezza</groupId>
       <artifactId>jaxrs.utils</artifactId>
-    </dependency>
+    	<version>0.7-incubating-SNAPSHOT</version>
+		</dependency>
     <dependency>
       <groupId>org.apache.opennlp</groupId>
       <artifactId>opennlp-tools</artifactId>
@@ -119,4 +118,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/uima/uima.utils/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/uima/uima.utils/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/uima/uima.utils/pom.xml (original)
+++ clerezza/trunk/uima/uima.utils/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>
   <groupId>org.apache.clerezza</groupId>
   <artifactId>uima.utils</artifactId>
@@ -119,4 +117,4 @@
       </plugin>
     </plugins>
   </build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/utils.customproperty/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/utils.customproperty/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/utils.customproperty/pom.xml (original)
+++ clerezza/trunk/utils.customproperty/pom.xml Mon Mar 11 10:19:54 2013
@@ -37,10 +37,12 @@
 		<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>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/utils.imagemagick/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/utils.imagemagick/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/utils.imagemagick/pom.xml (original)
+++ clerezza/trunk/utils.imagemagick/pom.xml Mon Mar 11 10:19:54 2013
@@ -46,19 +46,22 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils.imageprocessing</artifactId>
+			<version>0.8-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.jena.serializer</artifactId>
 			<scope>test</scope>
+			<version>0.10-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/utils.imageprocessing/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/utils.imageprocessing/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/utils.imageprocessing/pom.xml (original)
+++ clerezza/trunk/utils.imageprocessing/pom.xml Mon Mar 11 10:19:54 2013
@@ -46,10 +46,12 @@
 		<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.jena.parser</artifactId>
+			<version>0.11-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>javax.ws.rs</groupId>
@@ -59,4 +61,4 @@
 			<groupId>org.apache.felix</groupId>
 			<artifactId>org.apache.felix.scr.annotations</artifactId>
 		</dependency>
-	</dependencies></project>
+	</dependencies></project>
\ No newline at end of file

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

Modified: clerezza/trunk/web.fileserver/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/web.fileserver/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/web.fileserver/pom.xml (original)
+++ clerezza/trunk/web.fileserver/pom.xml Mon Mar 11 10:19:54 2013
@@ -53,6 +53,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>utils</artifactId>
+			<version>0.2-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.apache.felix</groupId>
@@ -63,4 +64,4 @@
 			<artifactId>org.osgi.compendium</artifactId>
 		</dependency>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/web.resources.jquery/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/web.resources.jquery/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/web.resources.jquery/pom.xml (original)
+++ clerezza/trunk/web.resources.jquery/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>
 	</dependencies>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/web.resources.scripts/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/web.resources.scripts/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/web.resources.scripts/pom.xml (original)
+++ clerezza/trunk/web.resources.scripts/pom.xml Mon Mar 11 10:19:54 2013
@@ -48,6 +48,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.resources.jquery</artifactId>
+			<version>0.6-incubating-SNAPSHOT</version>
 		</dependency>
 		<dependency>
 			<groupId>org.osgi</groupId>
@@ -56,6 +57,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>
@@ -77,4 +79,4 @@
 			</plugin>
 		</plugins>
 	</build>
-</project>
+</project>
\ No newline at end of file

Modified: clerezza/trunk/web.resources.yui/pom.xml
URL: http://svn.apache.org/viewvc/clerezza/trunk/web.resources.yui/pom.xml?rev=1455081&r1=1455080&r2=1455081&view=diff
==============================================================================
--- clerezza/trunk/web.resources.yui/pom.xml (original)
+++ clerezza/trunk/web.resources.yui/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>
@@ -52,6 +50,7 @@
 		<dependency>
 			<groupId>org.apache.clerezza</groupId>
 			<artifactId>web.fileserver</artifactId>
+			<version>0.10-incubating-SNAPSHOT</version>
 		</dependency>
 	</dependencies>
 	<build>