You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/07/09 17:53:47 UTC

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

Author: olli
Date: Sat Jul  9 17:53:47 2016
New Revision: 1752028

URL: http://svn.apache.org/viewvc?rev=1752028&view=rev
Log:
use API 2.12.0

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=1752028&r1=1752027&r2=1752028&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Sat Jul  9 17:53:47 2016
@@ -132,7 +132,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.11.1-SNAPSHOT</version>
+            <version>2.12.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>