You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ol...@apache.org on 2023/03/14 02:37:03 UTC

[archiva] branch archiva-2.x updated: fix maven version in Jenkinsfile

This is an automated email from the ASF dual-hosted git repository.

olamy pushed a commit to branch archiva-2.x
in repository https://gitbox.apache.org/repos/asf/archiva.git


The following commit(s) were added to refs/heads/archiva-2.x by this push:
     new 4d93c1f45 fix maven version in Jenkinsfile
4d93c1f45 is described below

commit 4d93c1f457e3a285e84a46f25fceee1c0d2bd615
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Tue Mar 14 12:36:56 2023 +1000

    fix maven version in Jenkinsfile
    
    Signed-off-by: Olivier Lamy <ol...@apache.org>
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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