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 2007/09/23 17:33:33 UTC

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

Author: fmeschbe
Date: Sun Sep 23 08:33:30 2007
New Revision: 578576

URL: http://svn.apache.org/viewvc?rev=578576&view=rev
Log:
SLING-20 jsp scripting depends on servlet api 2.4 but the 2.3 version is declared in the parent pom

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

Modified: incubator/sling/trunk/sling-app/pom.xml
URL: http://svn.apache.org/viewvc/incubator/sling/trunk/sling-app/pom.xml?rev=578576&r1=578575&r2=578576&view=diff
==============================================================================
--- incubator/sling/trunk/sling-app/pom.xml (original)
+++ incubator/sling/trunk/sling-app/pom.xml Sun Sep 23 08:33:30 2007
@@ -207,7 +207,7 @@
         <dependency>
             <groupId>org.apache.felix.commons</groupId>
             <artifactId>org.apache.felix.commons.servlet-api</artifactId>
-            <version>2.3.0-0001-SNAPSHOT</version>
+            <version>2.4.0-0002-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.sling</groupId>