This is an automated email from the ASF dual-hosted git repository.
sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-scm.git
The following commit(s) were added to refs/heads/master by this push:
new a483bab9c Remove custom mailing list - use default from parent
a483bab9c is described below
commit a483bab9c05cb341c5ed2ad5bec5c7138d9a2246
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sat Jan 24 09:55:49 2026 +0100
Remove custom mailing list - use default from parent
Old legacy lists are not used from long time
---
pom.xml | 52 ----------------------------------------------------
1 file changed, 52 deletions(-)
diff --git a/pom.xml b/pom.xml
index bee5faffd..f1ac1cc89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,58 +84,6 @@
</contributor>
</contributors>
- <mailingLists>
- <mailingList>
- <name>Maven Developer List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
- <archive>https://mail-archives.apache.org/mod_mbox/maven-dev</archive>
- <otherArchives>
-
<otherArchive>https://www.mail-archive.com/[email protected]/</otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>Maven User List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
- <archive>https://mail-archives.apache.org/mod_mbox/maven-users</archive>
- <otherArchives>
-
<otherArchive>https://www.mail-archive.com/[email protected]/</otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>LEGACY SCM Developer List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>https://mail-archives.apache.org/mod_mbox/maven-scm-dev</archive>
- <otherArchives>
-
<otherArchive>https://www.mail-archive.com/[email protected]</otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>LEGACY SCM User List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
- <post>[email protected]</post>
-
<archive>https://mail-archives.apache.org/mod_mbox/maven-scm-users</archive>
- <otherArchives>
-
<otherArchive>https://www.mail-archive.com/[email protected]</otherArchive>
- </otherArchives>
- </mailingList>
- <mailingList>
- <name>SCM Commits List</name>
- <subscribe>[email protected]</subscribe>
- <unsubscribe>[email protected]</unsubscribe>
-
<archive>https://mail-archives.apache.org/mod_mbox/maven-scm-commits</archive>
- <otherArchives>
-
<otherArchive>https://www.mail-archive.com/[email protected]</otherArchive>
- </otherArchives>
- </mailingList>
- </mailingLists>
-
<modules>
<module>maven-scm-api</module>
<module>maven-scm-managers</module>