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-lib.git
The following commit(s) were added to refs/heads/master by this push:
new cf43964 no need to test anymore with '3.0.x'
cf43964 is described below
commit cf4396464a7d8ea19507e49c78dad77f94256bc7
Author: Olivier Lamy <[email protected]>
AuthorDate: Wed Oct 3 15:30:08 2018 +1000
no need to test anymore with '3.0.x'
---
vars/asfMavenTlpPlgnBuild.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vars/asfMavenTlpPlgnBuild.groovy b/vars/asfMavenTlpPlgnBuild.groovy
index 61abdf5..dc07d6e 100644
--- a/vars/asfMavenTlpPlgnBuild.groovy
+++ b/vars/asfMavenTlpPlgnBuild.groovy
@@ -35,7 +35,7 @@ def call(Map params = [:]) {
def oses = params.containsKey('os') ? params.os : ['linux', 'windows']
def jdks = params.containsKey('jdks') ? params.jdks :
params.containsKey('jdk') ? params.jdk : ['7','8','9','10']
def jdkMin = jdks[0];
- def mavens = params.containsKey('maven') ? params.maven :
['3.0.x','3.2.x','3.3.x','3.5.x']
+ def mavens = params.containsKey('maven') ? params.maven :
['3.2.x','3.3.x','3.5.x']
// def failFast = params.containsKey('failFast') ? params.failFast : true
// Just temporarily
def failFast = false;