Compare commits

...
5 Commits
Author SHA1 Message Date
brian.long 8ccbdefbce jbr v25.0.2 2026-03-24 09:31:12 -04:00
brian.long 03d37fc28f jbr v21.0.10 2026-03-24 09:28:37 -04:00
brian.long 7a1119a870 maven-resources-plugin to v3.5.0 2026-03-24 09:28:25 -04:00
brian.long 6d2f68bc33 hotswap v2.0.3
(cherry picked from commit efdfe420f8)
2026-03-24 09:24:04 -04:00
brian.long 031b9209e3 jbr v21.0.7 2025-05-27 16:59:44 -04:00
+5 -5
View File
@@ -17,12 +17,12 @@
<!-- The version of the Hotswap Agent to use --> <!-- The version of the Hotswap Agent to use -->
<!-- See: https://github.com/HotswapProjects/HotswapAgent/releases --> <!-- See: https://github.com/HotswapProjects/HotswapAgent/releases -->
<hotswap.version>2.0.1</hotswap.version> <hotswap.version>2.0.3</hotswap.version>
<!-- The version of the JetBrains JDK --> <!-- The version of the JetBrains JDK -->
<!-- See: https://github.com/JetBrains/JetBrainsRuntime/releases --> <!-- See: https://github.com/JetBrains/JetBrainsRuntime/releases -->
<jbr.version>17.0.14</jbr.version> <jbr.version>25.0.2</jbr.version>
<jbr.buildNumber>1367.22</jbr.buildNumber> <jbr.buildNumber>329.72</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>
@@ -43,7 +43,7 @@
<plugins> <plugins>
<plugin> <plugin>
<artifactId>maven-resources-plugin</artifactId> <artifactId>maven-resources-plugin</artifactId>
<version>3.3.1</version> <version>3.5.0</version>
<executions> <executions>
<execution> <execution>
<id>copy-resources</id> <id>copy-resources</id>
@@ -60,7 +60,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.16.2</version> <version>1.16.2</version> <!-- later versions isn't working; investigate -->
<configuration> <configuration>
<images> <images>
<image> <image>