From c3c3c8486fe14fdb4da157d80c2863b37bb4c0a3 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 29 Oct 2023 11:42:07 +0100 Subject: [PATCH] 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 f60cc67642..483c854643 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]