This is an automated email from the ASF dual-hosted git repository. stephenc 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 572127e No Maven 3.5.2 for windows 572127e is described below commit 572127e57981e9371b0f081cc07bfacdff9b8023 Author: Stephen Connolly <stephen.alan.conno...@gmail.com> AuthorDate: Sun Nov 26 23:11:59 2017 +0000 No Maven 3.5.2 for windows --- vars/jenkinsEnv.groovy | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy index 3e8636b..f4b4bff 100644 --- a/vars/jenkinsEnv.groovy +++ b/vars/jenkinsEnv.groovy @@ -79,13 +79,13 @@ class jenkinsEnv implements Serializable { case '3.3.9': return 'Maven 3.3.9 (Windows)' case '3.x.x': - return 'Maven 3.5.2' + return 'Maven 3.5.0 (Windows)' case '3.5.x': - return 'Maven 3.5.2' + return 'Maven 3.5.0 (Windows)' case '3.5.2': - return 'Maven 3.5.2' + return null default: - return 'Maven 3.5.2' + return 'Maven 3.5.0 (Windows)' } default: return null -- To stop receiving notification emails like this one, please contact ['"commits@maven.apache.org" <commits@maven.apache.org>'].