You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by db...@apache.org on 2022/05/14 20:42:20 UTC

svn commit: r1900896 - /geronimo/specs/trunk/geronimo-activation_2.0_spec/pom.xml

Author: dblevins
Date: Sat May 14 20:42:20 2022
New Revision: 1900896

URL: http://svn.apache.org/viewvc?rev=1900896&view=rev
Log:
[maven-release-plugin] prepare release geronimo-activation_2.0_spec-1.0.0-M1

Modified:
    geronimo/specs/trunk/geronimo-activation_2.0_spec/pom.xml

Modified: geronimo/specs/trunk/geronimo-activation_2.0_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-activation_2.0_spec/pom.xml?rev=1900896&r1=1900895&r2=1900896&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-activation_2.0_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-activation_2.0_spec/pom.xml Sat May 14 20:42:20 2022
@@ -34,7 +34,7 @@
     <artifactId>geronimo-activation_2.0_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Activation Spec 2.0</name>
-    <version>1.0.0-M1-SNAPSHOT</version>
+    <version>1.0.0-M1</version>
 
     <description>Jakarta Activation Spec API 2.0</description>
     <!-- n.b. the tets will not pass on java 6 because the jdk contains an incompatible implementation -->
@@ -52,9 +52,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-activation_2.0_spec/</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-activation_2.0_spec/</developerConnection>
-        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/trunk/geronimo-activation_2.0_spec/</url>
+        <connection>scm:svn:http://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-activation_2.0_spec-1.0.0-M1</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-activation_2.0_spec-1.0.0-M1</developerConnection>
+        <url>http://svn.apache.org/viewcvs.cgi/geronimo/specs/tags/geronimo-activation_2.0_spec-1.0.0-M1</url>
     </scm>
 
     <dependencies>