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:45:58 UTC

svn commit: r934533 - /geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/pom.xml

Author: rickmcguire
Date: Thu Apr 15 18:45:58 2010
New Revision: 934533

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

Modified:
    geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/pom.xml?rev=934533&r1=934532&r2=934533&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-jaxrs_1.1_spec/pom.xml Thu Apr 15 18:45:58 2010
@@ -32,7 +32,7 @@
     <artifactId>geronimo-jaxrs_1.1_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Geronimo JAX-RS 1.1 API</name>
-    <version>1.0.1-SNAPSHOT</version>
+    <version>1.0-SNAPSHOT</version>
     <description>Java API for RESTful Web Services 1.1</description>
 
     <url>http://geronimo.apache.org/maven/${siteId}/${version}</url>
@@ -57,7 +57,7 @@
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-osgi-locator</artifactId>
-            <version>1.1-SNAPSHOT</version>
+            <version>1.0-SNAPSHOT</version>
             <scope>provided</scope>
         </dependency>
     </dependencies>