upgraded various versions
This commit is contained in:
parent
e142e32d64
commit
063c1123b5
8
pom.xml
8
pom.xml
@ -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.10</jdk-hotswap.version>
|
||||
<jdk-hotswap.version>1.4.1-jbr-17.0.11</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>9.0.86</tomcat.version>
|
||||
<tomcat.version>9.0.93</tomcat.version>
|
||||
<tomcat.majorVersion>9</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.14.0</version>
|
||||
<version>1.16.2</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.1</version>
|
||||
<version>3.1.2</version>
|
||||
<configuration>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
|
Loading…
x
Reference in New Issue
Block a user