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/24 08:30:51 UTC

svn commit: r1675792 - in /sling/trunk: bundles/extensions/models/integration-tests/pom.xml launchpad/integration-tests/pom.xml testing/samples/integration-tests/pom.xml

Author: cziegeler
Date: Fri Apr 24 06:30:50 2015
New Revision: 1675792

URL: http://svn.apache.org/r1675792
Log:
Use released testing tools 1.0.10

Modified:
    sling/trunk/bundles/extensions/models/integration-tests/pom.xml
    sling/trunk/launchpad/integration-tests/pom.xml
    sling/trunk/testing/samples/integration-tests/pom.xml

Modified: sling/trunk/bundles/extensions/models/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/extensions/models/integration-tests/pom.xml?rev=1675792&r1=1675791&r2=1675792&view=diff
==============================================================================
--- sling/trunk/bundles/extensions/models/integration-tests/pom.xml (original)
+++ sling/trunk/bundles/extensions/models/integration-tests/pom.xml Fri Apr 24 06:30:50 2015
@@ -249,11 +249,10 @@
             <version>1.0.8</version>
             <scope>provided</scope>
         </dependency>
-        <!-- use 1.0.9-SNAPSHOT due to SLING-3819, SLING-4249 -->
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.tools</artifactId>
-            <version>1.0.9-SNAPSHOT</version>
+            <version>1.0.10</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: sling/trunk/launchpad/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/launchpad/integration-tests/pom.xml?rev=1675792&r1=1675791&r2=1675792&view=diff
==============================================================================
--- sling/trunk/launchpad/integration-tests/pom.xml (original)
+++ sling/trunk/launchpad/integration-tests/pom.xml Fri Apr 24 06:30:50 2015
@@ -278,7 +278,7 @@
     <dependency>
       <groupId>org.apache.sling</groupId>
       <artifactId>org.apache.sling.testing.tools</artifactId>
-      <version>1.0.9-SNAPSHOT</version>
+      <version>1.0.10</version>
     </dependency>
     <dependency>
       <groupId>org.apache.sling</groupId>

Modified: sling/trunk/testing/samples/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1675792&r1=1675791&r2=1675792&view=diff
==============================================================================
--- sling/trunk/testing/samples/integration-tests/pom.xml (original)
+++ sling/trunk/testing/samples/integration-tests/pom.xml Fri Apr 24 06:30:50 2015
@@ -293,7 +293,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.tools</artifactId>
-            <version>1.0.9-SNAPSHOT</version>
+            <version>1.0.10</version>
             <scope>provided</scope>
         </dependency>
         <dependency>