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 2016/04/26 14:25:58 UTC

svn commit: r1741009 - /sling/trunk/testing/samples/bundle-with-it/pom.xml

Author: bdelacretaz
Date: Tue Apr 26 12:25:58 2016
New Revision: 1741009

URL: http://svn.apache.org/viewvc?rev=1741009&view=rev
Log:
Use available release instead of SNAPSHOT

Modified:
    sling/trunk/testing/samples/bundle-with-it/pom.xml

Modified: sling/trunk/testing/samples/bundle-with-it/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/samples/bundle-with-it/pom.xml?rev=1741009&r1=1741008&r2=1741009&view=diff
==============================================================================
--- sling/trunk/testing/samples/bundle-with-it/pom.xml (original)
+++ sling/trunk/testing/samples/bundle-with-it/pom.xml Tue Apr 26 12:25:58 2016
@@ -279,8 +279,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.junit.teleporter</artifactId>
-            <!-- SNAPSHOT required due to SLING-5365 -->
-            <version>1.0.5-SNAPSHOT</version>
+            <version>1.0.6</version>
             <scope>test</scope>
         </dependency>
         <dependency>