diff --git a/.travis.yml b/.travis.yml index 3d84132a..153cb59e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ language: java jdk: -- openjdk8 +- openjdk17 addons: apt: packages: diff --git a/pom.xml b/pom.xml index 40b59702..adb4e54f 100644 --- a/pom.xml +++ b/pom.xml @@ -56,7 +56,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.4 + 3.3.0 package @@ -125,4 +125,10 @@ maven-plugin - \ No newline at end of file + + + maven-snapshots + https://repository.apache.org/content/repositories/snapshots/ + + + diff --git a/src/main/resources/amidst/metadata.properties b/src/main/resources/amidst/metadata.properties index d9453033..5e25901b 100644 --- a/src/main/resources/amidst/metadata.properties +++ b/src/main/resources/amidst/metadata.properties @@ -1,6 +1,6 @@ project.build.sourceEncoding=UTF-8 -amidst.build.jdk.version=1.8 -amidst.build.filename=amidst-v4-7 +amidst.build.jdk.version=17 +amidst.build.filename=amidst-v4-7-java17 amidst.version.major=4 amidst.version.minor=7 diff --git a/travis-ci/wrapper-for-windows/pom.xml b/travis-ci/wrapper-for-windows/pom.xml index be3ae009..0180a5f5 100644 --- a/travis-ci/wrapper-for-windows/pom.xml +++ b/travis-ci/wrapper-for-windows/pom.xml @@ -28,7 +28,7 @@ com.akathist.maven.plugins.launch4j launch4j-maven-plugin - 1.7.8 + 2.1.1 launch4j @@ -75,4 +75,4 @@ provided - \ No newline at end of file +