You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by cz...@apache.org on 2012/01/13 10:17:35 UTC

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

Author: cziegeler
Date: Fri Jan 13 09:17:35 2012
New Revision: 1230942

URL: http://svn.apache.org/viewvc?rev=1230942&view=rev
Log:
Use latest snapshot to not break the build

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=1230942&r1=1230941&r2=1230942&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/core/pom.xml (original)
+++ sling/trunk/bundles/scripting/core/pom.xml Fri Jan 13 09:17:35 2012
@@ -110,7 +110,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.api</artifactId>
-            <version>2.1.4</version>
+            <version>2.1.5-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>