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 22:06:59 UTC

[maven-surefire] branch jenkins updated: add Maven 3.0.x

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

tibordigana pushed a commit to branch jenkins
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git


The following commit(s) were added to refs/heads/jenkins by this push:
     new a33b119  add Maven 3.0.x
a33b119 is described below

commit a33b119740301ffb0d11cdf953d8413da1b419d3
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Feb 13 23:06:52 2020 +0100

    add Maven 3.0.x
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index aada11c..54886dc 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ properties(
 )
 
 final def oses = ['linux':'ubuntu && !H23 && !H29 && !H30 && !H40 && !H41', 'windows':'Windows']
-final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.1.x']
+final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.0.x']
 // all non-EOL versions and the first EA
 final def jdks = [14, 13, 11, 8, 7]