You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@archiva.apache.org by ma...@apache.org on 2020/11/29 15:59:36 UTC

[archiva] branch master updated: Updating maven version

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

martin_s 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 55cfdd7  Updating maven version
55cfdd7 is described below

commit 55cfdd752e029fae375886dcf2ac2cee0d637647
Author: Martin Stockhammer <ma...@apache.org>
AuthorDate: Sun Nov 29 16:59:30 2020 +0100

    Updating maven version
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4a4a347..56dc1c6 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.5.4'
+buildMvn = 'maven_3.6.3'
 //localRepository = ".repository"
 //localRepository = "../.maven_repositories/${env.EXECUTOR_NUMBER}"
 mavenOpts = '-Xms1g -Xmx2g -Djava.awt.headless=true'