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 2010/04/12 15:48:46 UTC

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

Author: cziegeler
Date: Mon Apr 12 13:48:46 2010
New Revision: 933238

URL: http://svn.apache.org/viewvc?rev=933238&view=rev
Log:
SLING-1479 : Add JSP Tag for new script resolution

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

Modified: sling/trunk/bundles/scripting/jsp-taglib/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/scripting/jsp-taglib/pom.xml?rev=933238&r1=933237&r2=933238&view=diff
==============================================================================
--- sling/trunk/bundles/scripting/jsp-taglib/pom.xml (original)
+++ sling/trunk/bundles/scripting/jsp-taglib/pom.xml Mon Apr 12 13:48:46 2010
@@ -76,7 +76,7 @@
         <dependency>
             <groupId>org.apache.sling</groupId>
             <artifactId>org.apache.sling.api</artifactId>
-            <version>2.0.8</version>
+            <version>2.0.9-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>