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

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

commit 60cdcce21e0f2ffbb7982b6bcb3085938bc43694
Author: Sylwester Lachiewicz <slachiew...@apache.org>
AuthorDate: Tue Jan 14 23:33:52 2020 +0100

    Add Maven 3.6.3
---
 vars/jenkinsEnv.groovy | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 02ccb08..90635af 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -101,6 +101,8 @@ class jenkinsEnv implements Serializable {
                         return 'Maven 3.5.4'
                     case ~/^3\.6\.[x0]$/:
                         return 'Maven 3.6.2'
+                    case '3.6.3':
+                        return 'Maven 3.6.3'
                     case '3.x.x':
                         return 'Maven 3.6.2'
                     default:
@@ -118,6 +120,8 @@ class jenkinsEnv implements Serializable {
                         return 'Maven 3.5.2 (Windows)'
                     case ~/^3\.6\.[x2]$/:
                         return 'Maven 3.6.2 (Windows)'
+                    case '3.6.3':
+                        return 'Maven 3.6.3 (Windows)'
                     case '3.x.x':
                         return 'Maven 3.6.2 (Windows)'
                     default:

Reply via email to