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 2020/06/08 21:08:08 UTC

[maven-jenkins-env] branch master updated: Update Maven versions

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 b3fc58f  Update Maven versions
b3fc58f is described below

commit b3fc58fc139fad19fbad055dee271e737a7b58c2
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jun 8 23:07:59 2020 +0200

    Update Maven versions
---
 vars/jenkinsEnv.groovy | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index c07a010..22e6da6 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -103,7 +103,7 @@ class jenkinsEnv implements Serializable {
                         return 'Maven 3.3.9'
                     case ~/^3\.5\.[x4]$/:
                         return 'Maven 3.5.4'
-                    case ~/^3\.6\.[x0]$/:
+                    case ~/^3\.6\.[x3]$/:
                         return 'Maven 3.6.3'
                     case '3.x.x':
                         return 'Maven 3.6.3'
@@ -121,15 +121,13 @@ class jenkinsEnv implements Serializable {
                     case ~/^3\.3\.[x9]$/:
                         return 'Maven 3.3.9 (Windows)'
                     case ~/^3\.5\.[x4]$/:
-                        return 'Maven 3.5.2 (Windows)'
-                    case ~/^3\.6\.[x2]$/:
-                        return 'Maven 3.6.2 (Windows)'
-                    case '3.6.3':
+                        return 'Maven 3.5.4 (Windows)'
+                    case ~/^3\.6\.[x3]$/:
                         return 'Maven 3.6.3 (Windows)'
                     case '3.x.x':
-                        return 'Maven 3.6.2 (Windows)'
+                        return 'Maven 3.6.3 (Windows)'
                     default:
-                        return 'Maven 3.6.2 (Windows)'
+                        return 'Maven 3.6.3 (Windows)'
                 }
             default:
                 return null