Author: fchrist
Date: Tue Feb 14 15:46:02 2012
New Revision: 1244006
URL: http://svn.apache.org/viewvc?rev=1244006&view=rev
Log:
STANBOL-492 Fix path to parent POM
Modified:
incubator/stanbol/trunk/demos/webvie/pom.xml
Modified: incubator/stanbol/trunk/demos/webvie/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/stanbol/trunk/demos/webvie/pom.xml?rev=1244006&r1=1244005&r2=1244006&view=diff
==============================================================================
--- incubator/stanbol/trunk/demos/webvie/pom.xml (original)
+++ incubator/stanbol/trunk/demos/webvie/pom.xml Tue Feb 14 15:46:02 2012
@@ -23,7 +23,7 @@
<groupId>org.apache.stanbol</groupId>
<artifactId>stanbol-parent</artifactId>
<version>0.9.0-incubating-SNAPSHOT</version>
- <relativePath>../../../parent</relativePath>
+ <relativePath>../../parent</relativePath>
</parent>
<artifactId>org.apache.stanbol.commons.web.vie</artifactId>
<packaging>bundle</packaging>