You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by du...@apache.org on 2016/09/19 14:41:47 UTC

svn commit: r1761461 - /sling/trunk/testing/junit/rules/pom.xml

Author: dulvac
Date: Mon Sep 19 14:41:47 2016
New Revision: 1761461

URL: http://svn.apache.org/viewvc?rev=1761461&view=rev
Log:
@releng updated dep to org.apache.sling.testing.clients and serversetup SNAPSHOT 

Modified:
    sling/trunk/testing/junit/rules/pom.xml

Modified: sling/trunk/testing/junit/rules/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/junit/rules/pom.xml?rev=1761461&r1=1761460&r2=1761461&view=diff
==============================================================================
--- sling/trunk/testing/junit/rules/pom.xml (original)
+++ sling/trunk/testing/junit/rules/pom.xml Mon Sep 19 14:41:47 2016
@@ -72,12 +72,12 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.clients</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.serversetup</artifactId>
-            <version>1.0.0</version>
+            <version>1.0.1-SNAPSHOT</version>
             <exclusions>
                 <exclusion>
                     <groupId>org.apache.sling</groupId>