updated to jdk v11.0.11
This commit is contained in:
10
pom.xml
10
pom.xml
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.inteligr8</groupId>
|
||||
<artifactId>java-dcevm-hotswap</artifactId>
|
||||
<version>11.0.10-1.4.1</version>
|
||||
<version>11.0.11-1.4.1</version>
|
||||
<name>Java DCEVM for Rapid Application Development</name>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
@@ -15,9 +15,13 @@
|
||||
|
||||
<!-- The version of Java DCEVM to use for executing Apache Tomcat -->
|
||||
<!-- See: https://github.com/TravaOpenJDK/trava-jdk-11-dcevm/releases -->
|
||||
<dcevm.version>11.0.10+5</dcevm.version>
|
||||
<dcevm.version>11.0.11+1</dcevm.version>
|
||||
<dcevm.majorVersion>11</dcevm.majorVersion>
|
||||
<dcevm.os-arch>linux</dcevm.os-arch>
|
||||
<dcevm.os-arch>linux-x64</dcevm.os-arch>
|
||||
<!-- v11.0.10
|
||||
<dcevm.filename>java${dcevm.majorVersion}-openjdk-dcevm-${dcevm.os-arch}.tar.gz</dcevm.filename>
|
||||
-->
|
||||
<dcevm.filename>Openjdk${dcevm.majorVersion}u-dcevm-${dcevm.os-arch}.tar.gz</dcevm.filename>
|
||||
|
||||
<!-- The version of the Hotswap Agent to use -->
|
||||
<!-- See: https://github.com/HotswapProjects/HotswapAgent/releases -->
|
||||
|
Reference in New Issue
Block a user