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/01/23 21:58:14 UTC

[maven-surefire] 02/02: investigate only Windows and Mavn 3.6.x + 3.2.x

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

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

commit 1314d6361126c3fa81d6384a43a46528fa1003fa
Author: tibordigana <ti...@apache.org>
AuthorDate: Wed Jan 23 22:57:51 2019 +0100

    investigate only Windows and Mavn 3.6.x + 3.2.x
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ad7bedb..2947ef8 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ properties(
 )
 
 final def oses = ['linux':'ubuntu && !H24', 'windows':'Windows']
-final def mavens = ['3.6.x', '3.5.x', '3.3.x', '3.2.x']
+final def mavens = ['3.6.x', '3.2.x']
 // all non-EOL versions and the first EA
 final def jdks = [12, 11, 8, 7]