Compare commits

..
Author SHA1 Message Date
brian.long abb967f0c3 fix kubernetes-maven-plugin upgrade 2026-03-24 10:51:39 -04:00
brian.long ffac47cb44 flipped versioning scheme; upgraded plugins 2026-03-24 10:16:24 -04:00
+4 -4
View File
@@ -12,14 +12,14 @@
<!-- The release version of the Java Hotswap Docker image -->
<!-- See: https://bitbucket.org/inteligr8/jdk-hotswap-docker -->
<jdk-hotswap.version>2.0.3-jbr-21.0.10</jdk-hotswap.version>
<jdk-hotswap.version>2.0.3-jbr-17.0.14</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-10.cgi -->
<tomcat.version>11.0.20</tomcat.version>
<tomcat.majorVersion>11</tomcat.majorVersion>
<!-- See: https://tomcat.apache.org/download-90.cgi -->
<tomcat.version>9.0.116</tomcat.version>
<tomcat.majorVersion>9</tomcat.majorVersion>
<tomcat.mirror.baseUrl>https://archive.apache.org/dist/tomcat</tomcat.mirror.baseUrl>
<!-- The Docker image meta-data for pushing the build -->