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 2012/08/09 21:27:50 UTC

svn commit: r1371409 [2/2] - in /incubator/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/ ...

Modified: incubator/clerezza/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/pom.xml (original)
+++ incubator/clerezza/trunk/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,17 +25,16 @@
 		<groupId>org.apache</groupId>
 		<artifactId>apache</artifactId>
 		<version>10</version>
-		<relativePath />
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
-	<artifactId>clerezza</artifactId>
+	<artifactId>reactor</artifactId>
 	<packaging>pom</packaging>
-	<name>Clerezza - Parent for all (root)</name>
+	<name>Clerezza - Reactor build (root)</name>
 	<url>http://incubator.apache.org/clerezza/mvn-site/</url>
 	<version>0.3-incubating-SNAPSHOT</version>
-	<description>The direct or indirect parent of all Clerezza Artifacts</description>
+	<description>A recator to build all of clerezza</description>
 	<properties>
-		<scala.version>2.8.1</scala.version>
 		<sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
 	</properties>
 	<licenses>
@@ -71,6 +70,7 @@
 				<activeByDefault>true</activeByDefault>
 			</activation>
 			<modules>
+				<module>parent</module>
 				<module>clerezza-jar-resource-bundle</module>
 				<module>platform.style.classic.webguiexamples</module>
 				<module>ext.com.hp.hpl.jena</module>
@@ -295,66 +295,6 @@
 			<plugins>
 				<plugin>
 					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-source-plugin</artifactId>
-					<version>2.1.1</version>
-					<executions>
-						<execution>
-							<phase>package</phase>
-							<goals>
-								<goal>jar</goal>
-							</goals>
-						</execution>
-					</executions>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-compiler-plugin</artifactId>
-					<version>2.0.2</version>
-					<configuration>
-						<source>1.6</source>
-						<target>1.6</target>
-						<encoding>utf-8</encoding>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.felix</groupId>
-					<artifactId>maven-bundle-plugin</artifactId>
-					<extensions>true</extensions>
-					<version>2.1.0</version>
-					<configuration>
-						<instructions>
-							<Bundle-SymbolicName>${project.groupId}.${project.artifactId}</Bundle-SymbolicName>
-						</instructions>
-					</configuration>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.felix</groupId>
-					<artifactId>maven-scr-plugin</artifactId>
-					<version>1.7.0</version>
-					<executions>
-						<execution>
-							<id>generate-scr-scrdescriptor</id>
-							<goals>
-								<goal>scr</goal>
-							</goals>
-						</execution>
-					</executions>
-					<!-- see http://felix.apache.org/site/apache-felix-scr-plugin-faq.html#ApacheFelixSCRPluginFAQ-NoClassDefFoundErrorduringbuild -->
-					<dependencies>
-						<dependency>
-							<groupId>org.slf4j</groupId>
-							<artifactId>slf4j-simple</artifactId>
-							<version>1.6.1</version>
-						</dependency>
-					</dependencies>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
-					<artifactId>maven-deploy-plugin</artifactId>
-					<version>2.4</version>
-				</plugin>
-				<plugin>
-					<groupId>org.apache.maven.plugins</groupId>
 					<artifactId>maven-assembly-plugin</artifactId>
 					<version>2.2.2</version>
 				</plugin>
@@ -578,886 +518,6 @@
 			</resource>
 		</resources>
 	</build>
