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 13:50:37 UTC

[maven-jenkins-env] branch master updated: Apply Maven 3.6.2

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 5889dee  Apply Maven 3.6.2
5889dee is described below

commit 5889dee1c850d0ba926383ac2f8beefdcd9e8acd
Author: rfscholte <rf...@apache.org>
AuthorDate: Sun Sep 29 15:50:53 2019 +0200

    Apply Maven 3.6.2
---
 vars/jenkinsEnv.groovy | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index bd2fd76..d7318a8 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\.[x0]$/:
-                        return 'Maven 3.6.0'
+                    case ~/^3\.6\.[x2]$/:
+                        return 'Maven 3.6.2'
                     case '3.x.x':
-                        return 'Maven 3.6.0'
+                        return 'Maven 3.6.2'
                     default:
-                        return 'Maven 3.6.0'
+                        return 'Maven 3.6.2'
                 }
             case 'windows':
                 switch(version) {
@@ -112,12 +112,12 @@ class jenkinsEnv implements Serializable {
                         return 'Maven 3.3.9 (Windows)'
                     case ~/^3\.5\.[x4]$/:
                         return 'Maven 3.5.2 (Windows)'
-                    case ~/^3\.6\.[x0]$/:
-                        return 'Maven 3.6.0 (Windows)'
+                    case ~/^3\.6\.[x2]$/:
+                        return 'Maven 3.6.2 (Windows)'
                     case '3.x.x':
-                        return 'Maven 3.6.0 (Windows)'
+                        return 'Maven 3.6.2 (Windows)'
                     default:
-                        return 'Maven 3.6.0 (Windows)'
+                        return 'Maven 3.6.2 (Windows)'
                 }
             default:
                 return null