fix maven version in Jenkinsfile

Signed-off-by: Olivier Lamy <olamy@apache.org>
This commit is contained in:
Olivier Lamy 2023-03-14 12:36:56 +10:00
parent e7f7e70992
commit 4d93c1f457
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@
*/
LABEL = 'ubuntu'
buildJdk = 'jdk_1.8_latest'
buildMvn = 'maven_3.8.5'
buildMvn = 'maven_3.8.7'
deploySettings = 'archiva-uid-jenkins'
INTEGRATION_PIPELINE = "Archiva-IntegrationTests-Gitbox"
@ -134,4 +134,4 @@ def notifyBuild(String buildStatus) {
)
}
// vim: et:ts=4:sw=4:ft=groovy
// vim: et:ts=4:sw=4:ft=groovy