This is an automated email from the ASF dual-hosted git repository.
markt 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 ffbb697 Remove unnecessary version info
ffbb697 is described below
commit ffbb697b869e5b18fb1ddd7c11b25f552dd3b61c
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Jan 27 10:28:33 2026 +0000
Remove unnecessary version info
---
tomcat7-war-runner/pom.xml | 1 -
tomcat8-war-runner/pom.xml | 1 -
2 files changed, 2 deletions(-)
diff --git a/tomcat7-war-runner/pom.xml b/tomcat7-war-runner/pom.xml
index 3ba1ac2..49aed53 100644
--- a/tomcat7-war-runner/pom.xml
+++ b/tomcat7-war-runner/pom.xml
@@ -26,7 +26,6 @@
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>tomcat7-war-runner</artifactId>
- <version>3.0-SNAPSHOT</version>
<name>Apache Tomcat Maven Plugin :: Tomcat 7.x War Runner</name>
<dependencies>
diff --git a/tomcat8-war-runner/pom.xml b/tomcat8-war-runner/pom.xml
index ca580c6..4deb5a4 100644
--- a/tomcat8-war-runner/pom.xml
+++ b/tomcat8-war-runner/pom.xml
@@ -26,7 +26,6 @@
<version>3.0-SNAPSHOT</version>
</parent>
<artifactId>tomcat8-war-runner</artifactId>
- <version>3.0-SNAPSHOT</version>
<name>Apache Tomcat Maven Plugin :: Tomcat 8.x War Runner</name>
<dependencies>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]