You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by fm...@apache.org on 2008/11/07 05:50:39 UTC

svn commit: r712056 - /incubator/sling/trunk/launchpad/app/pom.xml

Author: fmeschbe
Date: Thu Nov  6 20:50:38 2008
New Revision: 712056

URL: http://svn.apache.org/viewvc?rev=712056&view=rev
Log:
Refer to the SNAPSHOT of scripting/core

Modified:
    incubator/sling/trunk/launchpad/app/pom.xml

Modified: incubator/sling/trunk/launchpad/app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/launchpad/app/pom.xml?rev=712056&r1=712055&r2=712056&view=diff
==============================================================================
--- incubator/sling/trunk/launchpad/app/pom.xml (original)
+++ incubator/sling/trunk/launchpad/app/pom.xml Thu Nov  6 20:50:38 2008
@@ -409,7 +409,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.scripting.core</artifactId>
-            <version>2.0.2-incubator</version>
+            <version>2.0.3-incubator-SNAPSHOT</version>
             <optional>true</optional>
         </dependency>
         <dependency>