Author: enridaga
Date: Wed Nov 23 10:39:32 2011
New Revision: 1205357
URL: http://svn.apache.org/viewvc?rev=1205357&view=rev
Log:
Fixed references to parent project. (STANBOL-383)
Modified:
incubator/stanbol/trunk/commons/jobs/api/pom.xml
incubator/stanbol/trunk/commons/jobs/web/pom.xml
Modified: incubator/stanbol/trunk/commons/jobs/api/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/jobs/api/pom.xml?rev=1205357&r1=1205356&r2=1205357&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/jobs/api/pom.xml (original)
+++ incubator/stanbol/trunk/commons/jobs/api/pom.xml Wed Nov 23 10:39:32 2011
@@ -6,7 +6,7 @@
<artifactId>stanbol-parent</artifactId>
<groupId>org.apache.stanbol</groupId>
<version>0.9.0-incubating-SNAPSHOT</version>
- <relativePath>../../parent</relativePath>
+ <relativePath>../../../parent</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.apache.stanbol.commons.jobs.api</artifactId>
Modified: incubator/stanbol/trunk/commons/jobs/web/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/jobs/web/pom.xml?rev=1205357&r1=1205356&r2=1205357&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/jobs/web/pom.xml (original)
+++ incubator/stanbol/trunk/commons/jobs/web/pom.xml Wed Nov 23 10:39:32 2011
@@ -23,10 +23,9 @@
<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>
<artifactId>org.apache.stanbol.commons.jobs.web</artifactId>
<packaging>bundle</packaging>