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 12:39:33 UTC

svn commit: r1752413 - /sling/trunk/bundles/extensions/discovery/commons/pom.xml

Author: olli
Date: Wed Jul 13 12:39:32 2016
New Revision: 1752413

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

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

Modified: sling/trunk/bundles/extensions/discovery/commons/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/discovery/commons/pom.xml?rev=1752413&r1=1752412&r2=1752413&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/discovery/commons/pom.xml (original)
+++ sling/trunk/bundles/extensions/discovery/commons/pom.xml Wed Jul 13 12:39:32 2016
@@ -135,7 +135,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) -->