You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2008/08/26 13:13:58 UTC

svn commit: r689035 - /incubator/sling/trunk/engine/pom.xml

Author: bdelacretaz
Date: Tue Aug 26 04:13:58 2008
New Revision: 689035

URL: http://svn.apache.org/viewvc?rev=689035&view=rev
Log:
SLING-629 - fix wrong parent pom relativePath - thanks to Moritz Havelock

Modified:
    incubator/sling/trunk/engine/pom.xml

Modified: incubator/sling/trunk/engine/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/engine/pom.xml?rev=689035&r1=689034&r2=689035&view=diff
==============================================================================
--- incubator/sling/trunk/engine/pom.xml (original)
+++ incubator/sling/trunk/engine/pom.xml Tue Aug 26 04:13:58 2008
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>4-incubator-SNAPSHOT</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.engine</artifactId>