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/03/20 22:40:25 UTC

svn commit: r1787866 - /sling/trunk/testing/mocks/caconfig-mock-plugin/pom.xml

Author: sseifert
Date: Mon Mar 20 22:40:24 2017
New Revision: 1787866

URL: http://svn.apache.org/viewvc?rev=1787866&view=rev
Log:
update dependencies

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

Modified: sling/trunk/testing/mocks/caconfig-mock-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/testing/mocks/caconfig-mock-plugin/pom.xml?rev=1787866&r1=1787865&r2=1787866&view=diff
==============================================================================
--- sling/trunk/testing/mocks/caconfig-mock-plugin/pom.xml (original)
+++ sling/trunk/testing/mocks/caconfig-mock-plugin/pom.xml Mon Mar 20 22:40:24 2017
@@ -156,13 +156,13 @@
                 <dependency>
                     <groupId>org.apache.sling</groupId>
                     <artifactId>org.apache.sling.caconfig.spi</artifactId>
-                    <version>1.2.1-SNAPSHOT</version>
+                    <version>1.3.0</version>
                     <scope>compile</scope>
                 </dependency>
                 <dependency>
                     <groupId>org.apache.sling</groupId>
                     <artifactId>org.apache.sling.caconfig.impl</artifactId>
-                    <version>1.2.1-SNAPSHOT</version>
+                    <version>1.3.0</version>
                     <scope>compile</scope>
                 </dependency>
             </dependencies>