This is an automated email from the ASF dual-hosted git repository.

remm pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/tomcat-maven-plugin.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 8aebde6  No need to build for Tomcat 7 and 8
8aebde6 is described below

commit 8aebde6a8f0679d4ce871220480d161a2ebb2a4d
Author: remm <[email protected]>
AuthorDate: Thu Feb 12 11:53:31 2026 +0100

    No need to build for Tomcat 7 and 8
    
    Keep the code for now.
    Remove old stuff.
---
 pom.xml | 57 +++++++--------------------------------------------------
 1 file changed, 7 insertions(+), 50 deletions(-)

diff --git a/pom.xml b/pom.xml
index ea41094..a0ba8a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -259,57 +259,12 @@
       </otherArchives>
     </mailingList>
 
-
-
-    <!-- old mailing lists from codehaus -->
-    <mailingList>
-      <name>Legacy Development List</name>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      <post>[email protected]</post>
-      
<archive>http://archive.codehaus.org/lists/org.codehaus.mojo.dev</archive>
-      <otherArchives>
-        
<otherArchive>http://old.nabble.com/mojo---dev-f11981.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.codehaus.mojo.dev</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Legacy User List</name>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      <post>[email protected]</post>
-      
<archive>http://archive.codehaus.org/lists/org.codehaus.mojo.user</archive>
-      <otherArchives>
-        
<otherArchive>http://old.nabble.com/mojo---user-f11980.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.codehaus.mojo.user</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Legacy Commits List</name>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      
<archive>http://archive.codehaus.org/lists/org.codehaus.mojo.scm</archive>
-      <otherArchives>
-        
<otherArchive>http://markmail.org/list/org.codehaus.mojo.scm</otherArchive>
-      </otherArchives>
-    </mailingList>
-    <mailingList>
-      <name>Legacy Announcements List</name>
-      <subscribe>[email protected]</subscribe>
-      <unsubscribe>[email protected]</unsubscribe>
-      <post>[email protected]</post>
-      
<archive>http://archive.codehaus.org/lists/org.codehaus.mojo.announce</archive>
-      <otherArchives>
-        
<otherArchive>http://old.nabble.com/mojo---announce-f11982.html</otherArchive>
-        
<otherArchive>http://markmail.org/list/org.codehaus.mojo.announce</otherArchive>
-      </otherArchives>
-    </mailingList>
   </mailingLists>
 
   <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/tomcat/maven-plugin/trunk/</developerConnection>
-    <url>http://svn.apache.org/viewvc/tomcat/maven-plugin/</url>
+    
<connection>scm:git:https://github.com/apache/tomcat-maven-plugin.git</connection>
+    
<developerConnection>scm:git:ssh://[email protected]:apache/tomcat-maven-plugin.git</developerConnection>
+    <url>https://github.com/apache/tomcat-maven-plugin</url>
   </scm>
 
   <issueManagement>
@@ -324,10 +279,13 @@
   <modules>
     <module>common-tomcat-maven-plugin</module>
     <module>tomcat-maven-plugin-it</module>
+    <!-- EOL Tomcat branches -->
+    <!--
     <module>tomcat7-war-runner</module>
     <module>tomcat7-maven-plugin</module>
     <module>tomcat8-war-runner</module>
     <module>tomcat8-maven-plugin</module>
+    -->
     <module>tomcat-main-war-runner</module>
     <module>tomcat-main-maven-plugin</module>
     <module>tomcat-maven-archetype</module>
@@ -779,8 +737,7 @@
         </reportSets>
         <configuration>
           <links>
-            <link>http://tomcat.apache.org/tomcat-7.0-doc/api/</link>
-            <link>http://tomcat.apache.org/tomcat-8.0-doc/api/</link>
+            <link>http://tomcat.apache.org/tomcat-9.0-doc/api/</link>
           </links>
           <detectLinks>true</detectLinks>
           <notimestamp>true</notimestamp>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to