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 2018/08/15 17:17:24 UTC

[maven-jenkins-env] branch master updated: Windows + M3.5.x = M3.5.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 93234de  Windows + M3.5.x = M3.5.2
93234de is described below

commit 93234de424f3253f054429de68c30355070b7804
Author: rfscholte <rf...@apache.org>
AuthorDate: Wed Aug 15 19:17:21 2018 +0200

    Windows + M3.5.x = M3.5.2
---
 vars/jenkinsEnv.groovy | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index 89bdd53..6f9d21e 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -98,9 +98,9 @@ class jenkinsEnv implements Serializable {
                         return 'Maven 3.3.9 (Windows)'
                     case ~/^3\.5\.[x4]$/:
                     case '3.x.x':
-                        return 'Maven 3.5.4 (Windows)'
+                        return 'Maven 3.5.2 (Windows)'
                     default:
-                        return 'Maven 3.5.4 (Windows)'
+                        return 'Maven 3.5.2 (Windows)'
                 }
             default:
                 return null