You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ro...@apache.org on 2015/03/19 13:54:33 UTC

svn commit: r1667732 - /sling/trunk/testing/pom.xml

Author: rombert
Date: Thu Mar 19 12:54:33 2015
New Revision: 1667732

URL: http://svn.apache.org/r1667732
Log:
testing: use the right parent pom

Modified:
    sling/trunk/testing/pom.xml

Modified: sling/trunk/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/pom.xml?rev=1667732&r1=1667731&r2=1667732&view=diff
==============================================================================
--- sling/trunk/testing/pom.xml (original)
+++ sling/trunk/testing/pom.xml Thu Mar 19 12:54:33 2015
@@ -23,7 +23,8 @@
   <parent>
     <groupId>org.apache.sling</groupId>
     <artifactId>sling</artifactId>
-    <version>8</version>
+    <version>22</version>
+    <relativePath>../parent/pom.xml</relativePath>
   </parent>
 
   <groupId>org.apache.sling</groupId>