You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by rw...@apache.org on 2011/07/10 21:21:12 UTC

svn commit: r1144940 - /incubator/stanbol/trunk/commons/solr/pom.xml

Author: rwesten
Date: Sun Jul 10 19:21:12 2011
New Revision: 1144940

URL: http://svn.apache.org/viewvc?rev=1144940&view=rev
Log:
STABOL-260: Fixed the relative path to the parent pom.
Thanks David for reporting this.

Modified:
    incubator/stanbol/trunk/commons/solr/pom.xml

Modified: incubator/stanbol/trunk/commons/solr/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/commons/solr/pom.xml?rev=1144940&r1=1144939&r2=1144940&view=diff
==============================================================================
--- incubator/stanbol/trunk/commons/solr/pom.xml (original)
+++ incubator/stanbol/trunk/commons/solr/pom.xml Sun Jul 10 19:21:12 2011
@@ -24,7 +24,7 @@
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
     <version>0.9-SNAPSHOT</version>
-    <relativePath>../parent</relativePath>
+    <relativePath>../../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>