Merge commit '342213e47d83a2e98ce01ce2a2dc3be0d7a94063' into develop

This commit is contained in:
2025-01-31 16:04:36 -05:00

10
pom.xml
View File

@@ -10,13 +10,13 @@
<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.11</jdk-hotswap.version>
<jdk-hotswap.version>2.0.1-jbr-17.0.12</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>10.1.28</tomcat.version>
<!-- See: https://tomcat.apache.org/download-10.cgi -->
<tomcat.version>10.1.34</tomcat.version>
<tomcat.majorVersion>10</tomcat.majorVersion>
<tomcat.mirror.baseUrl>https://apache.osuosl.org/tomcat</tomcat.mirror.baseUrl>
@@ -59,7 +59,7 @@
<plugin>
<groupId>org.eclipse.jkube</groupId>
<artifactId>kubernetes-maven-plugin</artifactId>
<version>1.16.2</version>
<version>1.18.0</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.2</version>
<version>3.1.3</version>
<configuration>
<skip>true</skip>
</configuration>