Upgrade to Java 17.0.8, Java 8.0.382, and Maven 3.9.4.

Closes #56
This commit is contained in:
Julia
2023-08-14 09:02:52 -04:00
parent 09a2c1e585
commit a6738d3b1d
3 changed files with 5 additions and 5 deletions

4
Jenkinsfile vendored
View File

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

View File

@@ -1,3 +1,3 @@
# Tool requirements
jdks=17.0.7,8.0.372
maven=3.9.3
jdks=17.0.8,8.0.382
maven=3.9.4

View File

@@ -1,2 +1,2 @@
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1/apache-maven-3.9.1-bin.zip
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.1/apache-maven-3.9.4-bin.zip
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.1.0/maven-wrapper-3.1.0.jar