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

svn commit: r1673160 - /sling/trunk/launchpad/integration-tests/pom.xml

Author: cziegeler
Date: Mon Apr 13 11:13:44 2015
New Revision: 1673160

URL: http://svn.apache.org/r1673160
Log:
Use released commons testing

Modified:
    sling/trunk/launchpad/integration-tests/pom.xml

Modified: sling/trunk/launchpad/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/pom.xml?rev=1673160&r1=1673159&r2=1673160&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Mon Apr 13 11:13:44 2015
@@ -191,7 +191,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.testing</artifactId>
-      <version>2.0.19-SNAPSHOT</version>
+      <version>2.0.18</version>
       <exclusions>
         <exclusion>
           <groupId>org.slf4j</groupId>