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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 9e6e0d3beb Update Jenkins pipeline to use JDK-21
9e6e0d3beb is described below

commit 9e6e0d3beb7a4b949a960d566b6af92518be260f
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Oct 12 19:45:42 2023 -0400

    Update Jenkins pipeline to use JDK-21
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index b34eb2b9c3..aa8023e130 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
         axes {
           axis {
             name 'JAVA_VERSION'
-            values 'jdk_17_latest', 'jdk_20_latest'
+            values 'jdk_17_latest', 'jdk_21_latest'
           }
         }
         stages {

Reply via email to