You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by cs...@apache.org on 2022/04/22 16:19:53 UTC

[maven] branch master updated: Drop Java 16 from matrix

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

cstamas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
     new bdfd8de96 Drop Java 16 from matrix
bdfd8de96 is described below

commit bdfd8de968d237f1a52008da1551aed43aa61a4b
Author: Tamas Cservenak <ta...@cservenak.net>
AuthorDate: Fri Apr 22 18:19:28 2022 +0200

    Drop Java 16 from matrix
    
    8, 11 and 17 is good enough
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 60d4e8e23..924859d43 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -23,7 +23,7 @@ def buildOs = 'linux'
 def buildJdk = '8'
 def buildMvn = '3.6.3'
 def runITsOses = ['linux', 'windows']
-def runITsJdks = ['8', '11', '16', '17']
+def runITsJdks = ['8', '11', '17']
 def runITsMvn = '3.6.3'
 def runITscommand = "mvn clean install -Prun-its,embedded -B -U -V" // -DmavenDistro=... -Dmaven.test.failure.ignore=true
 def tests