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 2019/10/06 19:39:55 UTC

[archiva-jenkins-lib] branch master updated: Switching maven version to 3.5.4

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-jenkins-lib.git


The following commit(s) were added to refs/heads/master by this push:
     new 3cb3979  Switching maven version to 3.5.4
3cb3979 is described below

commit 3cb39792e7c8050b49da5fa5e95b990fe7407a7a
Author: Martin Stockhammer <m....@web.de>
AuthorDate: Sun Oct 6 21:39:50 2019 +0200

    Switching maven version to 3.5.4
---
 vars/asfStandardBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfStandardBuild.groovy b/vars/asfStandardBuild.groovy
index a64faa8..bbb8d7a 100644
--- a/vars/asfStandardBuild.groovy
+++ b/vars/asfStandardBuild.groovy
@@ -31,7 +31,7 @@ def call(Map params = [:]) {
   def jdk = params.containsKey('jdk') ? params.jdk : 'JDK 1.8 (latest)'
   // use the cmdLine parameter otherwise default depending on current branch
   def cmdline = params.containsKey('cmdline') ? params.cmdline : (env.BRANCH_NAME == 'master'?"clean deploy":"clean install")
-  def mvnName = params.containsKey('mvnName') ? params.mvnName : 'Maven 3.5.2'
+  def mvnName = params.containsKey('mvnName') ? params.mvnName : 'Maven 3.5.4'
 
 
   def defaultPublishers = [artifactsPublisher(disabled: false), junitPublisher(ignoreAttachments: false, disabled: false),