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 f0767bf  Add current Tomcat version
f0767bf is described below

commit f0767bf7930f14442c907583c719c336134f0db0
Author: remm <[email protected]>
AuthorDate: Thu Feb 5 11:41:11 2026 +0100

    Add current Tomcat version
    
    I think a reasonable way would be to have a "main" plugin version
    without a number that would support the latest Tomcat branch, and all
    its API compatible previous major versions. Then submodules could be
    created in case of an API incompatibility without workarounds.
---
 pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/pom.xml b/pom.xml
index 721d3a6..a781b78 100644
--- a/pom.xml
+++ b/pom.xml
@@ -73,8 +73,11 @@
     <its.ajp.port>2001</its.ajp.port>
     <!-- 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>
+    <!-- Any Tomcat version API compatible with main branch -->
+    <tomcatVersion>11.0.18</tomcatVersion>
 
     <!-- to prevent isssues with last apache parent pom -->
     <arguments />
@@ -324,6 +327,7 @@
     <module>tomcat7-maven-plugin</module>
     <module>tomcat8-war-runner</module>
     <module>tomcat8-maven-plugin</module>
+    <module>tomcat-war-runner</module>
     <module>tomcat-maven-archetype</module>
   </modules>
 


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

Reply via email to