You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by kw...@apache.org on 2016/04/18 18:25:49 UTC

svn commit: r1739785 - /sling/trunk/bundles/scripting/core/pom.xml

Author: kwin
Date: Mon Apr 18 16:25:49 2016
New Revision: 1739785

URL: http://svn.apache.org/viewvc?rev=1739785&view=rev
Log:
SLING-5665 rely on most recent API (to generate the right import version ranges, according to semantic versioning)

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

Modified: sling/trunk/bundles/scripting/core/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/core/pom.xml?rev=1739785&r1=1739784&r2=1739785&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Mon Apr 18 16:25:49 2016
@@ -130,7 +130,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.11.0</version>
+            <version>2.11.1-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>