1 Commits

Author SHA1 Message Date
07ff4f5635 upgraded tomcat to v10 2024-08-07 11:29:49 -04:00

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.inteligr8</groupId>
<artifactId>tomcat-rad</artifactId>
<version>9-2.1</version>
<version>10-2.1</version>
<name>Apache Tomcat for Rapid Application Development</name>
<packaging>pom</packaging>
@@ -16,8 +16,8 @@
<!-- The version of Apache Tomcat to serve as the basis of this Docker image -->
<!-- See: https://tomcat.apache.org/download-90.cgi -->
<tomcat.version>9.0.93</tomcat.version>
<tomcat.majorVersion>9</tomcat.majorVersion>
<tomcat.version>10.1.28</tomcat.version>
<tomcat.majorVersion>10</tomcat.majorVersion>
<tomcat.mirror.baseUrl>https://apache.osuosl.org/tomcat</tomcat.mirror.baseUrl>
<!-- The Docker image meta-data for pushing the build -->