Skip to content

Commit

Permalink
maven "apache-maven-3.9.2" in Jenkinsfiles
Browse files Browse the repository at this point in the history
to be consistent with the version of the wrapper.

Note that the Maven executable must still be found in the PATH to make
the Maven verifier work when testing our Maven plugins
  • Loading branch information
LorenzoBettini committed Jan 31, 2024
1 parent a989665 commit eeeb52e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
}

tools {
maven "apache-maven-3.8.6"
maven "apache-maven-3.9.2"
jdk "temurin-jdk17-latest"
}

Expand Down
2 changes: 1 addition & 1 deletion jenkins/milestone-deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ pipeline {
}

tools {
maven "apache-maven-3.8.6"
maven "apache-maven-3.9.2"
jdk "temurin-jdk17-latest"
}

Expand Down
2 changes: 1 addition & 1 deletion jenkins/nightly-deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ pipeline {
}

tools {
maven "apache-maven-3.8.6"
maven "apache-maven-3.9.2"
jdk "temurin-jdk17-latest"
}

Expand Down
2 changes: 1 addition & 1 deletion jenkins/other-experiments/Jenkinsfile-maven-deploy
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
pipeline {
agent any
tools {
maven "apache-maven-3.8.6"
maven "apache-maven-3.9.2"
jdk "temurin-jdk17-latest"
}
stages {
Expand Down
2 changes: 1 addition & 1 deletion jenkins/other-experiments/Jenkinsfile-p2-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline {
agent any

tools {
maven "apache-maven-3.8.6"
maven "apache-maven-3.9.2"
jdk "temurin-jdk17-latest"
}

Expand Down
2 changes: 1 addition & 1 deletion jenkins/other-experiments/Jenkinsfile-p2-deploy-nightly
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pipeline {
}

tools {
maven "apache-maven-3.8.6"
maven "apache-maven-3.9.2"
jdk "temurin-jdk17-latest"
}

Expand Down
2 changes: 1 addition & 1 deletion jenkins/release-deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ pipeline {
}

tools {
maven "apache-maven-3.8.6"
maven "apache-maven-3.9.2"
jdk "temurin-jdk17-latest"
}

Expand Down
2 changes: 1 addition & 1 deletion releng/jenkins/release-simrel-update/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pipeline {
}

tools {
maven "apache-maven-3.8.6"
maven "apache-maven-3.9.2"
jdk "temurin-jdk11-latest"
}

Expand Down

0 comments on commit eeeb52e

Please sign in to comment.