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/05/24 12:26:26 UTC

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

Author: olli
Date: Sun May 24 10:26:26 2015
New Revision: 1681432

URL: http://svn.apache.org/r1681432
Log:
use org.apache.sling.commons.testing snapshot (SLING-4744)

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=1681432&r1=1681431&r2=1681432&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Sun May 24 10:26:26 2015
@@ -205,7 +205,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.testing</artifactId>
-      <version>2.0.18</version>
+      <version>2.0.19-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>org.slf4j</groupId>