Compare commits

..
Author SHA1 Message Date
brian.long baff429fe3 Merge branch 'develop' into develop-tomcat10 2026-05-21 20:32:55 -04:00
brian.long 6b88cbe3e8 generic jbr 2026-05-21 09:20:09 -04:00
brian.long 086a17cf98 Merge branch 'develop' into develop-tomcat10 2026-05-21 09:04:57 -04:00
brian.long 35c38baa30 tomcat v10.1.55 2026-05-20 16:41:44 -04:00
+3 -3
View File
@@ -13,11 +13,11 @@
<!-- The release version of the Java Hotswap Docker image -->
<!-- See: https://git.inteligr8.com/inteligr8/jdk-hotswap-image -->
<!-- See: https://repos.inteligr8.com/nexus/service/rest/repository/browse/inteligr8-docker-public/v2/inteligr8/jdk-hotswap/tags/ -->
<jdk-hotswap.version>2.0.3-jbr21</jdk-hotswap.version>
<jdk-hotswap.version>2.0.3-jbr17</jdk-hotswap.version>
<!-- The version of Apache Tomcat to serve as the basis of this Docker image -->
<!-- See: https://tomcat.apache.org/download-11.cgi -->
<tomcat.version>11.0.22</tomcat.version>
<!-- See: https://tomcat.apache.org/download-10.cgi -->
<tomcat.version>10.1.55</tomcat.version>
<tomcat.mirror.baseUrl>https://archive.apache.org/dist/tomcat</tomcat.mirror.baseUrl>
<!-- The Docker image meta-data for pushing the build -->