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 2019/07/21 16:19:11 UTC

[maven-surefire] branch SUREFIRE-1675 updated: mvn 3.2.x

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

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


The following commit(s) were added to refs/heads/SUREFIRE-1675 by this push:
     new 83407d5  mvn 3.2.x
83407d5 is described below

commit 83407d5d98b82ad06b037779a6b436c593cfa159
Author: tibordigana <ti...@apache.org>
AuthorDate: Sun Jul 21 18:19:00 2019 +0200

    mvn 3.2.x
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 12db96a..84e708e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ properties(
 )
 
 final def oses = ['linux':'ubuntu && !H24 && !H25 && !H28 && !H29 && !H38', '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.2.x']
 // all non-EOL versions and the first EA
 final def jdks = [13, 12, 11, 8, 7]