Upgrade to Maven 3.9.5.

Closes #63
This commit is contained in:
Mark Paluch
2023-10-13 10:56:37 +02:00
parent 50bd97b6c4
commit 1c2ca1fc00
3 changed files with 4 additions and 3 deletions

4
Jenkinsfile vendored
View File

@@ -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') }

View File

@@ -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"

View File

@@ -1,3 +1,3 @@
# Tool requirements
jdks=17.0.8,8.0.382
maven=3.9.4
maven=3.9.5