This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git
commit 790587e4daeb218f6ff56b30c8e637fdb143c9da Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Thu Feb 27 18:38:47 2020 +0100 Use Maven 3.6.3 for Linux builds, it should already be on all nodes --- vars/jenkinsEnv.groovy | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy index 628b55d..02ef290 100644 --- a/vars/jenkinsEnv.groovy +++ b/vars/jenkinsEnv.groovy @@ -103,13 +103,11 @@ class jenkinsEnv implements Serializable { case ~/^3\.5\.[x4]$/: return 'Maven 3.5.4' case ~/^3\.6\.[x0]$/: - return 'Maven 3.6.2' - case '3.6.3': return 'Maven 3.6.3' case '3.x.x': - return 'Maven 3.6.2' + return 'Maven 3.6.3' default: - return 'Maven 3.6.2' + return 'Maven 3.6.3' } case 'windows': switch(version) {
