flipped versioning scheme

This commit is contained in:
2026-03-24 10:19:26 -04:00
parent 6744e46e28
commit 958f42d84c
+3 -1
View File
@@ -3,11 +3,13 @@
<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>10-2.2</version> <version>${base.version}-tomcat-${tomcat.version}</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>
<base.version>2.3</base.version>
<!-- 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.3-jbr-17.0.14</jdk-hotswap.version> <jdk-hotswap.version>2.0.3-jbr-17.0.14</jdk-hotswap.version>