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 2016/07/12 09:51:18 UTC

svn commit: r1752258 - /sling/branches/testing/mocks/sling-mock-1.x/pom.xml

Author: sseifert
Date: Tue Jul 12 09:51:17 2016
New Revision: 1752258

URL: http://svn.apache.org/viewvc?rev=1752258&view=rev
Log:
update dependencies to released versions

Modified:
    sling/branches/testing/mocks/sling-mock-1.x/pom.xml

Modified: sling/branches/testing/mocks/sling-mock-1.x/pom.xml
URL: http://svn.apache.org/viewvc/sling/branches/testing/mocks/sling-mock-1.x/pom.xml?rev=1752258&r1=1752257&r2=1752258&view=diff
==============================================================================
--- sling/branches/testing/mocks/sling-mock-1.x/pom.xml (original)
+++ sling/branches/testing/mocks/sling-mock-1.x/pom.xml Tue Jul 12 09:51:17 2016
@@ -51,13 +51,13 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.jcr-mock</artifactId>
-            <version>1.1.12</version>
+            <version>1.1.14</version>
             <scope>compile</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.testing.resourceresolver-mock</artifactId>
-            <version>1.1.12</version>
+            <version>1.1.14</version>
             <scope>compile</scope>
         </dependency>
         <dependency>