(geronimo-mail) branch main updated: Remove outdated SCM

[email protected] Fri, 17 Jan 2025 14:03:58 +0000
Newsgroups gmane.comp.java.geronimo.cvs
Message-ID <173712263863.3940914.8648004264015646913@gitbox2-he-fi.apache.org>
This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/geronimo-mail.git


The following commit(s) were added to refs/heads/main by this push:
     new cd05049  Remove outdated SCM
cd05049 is described below

commit cd05049beaa6a43550ffee03802c4e684472e100
Author: Richard Zowalla <[email protected]>
AuthorDate: Fri Jan 17 15:03:52 2025 +0100

    Remove outdated SCM
---
 geronimo-mail_2.1_impl/geronimo-mail_2.1_provider/pom.xml | 6 +-----
 geronimo-mail_2.1_impl/pom.xml                            | 7 -------
 geronimo-mail_2.1_spec/pom.xml                            | 8 +-------
 3 files changed, 2 insertions(+), 19 deletions(-)

diff --git a/geronimo-mail_2.1_impl/geronimo-mail_2.1_provider/pom.xml b/geronimo-mail_2.1_impl/geronimo-mail_2.1_provider/pom.xml
index 570bc6e..e4f5cc3 100644
--- a/geronimo-mail_2.1_impl/geronimo-mail_2.1_provider/pom.xml
+++ b/geronimo-mail_2.1_impl/geronimo-mail_2.1_provider/pom.xml
@@ -302,13 +302,9 @@
             <groupId>org.apache.geronimo.specs</groupId>
             <artifactId>geronimo-javamail_1.6_spec</artifactId>
             <version>1.0.1</version>
-            <scope>test</scope> <!-- Very important, only needed for James -->
+            <scope>test</scope>
         </dependency>
 
-
-        <!-- <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-jdk14</artifactId> 
-            <version>1.3.1</version> <scope>test</scope> </dependency> -->
-
     </dependencies>
 
     <build>
diff --git a/geronimo-mail_2.1_impl/pom.xml b/geronimo-mail_2.1_impl/pom.xml
index 57c0be1..cf4f43f 100644
--- a/geronimo-mail_2.1_impl/pom.xml
+++ b/geronimo-mail_2.1_impl/pom.xml
@@ -33,13 +33,6 @@
         Geronimo Mail Bundle.
     </description>
 
-    <scm>
-        <connection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-javamail.git</connection>
-        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/geronimo-javamail.git</developerConnection>
-        <url>https://gitbox.apache.org/repos/asf/geronimo-javamail.git</url>
-        <tag>HEAD</tag>
-    </scm>
-
     <properties>
         <siteId>javamail/${project.artifactId}</siteId>
         <projectName>Apache Geronimo Mail Bundle</projectName>
diff --git a/geronimo-mail_2.1_spec/pom.xml b/geronimo-mail_2.1_spec/pom.xml
index a06ef03..be4725f 100644
--- a/geronimo-mail_2.1_spec/pom.xml
+++ b/geronimo-mail_2.1_spec/pom.xml
@@ -37,7 +37,7 @@
 
     <description>Jakarta Mail 2.1 API Specification</description>
 
-    <url>http://geronimo.apache.org/maven/${siteId}/${project.version}</url>
+    <url>https://geronimo.apache.org/maven/${siteId}/${project.version}</url>
     <distributionManagement>
         <site>
             <id>apache-website</id>
@@ -51,12 +51,6 @@
         <geronimo.osgi.resources>src/main/resources/,META-INF/LICENSE.txt=LICENSE.txt,META-INF/NOTICE.txt=NOTICE.txt</geronimo.osgi.resources>
     </properties>
 
-    <scm>
-        <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>
         <dependency>
             <groupId>org.apache.geronimo.specs</groupId>