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/10 11:25:48 UTC

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

Author: cziegeler
Date: Fri Apr 10 09:25:48 2015
New Revision: 1672597

URL: http://svn.apache.org/r1672597
Log:
Use latest snapshot of commons testing during release vote

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=1672597&r1=1672596&r2=1672597&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Fri Apr 10 09:25:48 2015
@@ -191,7 +191,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.commons.testing</artifactId>
-      <version>2.0.17-SNAPSHOT</version>
+      <version>2.0.19-SNAPSHOT</version>
       <exclusions>
         <exclusion>
           <groupId>org.slf4j</groupId>