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/10/12 16:00:09 UTC

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

Author: sseifert
Date: Thu Oct 12 16:00:09 2017
New Revision: 1811989

URL: http://svn.apache.org/viewvc?rev=1811989&view=rev
Log:
update jcr-mock dependency

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=1811989&r1=1811988&r2=1811989&view=diff
==============================================================================
--- sling/trunk/testing/mocks/sling-mock/pom.xml (original)
+++ sling/trunk/testing/mocks/sling-mock/pom.xml Thu Oct 12 16:00:09 2017
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.jcr-mock</artifactId>
-            <version>1.3.0</version>
+            <version>1.3.1-SNAPSHOT</version>
             <scope>compile</scope>
         </dependency>
         <dependency>