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

[maven-jenkins-env] branch master updated: default latest should be last 3.8.4

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

olamy 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 bd73fb2  default latest should be last 3.8.4
bd73fb2 is described below

commit bd73fb282261d4b17396bc6d55a6e088491aeede
Author: Olivier Lamy <ol...@apache.org>
AuthorDate: Sat Feb 26 12:13:20 2022 +1000

    default latest should be last 3.8.4
---
 vars/jenkinsEnv.groovy | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/vars/jenkinsEnv.groovy b/vars/jenkinsEnv.groovy
index de7f147..cc3d1ab 100644
--- a/vars/jenkinsEnv.groovy
+++ b/vars/jenkinsEnv.groovy
@@ -84,11 +84,11 @@ class jenkinsEnv implements Serializable {
                     case ~/^3\.6\.[x3]$/:
                         return 'maven_3.6.3'
                     case ~/^3\.8\.x$/:
-                        return 'maven_latest'
+                        return 'maven_3.8.4'
                     case '3.x.x':
-                        return 'maven_3.6.3'
+                        return 'maven_3.8.4'
                     default:
-                        return 'maven_3.6.3'
+                        return 'maven_3.8.4'
                 }
             case 'windows':
                 switch(version) {
@@ -105,11 +105,11 @@ class jenkinsEnv implements Serializable {
                     case ~/^3\.6\.[x4]$/:
                         return 'maven_3.6.3_windows'
                     case ~/^3\.8\.x$/:
-                        return 'maven_latest'
+                        return 'maven_3.8.4'
                     case '3.x.x':
-                        return 'maven_latest'
+                        return 'maven_3.8.4'
                     default:
-                        return 'maven_latest'
+                        return 'maven_3.8.4'
                 }
             default:
                 return null