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:32:53 UTC

[maven-jenkins-env] branch master updated: There's no M3.6.3 for 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 6e8965c  There's no M3.6.3 for Windows
6e8965c is described below

commit 6e8965c3e604ff37e18bdaccfe14f976d3526c12
Author: rfscholte <rf...@apache.org>
AuthorDate: Mon Jun 8 23:32:46 2020 +0200

    There's no M3.6.3 for Windows
---
 vars/jenkinsEnv.groovy | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 22e6da6..2137f92 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -122,12 +122,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