Upgrade to Maven 3.9.3 and Java 17.0.7.

This commit is contained in:
Mark Paluch
2023-07-03 09:51:06 +02:00
parent 16a9ee9c4f
commit 5fb3ebd5a0
2 changed files with 4 additions and 4 deletions

4
Jenkinsfile vendored
View File

@@ -31,7 +31,7 @@ pipeline {
steps {
script {
def image = docker.build("springci/spring-data-release-tools:0.9", "ci")
def image = docker.build("springci/spring-data-release-tools:0.10", "ci")
docker.withRegistry('', 'hub.docker.com-springbuildmaster') {
image.push()
}
@@ -45,7 +45,7 @@ pipeline {
}
agent {
docker {
image 'springci/spring-data-release-tools:0.9'
image 'springci/spring-data-release-tools:0.10'
}
}
options { timeout(time: 4, unit: 'HOURS') }

View File

@@ -1,4 +1,4 @@
# Tool requirements
jdks=17.0.6,8.0.352,8.0.362
maven=3.9.1
jdks=17.0.7,8.0.352,8.0.362
maven=3.9.3