Compare commits
5 Commits
develop-to
...
stable
Author | SHA1 | Date | |
---|---|---|---|
be858e0eba | |||
9cf3390724 | |||
36bbc9f02a | |||
ec3dab1f9f | |||
07ff4f5635 |
10
pom.xml
10
pom.xml
@@ -3,21 +3,21 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>com.inteligr8</groupId>
|
<groupId>com.inteligr8</groupId>
|
||||||
<artifactId>tomcat-rad</artifactId>
|
<artifactId>tomcat-rad</artifactId>
|
||||||
<version>9-2.2</version>
|
<version>10-2.2</version>
|
||||||
<name>Apache Tomcat for Rapid Application Development</name>
|
<name>Apache Tomcat for Rapid Application Development</name>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<!-- The release version of the Java Hotswap Docker image -->
|
<!-- The release version of the Java Hotswap Docker image -->
|
||||||
<!-- See: https://bitbucket.org/inteligr8/jdk-hotswap-docker -->
|
<!-- See: https://bitbucket.org/inteligr8/jdk-hotswap-docker -->
|
||||||
<jdk-hotswap.version>2.0.1-jbr-17.0.12</jdk-hotswap.version>
|
<jdk-hotswap.version>2.0.1-jbr-17.0.14</jdk-hotswap.version>
|
||||||
|
|
||||||
<namespace.prefix>tomcat-rad</namespace.prefix>
|
<namespace.prefix>tomcat-rad</namespace.prefix>
|
||||||
|
|
||||||
<!-- The version of Apache Tomcat to serve as the basis of this Docker image -->
|
<!-- The version of Apache Tomcat to serve as the basis of this Docker image -->
|
||||||
<!-- See: https://tomcat.apache.org/download-90.cgi -->
|
<!-- See: https://tomcat.apache.org/download-10.cgi -->
|
||||||
<tomcat.version>9.0.98</tomcat.version>
|
<tomcat.version>10.1.41</tomcat.version>
|
||||||
<tomcat.majorVersion>9</tomcat.majorVersion>
|
<tomcat.majorVersion>10</tomcat.majorVersion>
|
||||||
<tomcat.mirror.baseUrl>https://archive.apache.org/dist/tomcat</tomcat.mirror.baseUrl>
|
<tomcat.mirror.baseUrl>https://archive.apache.org/dist/tomcat</tomcat.mirror.baseUrl>
|
||||||
|
|
||||||
<!-- The Docker image meta-data for pushing the build -->
|
<!-- The Docker image meta-data for pushing the build -->
|
||||||
|
Reference in New Issue
Block a user