]> source.dussan.org Git - archiva.git/commitdiff
fix maven version in Jenkinsfile
authorOlivier Lamy <olamy@apache.org>
Tue, 14 Mar 2023 02:36:56 +0000 (12:36 +1000)
committerOlivier Lamy <olamy@apache.org>
Tue, 14 Mar 2023 02:36:56 +0000 (12:36 +1000)
Signed-off-by: Olivier Lamy <olamy@apache.org>
Jenkinsfile

index 3a0c40ab893f2f1b8592de743c589c56a1229bb7..137015d2bdc4d55dc668e4366395e7af93330d34 100644 (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
\ No newline at end of file
+// vim: et:ts=4:sw=4:ft=groovy