-	<dependencies>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-api</artifactId>
-		</dependency>
-		<dependency>
-			<groupId>org.slf4j</groupId>
-			<artifactId>slf4j-simple</artifactId>
-			<scope>test</scope>
-		</dependency>
-	</dependencies>
-	<dependencyManagement>
-		<dependencies>
-			<dependency>
-				<groupId>junit</groupId>
-				<artifactId>junit</artifactId>
-				<version>4.8.2</version>
-			</dependency>
-			<dependency>
-				<groupId>javax.ws.rs</groupId>
-				<artifactId>jsr311-api</artifactId>
-				<version>1.0</version>
-			</dependency>
-			<dependency>
-				<groupId>log4j</groupId>
-				<artifactId>log4j</artifactId>
-				<version>1.2.16</version>
-			</dependency>
-			<dependency>
-				<groupId>org.scala-lang</groupId>
-				<artifactId>scala-library</artifactId>
-				<version>${scala.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>org.scala-lang</groupId>
-				<artifactId>scala-compiler</artifactId>
-				<version>${scala.version}</version>
-			</dependency>
-			<dependency>
-				<groupId>com.hp.hpl.jena</groupId>
-				<artifactId>jena</artifactId>
-				<version>2.6.4</version>
-			</dependency>
-			<dependency>
-				<groupId>com.hp.hpl.jena</groupId>
-				<artifactId>tdb</artifactId>
-				<version>0.8.9</version>
-			</dependency>
-			<dependency>
-				<groupId>com.hp.hpl.jena</groupId>
-				<artifactId>arq</artifactId>
-				<version>2.8.7</version>
-			</dependency>
-			<dependency>
-				<groupId>org.easymock</groupId>
-				<artifactId>easymock</artifactId>
-				<version>3.0</version>
-			</dependency>
-			<dependency>
-				<groupId>org.osgi</groupId>
-				<artifactId>org.osgi.core</artifactId>
-				<version>4.2.0</version>
-			</dependency>
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-api</artifactId>
-				<version>1.6.1</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza.ext</groupId>
-				<artifactId>slf4j-scala-api</artifactId>
-				<version>1.6.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-jdk14</artifactId>
-				<version>1.6.1</version>
-			</dependency>
-			<dependency>
-				<groupId>org.slf4j</groupId>
-				<artifactId>slf4j-simple</artifactId>
-				<version>1.6.1</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.maven</groupId>
-				<artifactId>maven-plugin-api</artifactId>
-				<version>2.0</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.maven.reporting</groupId>
-				<artifactId>maven-reporting-api</artifactId>
-				<version>2.0.1</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.maven.reporting</groupId>
-				<artifactId>maven-reporting-impl</artifactId>
-				<version>2.0</version>
-			</dependency>
-			<dependency>
-				<groupId>org.osgi</groupId>
-				<artifactId>org.osgi.compendium</artifactId>
-				<version>4.2.0</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.felix</groupId>
-				<artifactId>org.apache.felix.scr.annotations</artifactId>
-				<version>1.5.0</version>
-			</dependency>
-			<dependency>
-				<groupId>com.googlecode.json-simple</groupId>
-				<artifactId>json-simple</artifactId>
-				<version>1.1</version>
-			</dependency>
-			<dependency>
-				<groupId>org.ops4j.pax.exam</groupId>
-				<artifactId>pax-exam</artifactId>
-				<version>1.2.4</version>
-			</dependency>
-			<dependency>
-				<groupId>org.ops4j.pax.swissbox</groupId>
-				<artifactId>pax-swissbox-tinybundles</artifactId>
-				<version>1.3.0</version>
-			</dependency>
-			<dependency>
-				<groupId>org.ops4j.pax.exam</groupId>
-				<artifactId>pax-exam-junit</artifactId>
-				<version>1.2.4</version>
-			</dependency>
-			<dependency>
-				<groupId>org.ops4j.pax.exam</groupId>
-				<artifactId>pax-exam-junit-extender</artifactId>
-				<version>1.2.4</version>
-			</dependency>
-			<dependency>
-				<groupId>org.ops4j.pax.exam</groupId>
-				<artifactId>pax-exam-junit-extender-impl</artifactId>
-				<version>1.2.4</version>
-			</dependency>
-			<dependency>
-				<groupId>org.ops4j.pax.exam</groupId>
-				<artifactId>pax-exam-container-default</artifactId>
-				<version>1.2.4</version>
-			</dependency>
-			<dependency>
-				<groupId>com.sun.script.jruby</groupId>
-				<artifactId>jruby-engine</artifactId>
-				<version>1.1.7</version>
-			</dependency>
-			<dependency>
-				<groupId>org.scala-tools.testing</groupId>
-				<artifactId>scalatest</artifactId>
-				<version>0.9.5</version>
-			</dependency>
-			<dependency>
-				<groupId>asm</groupId>
-				<artifactId>asm-all</artifactId>
-				<version>3.3.1</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.httpcomponents</groupId>
-				<artifactId>httpcore-osgi</artifactId>
-				<version>4.1</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.httpcomponents</groupId>
-				<artifactId>httpcore</artifactId>
-				<version>4.1</version>
-			</dependency>
-			<dependency>
-				<groupId>commons-codec</groupId>
-				<artifactId>commons-codec</artifactId>
-				<version>1.5</version>
-			</dependency>
-			<dependency>
-				<groupId>commons-lang</groupId>
-				<artifactId>commons-lang</artifactId>
-				<version>2.6</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.mina</groupId>
-				<artifactId>mina-core</artifactId>
-				<version>2.0.3</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.sshd</groupId>
-				<artifactId>sshd-core</artifactId>
-				<version>0.5.0</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.sshd</groupId>
-				<artifactId>sshd-pam</artifactId>
-				<version>0.5.0</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza.ext</groupId>
-				<artifactId>org.jruby</artifactId>
-				<version>0.3-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza.ext</groupId>
-				<artifactId>org.ops4j.pax.swissbox.tinybundles</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza.ext</groupId>
-				<artifactId>javax.mail</artifactId>
-				<version>0.5-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.apache.clerezza</groupId>
-				<artifactId>platform.typerendering.scala</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>rdf.utils</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.enrichment</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.simple.storage</artifactId>
-				<version>0.8-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.jena.tdb.storage</artifactId>
-				<version>0.6-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.core.test</artifactId>
-				<version>0.14-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.jena.facade</artifactId>
-				<version>0.13-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.web</artifactId>
-				<version>0.9-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.web.core</artifactId>
-				<version>0.3-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>sshshell</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>
-			<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>web.resources.yui</artifactId>
-				<version>0.5-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.style.default</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.style.classic</artifactId>
-				<version>0.5-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>web.resources.scripts</artifactId>
-				<version>0.4-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>triaxrs</artifactId>
-				<version>0.12-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>jaxrs.testutils</artifactId>
-				<version>0.10-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.usermanager</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.dashboard</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.dashboard.ontologies</artifactId>
-				<version>0.3-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.dashboard.webinterface</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.enrichment</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.usermanager.webinterface</artifactId>
-				<version>0.14-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.accountcontrolpanel</artifactId>
-				<version>0.10-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.accountcontrolpanel.core</artifactId>
-				<version>0.3-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.accountcontrolpanel.ontologies</artifactId>
-				<version>0.3-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.content</artifactId>
-				<version>0.14-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.content.default404</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.content.fsadaptor</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>platform.mail</artifactId>
-				<version>0.5-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza.scala</groupId>
-				<artifactId>scala-library-osgi</artifactId>
-				<version>0.1-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza.scala</groupId>
-				<artifactId>scala-compiler-osgi</artifactId>
-				<version>0.1-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.apache.clerezza</groupId>
-				<artifactId>platform.typerendering.scalaserverpages</artifactId>
-				<version>0.4-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>jaxrs.rdf.providers</artifactId>
-				<version>0.14-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza.ext</groupId>
-				<artifactId>com.ibm.icu</artifactId>
-				<version>0.6-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza.ext</groupId>
-				<artifactId>com.hp.hpl.jena</artifactId>
-				<version>0.7-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza.ext</groupId>
-				<artifactId>com.hp.hpl.jena.tdb</artifactId>
-				<version>0.4-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.parser</artifactId>
-				<version>0.11-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.jena.serializer</artifactId>
-				<version>0.10-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.sesame.parser</artifactId>
-				<version>0.1-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.rdfa</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.rdfjson</artifactId>
-				<version>0.4-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.schemagen</artifactId>
-				<version>0.11-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.sesame.storage</artifactId>
-				<version>0.13-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.security</artifactId>
-				<version>0.9-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.security.conditions</artifactId>
-				<version>0.6-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.security.auth.basic</artifactId>
-				<version>0.5-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.security.auth.cookie</artifactId>
-				<version>0.5-incubating-SNAPSHOT</version>
-			</dependency>
-			<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.security.foafssl.core</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.security.foafssl.test</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.jsslutils</groupId>
-				<artifactId>jsslutils</artifactId>
-				<version>1.0.7</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>ssl.keygen.base</artifactId>
-				<version>0.6-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.wymiwyg</groupId>
-				<artifactId>jetty-osgi-httpservice</artifactId>
-				<version>0.1</version>
-			</dependency>
-			<dependency>
-				<groupId>org.wymiwyg</groupId>
-				<artifactId>wrhapi</artifactId>
-				<version>0.9</version>
-			</dependency>
-			<dependency>
-				<groupId>org.wymiwyg</groupId>
-				<artifactId>wrhapi-osgi</artifactId>
-				<version>0.4.2</version>
-			</dependency>
-			<dependency>
-				<groupId>org.wymiwyg</groupId>
-				<artifactId>wrhapi-jetty</artifactId>
-				<version>0.9</version>
-			</dependency>
-			<dependency>
-				<groupId>org.wymiwyg</groupId>
-				<artifactId>wymiwyg-commons-core</artifactId>
-				<version>0.7.6</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>templating</artifactId>
-				<version>0.9-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>tools.offline</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>utils.imageprocessing</artifactId>
-				<version>0.8-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>utils.imagemagick</artifactId>
-				<version>0.5-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>integrationtest.web</artifactId>
-				<version>0.5-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>integrationtest.web.performance</artifactId>
-				<version>0.6-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.launcher.storageless</artifactId>
-				<version>0.9-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.typerendering</artifactId>
-				<version>0.7-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.typerendering.gui</artifactId>
-				<version>0.2-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.ontologies</artifactId>
-				<version>0.3-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.ext</groupId>
-				<artifactId>org.json.simple</artifactId>
-				<version>0.4-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.xhtml2html</artifactId>
-				<version>0.6-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>web.resources.extjs</artifactId>
-				<version>0.4-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.apache.clerezza</groupId>
-				<artifactId>rdf.jena.storage</artifactId>
-				<version>0.6-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.jena.sparql</artifactId>
-				<version>0.6-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.scripting.scriptmanager</artifactId>
-				<version>0.5-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.config.gui</artifactId>
-				<version>0.2-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>platform.documentation.viewer</artifactId>
-				<version>0.4-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.logging.core</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.logging.initializer</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<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>platform.pagemanager</artifactId>
-				<version>0.3-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.file.storage</artifactId>
-				<version>0.4-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>maven-pladoc-plugin.api</artifactId>
-				<version>0.4-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>maven-pladoc-plugin.service</artifactId>
-				<version>0.4-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.language.ontologies</artifactId>
-				<version>0.3-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.language.core</artifactId>
-				<version>0.3-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.language</artifactId>
-				<version>0.3-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>platform.style.classic.webguiexamples</artifactId>
-				<version>0.3-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>osgi.services</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.content.representations</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>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.content.representations.ontologies</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.content.imagemetadata</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.concepts</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.concepts.core</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>platform.concepts.ontologies</artifactId>
-				<version>0.2-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>shell</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>shell.felixshellcommand</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>bundledevtool</artifactId>
-				<version>0.2-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.metadata</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>uima</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>permissiondescriptions</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<dependency>
-				<groupId>net.rootdev</groupId>
-				<artifactId>java-rdfa</artifactId>
-				<version>0.4.2-RC2</version>
-			</dependency>
-			<dependency>
-				<groupId>net.rootdev</groupId>
-				<artifactId>java-rdfa-htmlparser</artifactId>
-				<version>0.4.2-RC2</version>
-			</dependency>
-			<dependency>
-				<groupId>org.bouncycastle</groupId>
-				<artifactId>bcprov-jdk16</artifactId>
-				<version>1.46</version>
-			</dependency>
-			<dependency>
-				<groupId>org.apache.clerezza</groupId>
-				<artifactId>rdf.cris.core</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-			<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>platform.cris</artifactId>
-				<version>0.2-incubating-SNAPSHOT</version>
-			</dependency>
-		</dependencies>
-	</dependencyManagement>
 	<distributionManagement>
 		<!-- where to deploy the web site -->
 		<site>
@@ -1491,8 +551,8 @@
 
 	<scm>
 		<url>http://svn.apache.org/viewvc/incubator/clerezza</url>
-		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/clerezza/trunk/parent/</connection>
-		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/clerezza/trunk/parent/</developerConnection>
+		<connection>scm:svn:http://svn.apache.org/repos/asf/incubator/clerezza/trunk/</connection>
+		<developerConnection>scm:svn:https://svn.apache.org/repos/asf/incubator/clerezza/trunk/</developerConnection>
 	</scm>
 
 	<!-- lets generate reports -->

Modified: incubator/clerezza/trunk/rdf.core.test/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.core.test/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.core.test/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.core.test/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
         <artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.core.test</artifactId>

Modified: incubator/clerezza/trunk/rdf.core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.core/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.core/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.core/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.core</artifactId>

Modified: incubator/clerezza/trunk/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.core/src/site/resources/documentation/scb-triaxrs-tutorial/pom.xml Thu Aug  9 19:27:46 2012
@@ -31,6 +31,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.11-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<repositories>
 		<repository>

Modified: incubator/clerezza/trunk/rdf.cris/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.cris/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.cris/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.cris/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.cris</artifactId>

Modified: incubator/clerezza/trunk/rdf.enrichment/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.enrichment/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.enrichment/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.enrichment/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.enrichment</artifactId>

Modified: incubator/clerezza/trunk/rdf.file.storage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.file.storage/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.file.storage/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.file.storage/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.file.storage</artifactId>

Modified: incubator/clerezza/trunk/rdf.jena.commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.jena.commons/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.jena.commons/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.jena.commons/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.commons</artifactId>

Modified: incubator/clerezza/trunk/rdf.jena.facade/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.jena.facade/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.jena.facade/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.jena.facade/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.facade</artifactId>

Modified: incubator/clerezza/trunk/rdf.jena.parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.jena.parser/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.jena.parser/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.jena.parser/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.parser</artifactId>

Modified: incubator/clerezza/trunk/rdf.jena.serializer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.jena.serializer/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.jena.serializer/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.jena.serializer/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.serializer</artifactId>

Modified: incubator/clerezza/trunk/rdf.jena.sparql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.jena.sparql/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.jena.sparql/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.jena.sparql/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.sparql</artifactId>

Modified: incubator/clerezza/trunk/rdf.jena.storage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.jena.storage/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.jena.storage/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.jena.storage/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.storage</artifactId>

Modified: incubator/clerezza/trunk/rdf.jena.tdb.storage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.jena.tdb.storage/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.jena.tdb.storage/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.jena.tdb.storage/pom.xml Thu Aug  9 19:27:46 2012
@@ -26,6 +26,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.jena.tdb.storage</artifactId>

Modified: incubator/clerezza/trunk/rdf.locking/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.locking/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.locking/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.locking/pom.xml Thu Aug  9 19:27:46 2012
@@ -27,6 +27,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.locking</artifactId>

Modified: incubator/clerezza/trunk/rdf.metadata/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.metadata/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.metadata/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.metadata/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.metadata</artifactId>

Modified: incubator/clerezza/trunk/rdf.ontologies/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.ontologies/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.ontologies/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.ontologies/pom.xml Thu Aug  9 19:27:46 2012
@@ -26,8 +26,8 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
-	</parent>
-	
+		<relativePath>../parent</relativePath>
+	</parent>	
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.ontologies</artifactId>
 	<version>0.12-incubating-SNAPSHOT</version>

Modified: incubator/clerezza/trunk/rdf.rdfa/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.rdfa/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.rdfa/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.rdfa/pom.xml Thu Aug  9 19:27:46 2012
@@ -26,6 +26,7 @@
         <artifactId>clerezza</artifactId>
         <groupId>org.apache.clerezza</groupId>
         <version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
     </parent>
     <groupId>org.apache.clerezza</groupId>
     <artifactId>rdf.rdfa</artifactId>

Modified: incubator/clerezza/trunk/rdf.rdfjson/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.rdfjson/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.rdfjson/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.rdfjson/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.rdfjson</artifactId>

Modified: incubator/clerezza/trunk/rdf.scala.utils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.scala.utils/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.scala.utils/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.scala.utils/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.scala.utils</artifactId>

Modified: incubator/clerezza/trunk/rdf.schemagen/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.schemagen/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.schemagen/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.schemagen/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<version>0.11-incubating-SNAPSHOT</version>

Modified: incubator/clerezza/trunk/rdf.sesame.parser/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.sesame.parser/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.sesame.parser/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.sesame.parser/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.sesame.parser</artifactId>

Modified: incubator/clerezza/trunk/rdf.sesame.storage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.sesame.storage/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.sesame.storage/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.sesame.storage/pom.xml Thu Aug  9 19:27:46 2012
@@ -24,6 +24,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.apache.clerezza</groupId>

Modified: incubator/clerezza/trunk/rdf.simple.storage/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.simple.storage/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.simple.storage/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.simple.storage/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.simple.storage</artifactId>

Modified: incubator/clerezza/trunk/rdf.stable.serializer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.stable.serializer/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.stable.serializer/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.stable.serializer/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.stable.serializer</artifactId>

Modified: incubator/clerezza/trunk/rdf.storage.externalizer/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.storage.externalizer/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.storage.externalizer/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.storage.externalizer/pom.xml Thu Aug  9 19:27:46 2012
@@ -26,6 +26,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.storage.externalizer</artifactId>

Modified: incubator/clerezza/trunk/rdf.storage.web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.storage.web/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.storage.web/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.storage.web/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<artifactId>rdf.storage.web</artifactId>
 	<version>0.2-incubating-SNAPSHOT</version>

Modified: incubator/clerezza/trunk/rdf.utils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.utils/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.utils/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.utils/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.utils</artifactId>

Modified: incubator/clerezza/trunk/rdf.web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/rdf.web/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/rdf.web/pom.xml (original)
+++ incubator/clerezza/trunk/rdf.web/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>rdf.web</artifactId>

Modified: incubator/clerezza/trunk/shell.felixshellcommand/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/shell.felixshellcommand/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/shell.felixshellcommand/pom.xml (original)
+++ incubator/clerezza/trunk/shell.felixshellcommand/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>shell.felixshellcommand</artifactId>

Modified: incubator/clerezza/trunk/shell/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/shell/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/shell/pom.xml (original)
+++ incubator/clerezza/trunk/shell/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<artifactId>shell</artifactId>
 	<version>0.2-incubating-SNAPSHOT</version>

Modified: incubator/clerezza/trunk/slf4j-scala-api/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/slf4j-scala-api/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/slf4j-scala-api/pom.xml (original)
+++ incubator/clerezza/trunk/slf4j-scala-api/pom.xml Thu Aug  9 19:27:46 2012
@@ -24,6 +24,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>clerezza</artifactId>
     <version>0.3-incubating-SNAPSHOT</version>
+	<relativePath>../parent</relativePath>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: incubator/clerezza/trunk/sshshell/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/sshshell/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/sshshell/pom.xml (original)
+++ incubator/clerezza/trunk/sshshell/pom.xml Thu Aug  9 19:27:46 2012
@@ -26,6 +26,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>sshshell</artifactId>

Modified: incubator/clerezza/trunk/ssl.keygen/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/ssl.keygen/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/ssl.keygen/pom.xml (original)
+++ incubator/clerezza/trunk/ssl.keygen/pom.xml Thu Aug  9 19:27:46 2012
@@ -26,6 +26,7 @@
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
         <version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
    </parent>
    <groupId>org.apache.clerezza</groupId>
    <artifactId>ssl.keygen</artifactId>

Modified: incubator/clerezza/trunk/templating.seedsnipe/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/templating.seedsnipe/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/templating.seedsnipe/pom.xml (original)
+++ incubator/clerezza/trunk/templating.seedsnipe/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>templating.seedsnipe</artifactId>

Modified: incubator/clerezza/trunk/templating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/templating/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/templating/pom.xml (original)
+++ incubator/clerezza/trunk/templating/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>templating</artifactId>

Modified: incubator/clerezza/trunk/tools.offline/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/tools.offline/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/tools.offline/pom.xml (original)
+++ incubator/clerezza/trunk/tools.offline/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>tools.offline</artifactId>

Modified: incubator/clerezza/trunk/triaxrs/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/triaxrs/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/triaxrs/pom.xml (original)
+++ incubator/clerezza/trunk/triaxrs/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>triaxrs.parent</artifactId>

Modified: incubator/clerezza/trunk/uima/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/uima/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/uima/pom.xml (original)
+++ incubator/clerezza/trunk/uima/pom.xml Thu Aug  9 19:27:46 2012
@@ -32,6 +32,7 @@
     <groupId>org.apache.clerezza</groupId>
     <artifactId>clerezza</artifactId>
     <version>0.3-incubating-SNAPSHOT</version>
+	<relativePath>../parent</relativePath>
   </parent>
   <properties>
     <uima.version>2.3.1</uima.version>

Modified: incubator/clerezza/trunk/utils.customproperty/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/utils.customproperty/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/utils.customproperty/pom.xml (original)
+++ incubator/clerezza/trunk/utils.customproperty/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<artifactId>clerezza</artifactId>
 		<groupId>org.apache.clerezza</groupId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>utils.customproperty</artifactId>

Modified: incubator/clerezza/trunk/utils.imagemagick/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/utils.imagemagick/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/utils.imagemagick/pom.xml (original)
+++ incubator/clerezza/trunk/utils.imagemagick/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>utils.imagemagick</artifactId>

Modified: incubator/clerezza/trunk/utils.imageprocessing/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/utils.imageprocessing/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/utils.imageprocessing/pom.xml (original)
+++ incubator/clerezza/trunk/utils.imageprocessing/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>utils.imageprocessing</artifactId>

Modified: incubator/clerezza/trunk/utils/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/utils/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/utils/pom.xml (original)
+++ incubator/clerezza/trunk/utils/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>utils</artifactId>

Modified: incubator/clerezza/trunk/web.fileserver/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/web.fileserver/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/web.fileserver/pom.xml (original)
+++ incubator/clerezza/trunk/web.fileserver/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>web.fileserver</artifactId>

Modified: incubator/clerezza/trunk/web.resources.jquery/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/web.resources.jquery/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/web.resources.jquery/pom.xml (original)
+++ incubator/clerezza/trunk/web.resources.jquery/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>web.resources.jquery</artifactId>

Modified: incubator/clerezza/trunk/web.resources.scripts/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/web.resources.scripts/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/web.resources.scripts/pom.xml (original)
+++ incubator/clerezza/trunk/web.resources.scripts/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>web.resources.scripts</artifactId>

Modified: incubator/clerezza/trunk/web.resources.yui/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/web.resources.yui/pom.xml?rev=1371409&r1=1371408&r2=1371409&view=diff
==============================================================================
--- incubator/clerezza/trunk/web.resources.yui/pom.xml (original)
+++ incubator/clerezza/trunk/web.resources.yui/pom.xml Thu Aug  9 19:27:46 2012
@@ -25,6 +25,7 @@
 		<groupId>org.apache.clerezza</groupId>
 		<artifactId>clerezza</artifactId>
 		<version>0.3-incubating-SNAPSHOT</version>
+		<relativePath>../parent</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza</groupId>
 	<artifactId>web.resources.yui</artifactId>