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/21 22:38:45 UTC

svn commit: r936492 - /geronimo/specs/trunk/geronimo-activation_1.1_spec/pom.xml

Author: rickmcguire
Date: Wed Apr 21 20:38:45 2010
New Revision: 936492

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

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

Modified: geronimo/specs/trunk/geronimo-activation_1.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-activation_1.1_spec/pom.xml?rev=936492&r1=936491&r2=936492&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-activation_1.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-activation_1.1_spec/pom.xml Wed Apr 21 20:38:45 2010
@@ -34,7 +34,7 @@
     <artifactId>geronimo-activation_1.1_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Activation 1.1</name>
-    <version>1.2-SNAPSHOT</version>
+    <version>1.1-SNAPSHOT</version>
 
     <description>Java Activation Spec API 1.1</description>
     <!-- n.b. the tets will not pass on java 6 because the jdk contains an incompatible implementation -->
@@ -61,7 +61,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>
         <dependency>