You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2012/06/06 10:26:17 UTC

svn commit: r1346775 - /incubator/stanbol/tags/apache-stanbol-entityhub-0.10.0-incubating/pom.xml

Author: fchrist
Date: Wed Jun  6 08:26:16 2012
New Revision: 1346775

URL: http://svn.apache.org/viewvc?rev=1346775&view=rev
Log:
STANBOL-639 fixed relative path to parent

Modified:
    incubator/stanbol/tags/apache-stanbol-entityhub-0.10.0-incubating/pom.xml

Modified: incubator/stanbol/tags/apache-stanbol-entityhub-0.10.0-incubating/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/tags/apache-stanbol-entityhub-0.10.0-incubating/pom.xml?rev=1346775&r1=1346774&r2=1346775&view=diff
==============================================================================
--- incubator/stanbol/tags/apache-stanbol-entityhub-0.10.0-incubating/pom.xml (original)
+++ incubator/stanbol/tags/apache-stanbol-entityhub-0.10.0-incubating/pom.xml Wed Jun  6 08:26:16 2012
@@ -23,7 +23,7 @@
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
     <version>1-incubating</version>
-    <relativePath>../../parent</relativePath>
+    <relativePath>../parent</relativePath>
   </parent>
 
   <groupId>org.apache.stanbol</groupId>