Author: apetrelli
Date: Thu Dec  9 11:22:05 2010
New Revision: 1043896

URL: http://svn.apache.org/viewvc?rev=1043896&view=rev
Log:
VELTOOLS-133
Updated to servlet-api 2.5 and jsp-api 2.1.

Modified:
    
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
    
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-struts/pom.xml
    velocity/tools/trunk/velocity-tools-struts/pom.xml
    velocity/tools/trunk/velocity-tools-view-engine2/pom.xml
    velocity/tools/trunk/velocity-tools-view-jsp/pom.xml
    velocity/tools/trunk/velocity-tools-view/pom.xml

Modified: 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml?rev=1043896&r1=1043895&r2=1043896&view=diff
==============================================================================
--- 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
 (original)
+++ 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-showcase/pom.xml
 Thu Dec  9 11:22:05 2010
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>javax.servlet</groupId>
             <artifactId>servlet-api</artifactId>
-            <version>2.3</version>
+            <version>2.5</version>
             <scope>provided</scope>
         </dependency>
         <dependency>

Modified: 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-struts/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-struts/pom.xml?rev=1043896&r1=1043895&r2=1043896&view=diff
==============================================================================
--- 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-struts/pom.xml
 (original)
+++ 
velocity/tools/trunk/velocity-tools-examples/velocity-tools-examples-struts/pom.xml
 Thu Dec  9 11:22:05 2010
@@ -18,7 +18,7 @@
        <dependency>
                <groupId>javax.servlet</groupId>
                <artifactId>servlet-api</artifactId>
-               <version>2.3</version>
+               <version>2.5</version>
                <scope>provided</scope>
        </dependency>
        <dependency>

Modified: velocity/tools/trunk/velocity-tools-struts/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-struts/pom.xml?rev=1043896&r1=1043895&r2=1043896&view=diff
==============================================================================
--- velocity/tools/trunk/velocity-tools-struts/pom.xml (original)
+++ velocity/tools/trunk/velocity-tools-struts/pom.xml Thu Dec  9 11:22:05 2010
@@ -24,7 +24,7 @@
        <dependency>
                <groupId>javax.servlet</groupId>
                <artifactId>servlet-api</artifactId>
-               <version>2.3</version>
+               <version>2.5</version>
                <scope>provided</scope>
        </dependency>
        <dependency>

Modified: velocity/tools/trunk/velocity-tools-view-engine2/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-view-engine2/pom.xml?rev=1043896&r1=1043895&r2=1043896&view=diff
==============================================================================
--- velocity/tools/trunk/velocity-tools-view-engine2/pom.xml (original)
+++ velocity/tools/trunk/velocity-tools-view-engine2/pom.xml Thu Dec  9 
11:22:05 2010
@@ -19,7 +19,7 @@
        <dependency>
                <groupId>javax.servlet</groupId>
                <artifactId>servlet-api</artifactId>
-               <version>2.3</version>
+               <version>2.5</version>
                <scope>provided</scope>
        </dependency>
        <dependency>

Modified: velocity/tools/trunk/velocity-tools-view-jsp/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-view-jsp/pom.xml?rev=1043896&r1=1043895&r2=1043896&view=diff
==============================================================================
--- velocity/tools/trunk/velocity-tools-view-jsp/pom.xml (original)
+++ velocity/tools/trunk/velocity-tools-view-jsp/pom.xml Thu Dec  9 11:22:05 
2010
@@ -12,14 +12,20 @@
   <description>Enables the use of Velocity under a JSP 
environment.</description>
   <dependencies>
        <dependency>
-               <groupId>org.apache.velocity</groupId>
+           <groupId>org.apache.velocity</groupId>
                <artifactId>velocity-tools-view</artifactId>
                <version>2.1.0-SNAPSHOT</version>
        </dependency>
        <dependency>
                <groupId>javax.servlet</groupId>
                <artifactId>servlet-api</artifactId>
-               <version>2.3</version>
+               <version>2.5</version>
+               <scope>provided</scope>
+       </dependency>
+       <dependency>
+               <groupId>javax.servlet.jsp</groupId>
+               <artifactId>jsp-api</artifactId>
+               <version>2.1</version>
                <scope>provided</scope>
        </dependency>
   </dependencies>

Modified: velocity/tools/trunk/velocity-tools-view/pom.xml
URL: 
http://svn.apache.org/viewvc/velocity/tools/trunk/velocity-tools-view/pom.xml?rev=1043896&r1=1043895&r2=1043896&view=diff
==============================================================================
--- velocity/tools/trunk/velocity-tools-view/pom.xml (original)
+++ velocity/tools/trunk/velocity-tools-view/pom.xml Thu Dec  9 11:22:05 2010
@@ -36,7 +36,7 @@
                <dependency>
                        <groupId>javax.servlet</groupId>
                        <artifactId>servlet-api</artifactId>
-                       <version>2.3</version>
+                       <version>2.5</version>
                        <scope>provided</scope>
                </dependency>
                <dependency>


Reply via email to