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

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

commit ed2bffbc774a906eb567319eefac4cde91dfc469
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Oct 29 11:42:07 2023 +0100

    Use Maven 3.x.x and 3.6.3 on Jenkins
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f60cc6764..483c85464 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -31,7 +31,7 @@ properties(
 )
 // final def oses = ['linux':'ubuntu && maven', 'windows':'windows-he']
 final def oses = ['linux':'ubuntu && maven']
-final def mavens = env.BRANCH_NAME == 'master' ? ['3.8.x', '3.2.x'] : ['3.8.x']
+final def mavens = env.BRANCH_NAME == 'master' ? ['3.x.x', '3.6.3'] : ['3.x.x']
 // all non-EOL versions and the first EA
 final def jdks = [20, 17, 11, 8]
 

Reply via email to