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 3f6d531  Version updates
3f6d531 is described below

commit 3f6d531b1d08125e739ab8ef7325b6ccd9bc5a00
Author: remm <[email protected]>
AuthorDate: Wed Apr 8 21:51:04 2026 +0200

    Version updates
---
 pom.xml | 18 ++----------------
 1 file changed, 2 insertions(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 86a0838..ce910a7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -74,11 +74,9 @@
     <!-- server port for it tests -->
     <its.server.port>2008</its.server.port>
     <!-- Tomcat versions non API compatible with main branch -->
-    <tomcat7Version>7.0.109</tomcat7Version>
-    <tomcat8Version>8.0.18</tomcat8Version>
-    <tomcat9Version>9.0.115</tomcat9Version>
+    <tomcat9Version>9.0.117</tomcat9Version>
     <!-- Any Tomcat version API compatible with main branch -->
-    <tomcatVersion>11.0.18</tomcatVersion>
+    <tomcatVersion>11.0.21</tomcatVersion>
 
     <!-- to prevent isssues with last apache parent pom -->
     <arguments />
@@ -295,18 +293,6 @@
 
       <!-- end tomcat dependencies -->
 
-      <dependency>
-        <groupId>org.apache.tomcat.maven</groupId>
-        <artifactId>tomcat7-war-runner</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-         
-         <dependency>
-        <groupId>org.apache.tomcat.maven</groupId>
-        <artifactId>tomcat8-war-runner</artifactId>
-        <version>${project.version}</version>
-      </dependency>
-
       <dependency>
         <groupId>org.apache.maven.plugin-tools</groupId>
         <artifactId>maven-plugin-annotations</artifactId>


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

Reply via email to