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 2015/11/09 13:26:48 UTC

svn commit: r1713420 - in /sling/trunk: bundles/commons/json/pom.xml tooling/maven/maven-sling-plugin/pom.xml

Author: sseifert
Date: Mon Nov  9 12:26:48 2015
New Revision: 1713420

URL: http://svn.apache.org/viewvc?rev=1713420&view=rev
Log:
update dependencies to next development snapshot until releases are available on maven central

Modified:
    sling/trunk/bundles/commons/json/pom.xml
    sling/trunk/tooling/maven/maven-sling-plugin/pom.xml

Modified: sling/trunk/bundles/commons/json/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/json/pom.xml?rev=1713420&r1=1713419&r2=1713420&view=diff
==============================================================================
--- sling/trunk/bundles/commons/json/pom.xml (original)
+++ sling/trunk/bundles/commons/json/pom.xml Mon Nov  9 12:26:48 2015
@@ -94,7 +94,7 @@
 		<dependency>
 			<groupId>org.apache.sling</groupId>
 			<artifactId>org.apache.sling.commons.testing</artifactId>
-			<version>2.0.22</version>
+			<version>2.0.23-SNAPSHOT</version>
 			<scope>test</scope>
 			<exclusions>
 			    <exclusion>

Modified: sling/trunk/tooling/maven/maven-sling-plugin/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/tooling/maven/maven-sling-plugin/pom.xml?rev=1713420&r1=1713419&r2=1713420&view=diff
==============================================================================
--- sling/trunk/tooling/maven/maven-sling-plugin/pom.xml (original)
+++ sling/trunk/tooling/maven/maven-sling-plugin/pom.xml Mon Nov  9 12:26:48 2015
@@ -106,7 +106,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.commons.json</artifactId>
-            <version>2.0.16</version>
+            <version>2.0.17-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>