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 2016/07/13 13:36:01 UTC

svn commit: r1752429 - /sling/trunk/bundles/extensions/discovery/oak/pom.xml

Author: olli
Date: Wed Jul 13 13:36:01 2016
New Revision: 1752429

URL: http://svn.apache.org/viewvc?rev=1752429&view=rev
Log:
use org.apache.sling.commons.testing 2.0.26

Modified:
    sling/trunk/bundles/extensions/discovery/oak/pom.xml

Modified: sling/trunk/bundles/extensions/discovery/oak/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/oak/pom.xml?rev=1752429&r1=1752428&r2=1752429&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/oak/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/oak/pom.xml Wed Jul 13 13:36:01 2016
@@ -256,7 +256,7 @@
         <dependency>
         	<groupId>org.apache.sling</groupId>
         	<artifactId>org.apache.sling.commons.testing</artifactId>
-        	<version>2.0.25-SNAPSHOT</version>
+        	<version>2.0.26</version>
         	<scope>test</scope>
             <exclusions>
                 <!-- slf4j simple implementation logs INFO + higher to stdout (we don't want that behaviour) -->