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 2015/10/07 15:13:42 UTC

svn commit: r1707293 - /sling/trunk/samples/slingshot/pom.xml

Author: bdelacretaz
Date: Wed Oct  7 13:13:42 2015
New Revision: 1707293

URL: http://svn.apache.org/viewvc?rev=1707293&view=rev
Log:
SetupServiceTest failed, move to osgi-mock SNAPSHOT

Modified:
    sling/trunk/samples/slingshot/pom.xml

Modified: sling/trunk/samples/slingshot/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/samples/slingshot/pom.xml?rev=1707293&r1=1707292&r2=1707293&view=diff
==============================================================================
--- sling/trunk/samples/slingshot/pom.xml (original)
+++ sling/trunk/samples/slingshot/pom.xml Wed Oct  7 13:13:42 2015
@@ -194,7 +194,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.osgi-mock</artifactId>
-            <version>1.5.0</version>
+            <version>1.5.1-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>