You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2020/02/13 21:54:02 UTC

[maven-jenkins-env] branch master updated: add Maven 3.1.1

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

tibordigana 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 d1456ae  add Maven 3.1.1
d1456ae is described below

commit d1456ae1f1fbf37526a3c4733a7b2e9df5138ab0
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Feb 13 22:53:39 2020 +0100

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

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 310f0ef..76aa7cd 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -93,6 +93,8 @@ class jenkinsEnv implements Serializable {
                 switch(version) {
                     case ~/^3\.0\.[x5]$/:
                         return 'Maven 3.0.5'
+                    case ~/^3\.1\.[x1]$/:
+                        return 'Maven 3.1.1'
                     case ~/^3\.2\.[x5]$/:
                         return 'Maven 3.2.5'
                     case ~/^3\.3\.[x9]$/:
@@ -112,6 +114,8 @@ class jenkinsEnv implements Serializable {
                 switch(version) {
                     case ~/^3\.0\.[x5]$/:
                         return 'Maven 3.0.5 (Windows)'
+                    case ~/^3\.1\.[x1]$/:
+                        return 'Maven 3.1.1 (Windows)'
                     case ~/^3\.2\.[x5]$/:
                         return 'Maven 3.2.5 (Windows)'
                     case ~/^3\.3\.[x9]$/: