This is an automated email from the ASF dual-hosted git repository. khmarbaise pushed a commit to branch MDEP-898 in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
commit 44b7d72dbd4ba2c73c6fa497c7a12d7a4ff75686 Author: Karl Heinz Marbaise <khmarba...@apache.org> AuthorDate: Mon Nov 13 19:34:20 2023 +0100 Removed JDK 8, added JDK 21. --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e9f05f7d..b353df73 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,4 +17,4 @@ * under the License. */ -asfMavenTlpPlgnBuild() +asfMavenTlpPlgnBuild(jdks:["11", "17", "21"])