You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ri...@apache.org on 2010/04/15 20:46:44 UTC

svn commit: r934536 - /geronimo/specs/trunk/geronimo-jsp_2.2_spec/pom.xml

Author: rickmcguire
Date: Thu Apr 15 18:46:44 2010
New Revision: 934536

URL: http://svn.apache.org/viewvc?rev=934536&view=rev
Log:
[maven-release-plugin] rollback the release of geronimo-jsp_2.2_spec-1.0

Modified:
    geronimo/specs/trunk/geronimo-jsp_2.2_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jsp_2.2_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jsp_2.2_spec/pom.xml?rev=934536&r1=934535&r2=934536&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jsp_2.2_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jsp_2.2_spec/pom.xml Thu Apr 15 18:46:44 2010
@@ -34,7 +34,7 @@
     <artifactId>geronimo-jsp_2.2_spec</artifactId>
     <packaging>bundle</packaging>
     <name>JSP 2.2</name>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <description>Java Server Pages 2.2 API</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
@@ -53,13 +53,13 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-servlet_3.0_spec</artifactId>
-            <version>1.1-SNAPSHOT</version>
+            <version>1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-el_2.2_spec</artifactId>
-            <version>1.1-SNAPSHOT</version>
+            <version>1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>