You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by al...@apache.org on 2011/06/27 10:56:15 UTC

svn commit: r1140059 - /incubator/stanbol/trunk/ontologymanager/web/pom.xml

Author: alexdma
Date: Mon Jun 27 08:56:14 2011
New Revision: 1140059

URL: http://svn.apache.org/viewvc?rev=1140059&view=rev
Log:
STANBOL-177 :
- ontologymanager/web had wrong parent reference, fixed.

Modified:
    incubator/stanbol/trunk/ontologymanager/web/pom.xml

Modified: incubator/stanbol/trunk/ontologymanager/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/trunk/ontologymanager/web/pom.xml?rev=1140059&r1=1140058&r2=1140059&view=diff
==============================================================================
--- incubator/stanbol/trunk/ontologymanager/web/pom.xml (original)
+++ incubator/stanbol/trunk/ontologymanager/web/pom.xml Mon Jun 27 08:56:14 2011
@@ -22,7 +22,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>