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 21:57:39 UTC

[maven-surefire] branch jenkins updated: working with Maven 3.1.1

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 1aebf22  working with Maven 3.1.1
1aebf22 is described below

commit 1aebf22c7a634a4059d75e161365b9299638d665
Author: tibordigana <ti...@apache.org>
AuthorDate: Thu Feb 13 22:57:32 2020 +0100

    working with Maven 3.1.1
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 6cd2664..240428d 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.6.x']
+final def mavens = env.BRANCH_NAME == 'master' ? ['3.6.x', '3.2.x'] : ['3.1.x']
 // all non-EOL versions and the first EA
 final def jdks = [14, 13, 11, 8, 7]