Author: justin
Date: Thu Dec  1 20:59:28 2016
New Revision: 1772272

URL: http://svn.apache.org/viewvc?rev=1772272&view=rev
Log:
use latest snapshot to get trunk build to work locally (should revert to 2.16.0 
after release passes)

Modified:
    sling/trunk/bundles/scripting/api/pom.xml
    sling/trunk/bundles/scripting/core/pom.xml

Modified: sling/trunk/bundles/scripting/api/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/api/pom.xml?rev=1772272&r1=1772271&r2=1772272&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/api/pom.xml (original)
+++ sling/trunk/bundles/scripting/api/pom.xml Thu Dec  1 20:59:28 2016
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.15.1-SNAPSHOT</version>
+            <version>2.16.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>

Modified: sling/trunk/bundles/scripting/core/pom.xml
URL: 
http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/core/pom.xml?rev=1772272&r1=1772271&r2=1772272&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Thu Dec  1 20:59:28 2016
@@ -124,7 +124,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.15.1-SNAPSHOT</version>
+            <version>2.16.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>


Reply via email to