Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
03d37fc28f | ||
|
|
7a1119a870 | ||
|
|
6d2f68bc33 | ||
|
|
031b9209e3 |
@@ -17,12 +17,12 @@
|
||||
|
||||
<!-- The version of the Hotswap Agent to use -->
|
||||
<!-- 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 -->
|
||||
<!-- See: https://github.com/JetBrains/JetBrainsRuntime/releases -->
|
||||
<jbr.version>17.0.14</jbr.version>
|
||||
<jbr.buildNumber>1367.22</jbr.buildNumber>
|
||||
<jbr.version>21.0.10</jbr.version>
|
||||
<jbr.buildNumber>1163.110</jbr.buildNumber>
|
||||
<jbr.basename>jbr_jcef-${jbr.version}-linux-x64-b${jbr.buildNumber}</jbr.basename>
|
||||
<jbr.filename>${jbr.basename}.tar.gz</jbr.filename>
|
||||
|
||||
@@ -43,7 +43,7 @@
|
||||
<plugins>
|
||||
<plugin>
|
||||
<artifactId>maven-resources-plugin</artifactId>
|
||||
<version>3.3.1</version>
|
||||
<version>3.5.0</version>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>copy-resources</id>
|
||||
@@ -60,7 +60,7 @@
|
||||
<plugin>
|
||||
<groupId>org.eclipse.jkube</groupId>
|
||||
<artifactId>kubernetes-maven-plugin</artifactId>
|
||||
<version>1.16.2</version>
|
||||
<version>1.16.2</version> <!-- later versions isn't working; investigate -->
|
||||
<configuration>
|
||||
<images>
|
||||
<image>
|
||||
|
||||
Reference in New Issue
Block a user