You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by rf...@apache.org on 2019/09/29 20:29:33 UTC

[maven-jenkins-env] branch master updated: Seems like Maven 3.6.2 is not available on all Linux nodes yet

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

rfscholte pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-jenkins-env.git


The following commit(s) were added to refs/heads/master by this push:
     new 82f7b79  Seems like Maven 3.6.2 is not available on all Linux nodes yet
82f7b79 is described below

commit 82f7b7959c08db33a02ee7773a1e9cf4443b4744
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Sep 29 22:30:20 2019 +0200

    Seems like Maven 3.6.2 is not available on all Linux nodes yet
---
 vars/jenkinsEnv.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index f9349ad..d104432 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -95,12 +95,12 @@ class jenkinsEnv implements Serializable {
                         return 'Maven 3.3.9'
                     case ~/^3\.5\.[x4]$/:
                         return 'Maven 3.5.4'
-                    case ~/^3\.6\.[x2]$/:
-                        return 'Maven 3.6.2'
+                    case ~/^3\.6\.[x0]$/:
+                        return 'Maven 3.6.0'
                     case '3.x.x':
-                        return 'Maven 3.6.2'
+                        return 'Maven 3.6.0'
                     default:
-                        return 'Maven 3.6.2'
+                        return 'Maven 3.6.0'
                 }
             case 'windows':
                 switch(version) {