From 1c2ca1fc009b6a9d04a4e90e927c3d159ea34be4 Mon Sep 17 00:00:00 2001 From: Mark Paluch Date: Fri, 13 Oct 2023 10:56:37 +0200 Subject: [PATCH] Upgrade to Maven 3.9.5. Closes #63 --- Jenkinsfile | 4 ++-- ci/Dockerfile | 1 + ci/java-tools.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 76624cf..09f1a2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -31,7 +31,7 @@ pipeline { steps { script { - def image = docker.build("springci/spring-data-release-tools:0.12", "ci") + def image = docker.build("springci/spring-data-release-tools:0.13", "ci") docker.withRegistry('', 'hub.docker.com-springbuildmaster') { image.push() } @@ -45,7 +45,7 @@ pipeline { } agent { docker { - image 'springci/spring-data-release-tools:0.12' + image 'springci/spring-data-release-tools:0.13' } } options { timeout(time: 4, unit: 'HOURS') } diff --git a/ci/Dockerfile b/ci/Dockerfile index 320bcfd..9f88ccf 100755 --- a/ci/Dockerfile +++ b/ci/Dockerfile @@ -1,6 +1,7 @@ FROM ubuntu:23.04 # Bake a container using sdkman to get all the needed JDKs. +# ARG USER_UID="1001" ARG USER_GID="1001" diff --git a/ci/java-tools.properties b/ci/java-tools.properties index adca0b7..a420513 100644 --- a/ci/java-tools.properties +++ b/ci/java-tools.properties @@ -1,3 +1,3 @@ # Tool requirements jdks=17.0.8,8.0.382 -maven=3.9.4 \ No newline at end of file +maven=3.9.5