You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by bd...@apache.org on 2011/04/14 14:30:07 UTC

svn commit: r1092183 - /sling/trunk/testing/samples/integration-tests/pom.xml

Author: bdelacretaz
Date: Thu Apr 14 12:30:07 2011
New Revision: 1092183

URL: http://svn.apache.org/viewvc?rev=1092183&view=rev
Log:
Use released versions to release this module

Modified:
    sling/trunk/testing/samples/integration-tests/pom.xml

Modified: sling/trunk/testing/samples/integration-tests/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/integration-tests/pom.xml?rev=1092183&r1=1092182&r2=1092183&view=diff
==============================================================================
--- sling/trunk/testing/samples/integration-tests/pom.xml (original)
+++ sling/trunk/testing/samples/integration-tests/pom.xml Thu Apr 14 12:30:07 2011
@@ -234,37 +234,37 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.core</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.scriptable</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.samples.sampletests</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.samples.failingtests</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.6</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
+            <version>1.0.6</version>
             <artifactId>org.apache.sling.junit.remote</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.tools</artifactId>
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.2</version>
             <scope>provided</scope>
         </dependency>