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/10/17 16:47:58 UTC

[maven-jenkins-env] branch master updated: Still no Maven 3.6.3 available on Windows

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 e86de31  Still no Maven 3.6.3 available on Windows
e86de31 is described below

commit e86de31ae4603d190cccad46e45ddbed9cd88bd2
Author: rfscholte <rf...@apache.org>
AuthorDate: Sat Oct 17 18:47:47 2020 +0200

    Still no Maven 3.6.3 available on Windows
---
 vars/jenkinsEnv.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index e27de7e..2db7fa3 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -124,12 +124,12 @@ class jenkinsEnv implements Serializable {
                         return 'maven_3.3.9_windows'
                     case ~/^3\.5\.[x4]$/:
                         return 'maven_3.5.4_windows'
-                    case ~/^3\.6\.[x3]$/:
-                        return 'maven_3.6.3_windows'
+                    case ~/^3\.6\.[x2]$/:
+                        return 'maven_3.6.2_windows'
                     case '3.x.x':
-                        return 'maven_3.6.3_windows'
+                        return 'maven_3.6.2_windows'
                     default:
-                        return 'maven_3.6.3_windows'
+                        return 'maven_3.6.2_windows'
                 }
             default:
                 return null