You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ra...@apache.org on 2016/12/12 11:20:33 UTC

svn commit: r1773763 - in /sling/trunk/bundles/scripting: api/pom.xml core/pom.xml

Author: radu
Date: Mon Dec 12 11:20:32 2016
New Revision: 1773763

URL: http://svn.apache.org/viewvc?rev=1773763&view=rev
Log:
SLING-6165 - Expose a service for Sling Scripting that provides request-scoped Resource Resolvers for scripting dependencies

* updated o.a.s.scripting.api + o.a.s.scripting.core to use the latest release of o.a.s.api

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=1773763&r1=1773762&r2=1773763&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/api/pom.xml (original)
+++ sling/trunk/bundles/scripting/api/pom.xml Mon Dec 12 11:20:32 2016
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.16.1-SNAPSHOT</version>
+            <version>2.16.0</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=1773763&r1=1773762&r2=1773763&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Mon Dec 12 11:20:32 2016
@@ -124,7 +124,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.16.1-SNAPSHOT</version>
+            <version>2.16.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>