You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2017/06/28 12:38:47 UTC

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

Author: sseifert
Date: Wed Jun 28 12:38:46 2017
New Revision: 1800156

URL: http://svn.apache.org/viewvc?rev=1800156&view=rev
Log:
update dependency to resourceresolver-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=1800156&r1=1800155&r2=1800156&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock/pom.xml Wed Jun 28 12:38:46 2017
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
-            <version>1.1.18</version>
+            <version>1.1.19-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>