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 2015/04/19 23:14:14 UTC

svn commit: r1674700 - /sling/trunk/bundles/extensions/validation/examples/pom.xml

Author: olli
Date: Sun Apr 19 21:14:14 2015
New Revision: 1674700

URL: http://svn.apache.org/r1674700
Log:
set path to parent pom

Modified:
    sling/trunk/bundles/extensions/validation/examples/pom.xml

Modified: sling/trunk/bundles/extensions/validation/examples/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/validation/examples/pom.xml?rev=1674700&r1=1674699&r2=1674700&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/validation/examples/pom.xml (original)
+++ sling/trunk/bundles/extensions/validation/examples/pom.xml Sun Apr 19 21:14:14 2015
@@ -25,7 +25,7 @@
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
         <version>23-SNAPSHOT</version>
-        <relativePath/>
+        <relativePath>../../../../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>org.apache.sling.validation.examples</artifactId>