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/16 13:33:14 UTC

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

Author: rickmcguire
Date: Fri Apr 16 11:33:14 2010
New Revision: 934756

URL: http://svn.apache.org/viewvc?rev=934756&view=rev
Log:
[maven-release-plugin] prepare release 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=934756&r1=934755&r2=934756&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-activation_1.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-activation_1.1_spec/pom.xml Fri Apr 16 11:33:14 2010
@@ -34,7 +34,7 @@
     <artifactId>geronimo-activation_1.1_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Activation 1.1</name>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.1</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 -->
@@ -52,16 +52,16 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-activation_1.1_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-activation_1.1_spec/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-activation_1.1_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-activation_1.1_spec-1.1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-activation_1.1_spec-1.1</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-activation_1.1_spec-1.1</url>
     </scm>
 
     <dependencies>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-osgi-locator</artifactId>
-            <version>1.0-SNAPSHOT</version>
+            <version>1.0</version>
             <scope>provided</scope>
         </dependency>
         <dependency>