You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2014/06/04 11:59:02 UTC

svn commit: r1600074 - /sling/trunk/bundles/jcr/oak-server/pom.xml

Author: olli
Date: Wed Jun  4 09:59:02 2014
New Revision: 1600074

URL: http://svn.apache.org/r1600074
Log:
fix relative path to parent pom

Modified:
    sling/trunk/bundles/jcr/oak-server/pom.xml

Modified: sling/trunk/bundles/jcr/oak-server/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/jcr/oak-server/pom.xml?rev=1600074&r1=1600073&r2=1600074&view=diff
==============================================================================
--- sling/trunk/bundles/jcr/oak-server/pom.xml (original)
+++ sling/trunk/bundles/jcr/oak-server/pom.xml Wed Jun  4 09:59:02 2014
@@ -24,7 +24,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>19</version>
-        <relativePath>../../parent/pom.xml</relativePath>
+        <relativePath>../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.jcr.oak.server</artifactId>