From: Olivier Lamy Date: Tue, 14 Mar 2023 02:36:56 +0000 (+1000) Subject: fix maven version in Jenkinsfile X-Git-Tag: archiva-2.2.10~3 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4d93c1f457e3a285e84a46f25fceee1c0d2bd615;p=archiva.git fix maven version in Jenkinsfile Signed-off-by: Olivier Lamy --- diff --git a/Jenkinsfile b/Jenkinsfile index 3a0c40ab8..137015d2b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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