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/15 12:53:50 UTC

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

Author: olli
Date: Tue Dec 15 11:53:50 2015
New Revision: 1720131

URL: http://svn.apache.org/viewvc?rev=1720131&view=rev
Log:
use parent 26-SNAPSHOT (JUnit 4.12)

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=1720131&r1=1720130&r2=1720131&view=diff
==============================================================================
--- sling/trunk/bundles/commons/testing/pom.xml (original)
+++ sling/trunk/bundles/commons/testing/pom.xml Tue Dec 15 11:53:50 2015
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.sling</groupId>
         <artifactId>sling</artifactId>
-        <version>25</version>
+        <version>26-SNAPSHOT</version>
         <relativePath />
     </parent>