Skip to content

Commit 1c2ca1f

Browse files
committed
Upgrade to Maven 3.9.5.
Closes #63
1 parent 50bd97b commit 1c2ca1f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

Jenkinsfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pipeline {
3131

3232
steps {
3333
script {
34-
def image = docker.build("springci/spring-data-release-tools:0.12", "ci")
34+
def image = docker.build("springci/spring-data-release-tools:0.13", "ci")
3535
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
3636
image.push()
3737
}
@@ -45,7 +45,7 @@ pipeline {
4545
}
4646
agent {
4747
docker {
48-
image 'springci/spring-data-release-tools:0.12'
48+
image 'springci/spring-data-release-tools:0.13'
4949
}
5050
}
5151
options { timeout(time: 4, unit: 'HOURS') }

ci/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM ubuntu:23.04
22

33
# Bake a container using sdkman to get all the needed JDKs.
4+
#
45

56
ARG USER_UID="1001"
67
ARG USER_GID="1001"

ci/java-tools.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Tool requirements
22
jdks=17.0.8,8.0.382
3-
maven=3.9.4
3+
maven=3.9.5

0 commit comments

Comments
 (0)