You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by an...@apache.org on 2012/03/29 00:12:00 UTC

svn commit: r1306621 - in /incubator/stanbol/trunk/rules/adapters: abstract/pom.xml clerezza/pom.xml jena/pom.xml sparql/pom.xml swrl/pom.xml

Author: anuzzolese
Date: Wed Mar 28 22:12:00 2012
New Revision: 1306621

URL: http://svn.apache.org/viewvc?rev=1306621&view=rev
Log:
[STANBOL-560] Set the right relative path for the parent to the rule adapter modules.

Modified:
    incubator/stanbol/trunk/rules/adapters/abstract/pom.xml
    incubator/stanbol/trunk/rules/adapters/clerezza/pom.xml
    incubator/stanbol/trunk/rules/adapters/jena/pom.xml
    incubator/stanbol/trunk/rules/adapters/sparql/pom.xml
    incubator/stanbol/trunk/rules/adapters/swrl/pom.xml

Modified: incubator/stanbol/trunk/rules/adapters/abstract/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/adapters/abstract/pom.xml?rev=1306621&r1=1306620&r2=1306621&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/adapters/abstract/pom.xml (original)
+++ incubator/stanbol/trunk/rules/adapters/abstract/pom.xml Wed Mar 28 22:12:00 2012
@@ -18,7 +18,7 @@
 		<groupId>org.apache.stanbol</groupId>
 		<artifactId>stanbol-parent</artifactId>
 		<version>0.9.0-incubating-SNAPSHOT</version>
-		<relativePath>../../parent</relativePath>
+		<relativePath>../../../parent</relativePath>
 	</parent>
 
 	<groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/rules/adapters/clerezza/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/adapters/clerezza/pom.xml?rev=1306621&r1=1306620&r2=1306621&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/adapters/clerezza/pom.xml (original)
+++ incubator/stanbol/trunk/rules/adapters/clerezza/pom.xml Wed Mar 28 22:12:00 2012
@@ -18,7 +18,7 @@
 		<groupId>org.apache.stanbol</groupId>
 		<artifactId>stanbol-parent</artifactId>
 		<version>0.9.0-incubating-SNAPSHOT</version>
-		<relativePath>../../parent</relativePath>
+		<relativePath>../../../parent</relativePath>
 	</parent>
 
 	<groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/rules/adapters/jena/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/adapters/jena/pom.xml?rev=1306621&r1=1306620&r2=1306621&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/adapters/jena/pom.xml (original)
+++ incubator/stanbol/trunk/rules/adapters/jena/pom.xml Wed Mar 28 22:12:00 2012
@@ -18,7 +18,7 @@
 		<groupId>org.apache.stanbol</groupId>
 		<artifactId>stanbol-parent</artifactId>
 		<version>0.9.0-incubating-SNAPSHOT</version>
-		<relativePath>../../parent</relativePath>
+		<relativePath>../../../parent</relativePath>
 	</parent>
 
 	<groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/rules/adapters/sparql/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/adapters/sparql/pom.xml?rev=1306621&r1=1306620&r2=1306621&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/adapters/sparql/pom.xml (original)
+++ incubator/stanbol/trunk/rules/adapters/sparql/pom.xml Wed Mar 28 22:12:00 2012
@@ -18,7 +18,7 @@
 		<groupId>org.apache.stanbol</groupId>
 		<artifactId>stanbol-parent</artifactId>
 		<version>0.9.0-incubating-SNAPSHOT</version>
-		<relativePath>../../parent</relativePath>
+		<relativePath>../../../parent</relativePath>
 	</parent>
 
 	<groupId>org.apache.stanbol</groupId>

Modified: incubator/stanbol/trunk/rules/adapters/swrl/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/rules/adapters/swrl/pom.xml?rev=1306621&r1=1306620&r2=1306621&view=diff
==============================================================================
--- incubator/stanbol/trunk/rules/adapters/swrl/pom.xml (original)
+++ incubator/stanbol/trunk/rules/adapters/swrl/pom.xml Wed Mar 28 22:12:00 2012
@@ -18,7 +18,7 @@
 		<groupId>org.apache.stanbol</groupId>
 		<artifactId>stanbol-parent</artifactId>
 		<version>0.9.0-incubating-SNAPSHOT</version>
-		<relativePath>../../parent</relativePath>
+		<relativePath>../../../parent</relativePath>
 	</parent>
 
 	<groupId>org.apache.stanbol</groupId>