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/12/16 13:37:13 UTC

svn commit: r1720349 - /sling/trunk/bundles/commons/testing/pom.xml

Author: olli
Date: Wed Dec 16 12:37:13 2015
New Revision: 1720349

URL: http://svn.apache.org/viewvc?rev=1720349&view=rev
Log:
use parent 25 again (until it’s clear why Jenkins is most of the time unable to fetch parent 26-SNAPSHOT)

Modified:
    sling/trunk/bundles/commons/testing/pom.xml

Modified: sling/trunk/bundles/commons/testing/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/testing/pom.xml?rev=1720349&r1=1720348&r2=1720349&view=diff
==============================================================================
--- sling/trunk/bundles/commons/testing/pom.xml (original)
+++ sling/trunk/bundles/commons/testing/pom.xml Wed Dec 16 12:37:13 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>26-SNAPSHOT</version>
+        <version>25</version>
         <relativePath />
     </parent>