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 2009/07/17 14:05:05 UTC

svn commit: r795060 - /sling/trunk/bundles/scripting/jsp/pom.xml

Author: cziegeler
Date: Fri Jul 17 12:05:05 2009
New Revision: 795060

URL: http://svn.apache.org/viewvc?rev=795060&view=rev
Log:
Correct dependency

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

Modified: sling/trunk/bundles/scripting/jsp/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp/pom.xml?rev=795060&r1=795059&r2=795060&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp/pom.xml Fri Jul 17 12:05:05 2009
@@ -102,7 +102,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.0.2-incubator</version>
+            <version>2.0.5-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>