3 Commits

Author SHA1 Message Date
7a1ccfead3 v1.4.1-jbr-17.0.11 pom 2024-08-07 11:22:45 -04:00
315bf2c9e1 upgraded various versions 2024-08-07 11:20:45 -04:00
27abe6e394 jbr v17.0.10 2024-03-14 12:18:06 -04:00

14
pom.xml
View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.inteligr8</groupId> <groupId>com.inteligr8</groupId>
<artifactId>jdk-hotswap</artifactId> <artifactId>jdk-hotswap</artifactId>
<version>1.4.1-jbr-17.0.8</version> <version>1.4.1-jbr-17.0.11</version>
<name>Java Hotswap Kit for Rapid Application Development</name> <name>Java Hotswap Kit for Rapid Application Development</name>
<packaging>pom</packaging> <packaging>pom</packaging>
@@ -11,7 +11,7 @@
<!-- The release version of Ubuntu to use as the base --> <!-- The release version of Ubuntu to use as the base -->
<!-- See: https://hub.docker.com/_/ubuntu --> <!-- See: https://hub.docker.com/_/ubuntu -->
<!-- This has very little impact and may be replaced --> <!-- This has very little impact and may be replaced -->
<ubuntu.version>23.04</ubuntu.version> <ubuntu.version>24.04</ubuntu.version>
<namespace.prefix>${project.artifactId}</namespace.prefix> <namespace.prefix>${project.artifactId}</namespace.prefix>
@@ -19,8 +19,10 @@
<!-- See: https://github.com/HotswapProjects/HotswapAgent/releases --> <!-- See: https://github.com/HotswapProjects/HotswapAgent/releases -->
<hotswap.version>1.4.1</hotswap.version> <hotswap.version>1.4.1</hotswap.version>
<jbr.version>17.0.8</jbr.version> <!-- The version of the JetBrains JDK -->
<jbr.buildNumber>1000.22</jbr.buildNumber> <!-- See: https://github.com/JetBrains/JetBrainsRuntime/releases -->
<jbr.version>17.0.11</jbr.version>
<jbr.buildNumber>1207.30</jbr.buildNumber>
<jbr.basename>jbr_jcef-${jbr.version}-linux-x64-b${jbr.buildNumber}</jbr.basename> <jbr.basename>jbr_jcef-${jbr.version}-linux-x64-b${jbr.buildNumber}</jbr.basename>
<jbr.filename>${jbr.basename}.tar.gz</jbr.filename> <jbr.filename>${jbr.basename}.tar.gz</jbr.filename>
@@ -62,7 +64,7 @@
<plugin> <plugin>
<groupId>org.eclipse.jkube</groupId> <groupId>org.eclipse.jkube</groupId>
<artifactId>kubernetes-maven-plugin</artifactId> <artifactId>kubernetes-maven-plugin</artifactId>
<version>1.14.0</version> <version>1.16.2</version>
<configuration> <configuration>
<images> <images>
<image> <image>
@@ -91,7 +93,7 @@
<!-- This plugin prevents the project from deploying to the Maven Repository, as it is pointless --> <!-- This plugin prevents the project from deploying to the Maven Repository, as it is pointless -->
<plugin> <plugin>
<artifactId>maven-deploy-plugin</artifactId> <artifactId>maven-deploy-plugin</artifactId>
<version>3.1.1</version> <version>3.1.2</version>
<configuration> <configuration>
<skip>true</skip> <skip>true</skip>
</configuration> </configuration>