You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by to...@apache.org on 2015/02/13 11:01:53 UTC

svn commit: r1659489 - /sling/trunk/testing/mocks/sling-mock/pom.xml

Author: tomekr
Date: Fri Feb 13 10:01:52 2015
New Revision: 1659489

URL: http://svn.apache.org/r1659489
Log:
Use the recent resourceresolver SNAPSHOT in sling-mock

Modified:
    sling/trunk/testing/mocks/sling-mock/pom.xml

Modified: sling/trunk/testing/mocks/sling-mock/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/sling-mock/pom.xml?rev=1659489&r1=1659488&r2=1659489&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock/pom.xml Fri Feb 13 10:01:52 2015
@@ -87,7 +87,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.resourceresolver</artifactId>
-            <version>1.1.13-SNAPSHOT</version>
+            <version>1.1.15-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>