You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2007/10/25 15:42:27 UTC

svn commit: r588235 - /geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.devtools.j2g.jasper/pom.xml

Author: dwoods
Date: Thu Oct 25 06:42:26 2007
New Revision: 588235

URL: http://svn.apache.org/viewvc?rev=588235&view=rev
Log:
move back to older specs until we're ready to upgrade

Modified:
    geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.devtools.j2g.jasper/pom.xml

Modified: geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.devtools.j2g.jasper/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.devtools.j2g.jasper/pom.xml?rev=588235&r1=588234&r2=588235&view=diff
==============================================================================
--- geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.devtools.j2g.jasper/pom.xml (original)
+++ geronimo/devtools/j2g/trunk/plugins/org.apache.geronimo.devtools.j2g.jasper/pom.xml Thu Oct 25 06:42:26 2007
@@ -86,11 +86,11 @@
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.geronimo.specs</groupId>
-                                    <artifactId>geronimo-jsp_2.1_spec</artifactId>
+                                    <artifactId>geronimo-jsp_2.0_spec</artifactId>
                                 </artifactItem>
                                 <artifactItem>
                                     <groupId>org.apache.geronimo.specs</groupId>
-                                    <artifactId>geronimo-servlet_2.5_spec</artifactId>
+                                    <artifactId>geronimo-servlet_2.4_spec</artifactId>
                                 </artifactItem>
                             </artifactItems>
                             <outputDirectory>lib</outputDirectory>
@@ -130,11 +130,11 @@
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-jsp_2.1_spec</artifactId>
+            <artifactId>geronimo-jsp_2.0_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
-            <artifactId>geronimo-servlet_2.5_spec</artifactId>
+            <artifactId>geronimo-servlet_2.4_spec</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.devtools.j2g</groupId>