jbr v17.0.14

This commit is contained in:
2025-05-27 16:56:35 -04:00
parent 3628dd49f4
commit d0063bcd52

10
pom.xml
View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.inteligr8</groupId>
<artifactId>jdk-hotswap</artifactId>
<version>2.0.1-jbr-17.0.12</version>
<version>${hotswap.version}-jbr-${jbr.version}</version>
<name>Java Hotswap Kit for Rapid Application Development</name>
<packaging>pom</packaging>
@@ -11,7 +11,7 @@
<!-- The release version of Ubuntu to use as the base -->
<!-- See: https://hub.docker.com/_/ubuntu -->
<!-- This has very little impact and may be replaced -->
<ubuntu.version>24.10</ubuntu.version>
<ubuntu.version>25.04</ubuntu.version>
<namespace.prefix>${project.artifactId}</namespace.prefix>
@@ -21,8 +21,8 @@
<!-- The version of the JetBrains JDK -->
<!-- See: https://github.com/JetBrains/JetBrainsRuntime/releases -->
<jbr.version>17.0.12</jbr.version>
<jbr.buildNumber>1000.54</jbr.buildNumber>
<jbr.version>17.0.14</jbr.version>
<jbr.buildNumber>1367.22</jbr.buildNumber>
<jbr.basename>jbr_jcef-${jbr.version}-linux-x64-b${jbr.buildNumber}</jbr.basename>
<jbr.filename>${jbr.basename}.tar.gz</jbr.filename>
@@ -90,7 +90,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.3</version>
<version>3.1.4</version>
<configuration>
<skip>true</skip>
</configuration>