2 Commits

Author SHA1 Message Date
07ff4f5635 upgraded tomcat to v10 2024-08-07 11:29:49 -04:00
063c1123b5 upgraded various versions 2024-08-07 11:27:14 -04:00

12
pom.xml
View File

@@ -3,21 +3,21 @@
<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>
<properties>
<!-- The release version of the Java Hotswap Docker image -->
<!-- See: https://bitbucket.org/inteligr8/jdk-hotswap-docker -->
<jdk-hotswap.version>1.4.1-jbr-17.0.10</jdk-hotswap.version>
<jdk-hotswap.version>1.4.1-jbr-17.0.11</jdk-hotswap.version>
<namespace.prefix>tomcat-rad</namespace.prefix>
<!-- 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.86</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 -->
@@ -59,7 +59,7 @@
<plugin>
<groupId>org.eclipse.jkube</groupId>
<artifactId>kubernetes-maven-plugin</artifactId>
<version>1.14.0</version>
<version>1.16.2</version>
<configuration>
<images>
<image>
@@ -89,7 +89,7 @@
<!-- This plugin prevents the project from deploying to the Maven Repository, as it is pointless -->
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version>
<version>3.1.2</version>
<configuration>
<skip>true</skip>
</configuration>