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/02/09 16:57:23 UTC

svn commit: r1444382 - in /incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl: core/pom.xml ontologies/pom.xml

Author: reto
Date: Sat Feb  9 15:57:23 2013
New Revision: 1444382

URL: http://svn.apache.org/r1444382
Log:
fixed relative path

Modified:
    incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl/core/pom.xml
    incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl/ontologies/pom.xml

Modified: incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl/core/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl/core/pom.xml?rev=1444382&r1=1444381&r2=1444382&view=diff
==============================================================================
--- incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl/core/pom.xml (original)
+++ incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl/core/pom.xml Sat Feb  9 15:57:23 2013
@@ -4,7 +4,7 @@
 		<groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
 		<artifactId>parent</artifactId>
 		<version>0.1-incubating-SNAPSHOT</version>
-		<relativePath>../parent</relativePath>
+		<relativePath>..</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
 	<artifactId>core</artifactId>

Modified: incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl/ontologies/pom.xml
URL: http://svn.apache.org/viewvc/incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl/ontologies/pom.xml?rev=1444382&r1=1444381&r2=1444382&view=diff
==============================================================================
--- incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl/ontologies/pom.xml (original)
+++ incubator/clerezza/trunk/maven-archetypes/java-ssp-ttl/ontologies/pom.xml Sat Feb  9 15:57:23 2013
@@ -4,7 +4,7 @@
 		<groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
 		<artifactId>parent</artifactId>
 		<version>0.1-incubating-SNAPSHOT</version>
-		<relativePath>../parent</relativePath>
+		<relativePath>..</relativePath>
 	</parent>
 	<groupId>org.apache.clerezza.java-ssp-ttl-skeleton</groupId>
 	<artifactId>ontologies</artifactId>