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

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


The following commit(s) were added to refs/heads/master by this push:
     new 32fb65f14 use maven_3.8.5
32fb65f14 is described below

commit 32fb65f1400a8659d6c4734022314c953dc30ec1
Author: Olivier Lamy <[email protected]>
AuthorDate: Sun Jun 5 21:56:32 2022 +1000

    use maven_3.8.5
    
    Signed-off-by: Olivier Lamy <[email protected]>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 14e5537d9..f807c0014 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -32,7 +32,7 @@ buildJdk = 'jdk_1.8_latest'
 buildJdk9 = 'jdk_1.9_latest'
 buildJdk10 = 'jdk_10_latest'
 buildJdk11 = 'jdk_11_latest'
-buildMvn = 'maven_3.6.3'
+buildMvn = 'maven_3.8.5'
 //localRepository = ".repository"
 //localRepository = "../.maven_repositories/${env.EXECUTOR_NUMBER}"
 mavenOpts = '-Xms1g -Xmx2g -Djava.awt.headless=true'

Reply via email to