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 21:20:43 UTC

svn commit: r1900903 - /geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml

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

URL: http://svn.apache.org/viewvc?rev=1900903&view=rev
Log:
Fix scm urls from "javamail" to "mail"

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

Modified: geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml?rev=1900903&r1=1900902&r2=1900903&view=diff
==============================================================================
--- geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml (original)
+++ geronimo/specs/trunk/geronimo-mail_2.1_spec/pom.xml Sat May 14 21:20:42 2022
@@ -34,7 +34,7 @@
     <artifactId>geronimo-mail_2.1_spec</artifactId>
     <packaging>bundle</packaging>
     <name>Apache Geronimo Jakarta Mail Spec 2.1</name>
-    <version>1.0.0-M1</version>
+    <version>1.0.0-M1-SNAPSHOT</version>
 
     <description>Jakarta Mail 2.1 API Specification</description>
 
@@ -53,9 +53,9 @@
     </properties>
 
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-mail_2.1_spec-1.0.0-M1</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-mail_2.1_spec-1.0.0-M1</developerConnection>
-        <url>https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-mail_2.1_spec-1.0.0-M1</url>
+        <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-mail_2.1_spec</connection>
+        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-mail_2.1_spec</developerConnection>
+        <url>https://svn.apache.org/repos/asf/geronimo/specs/trunk/geronimo-mail_2.1_spec</url>
     </scm>
 
     <dependencies>