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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

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

    Update Jenkins pipeline to use JDK-21
    
    (cherry picked from commit 9e6e0d3beb7a4b949a960d566b6af92518be260f)
    
    # Conflicts:
    #       Jenkinsfile
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index ebf88fa85b..e1a486e0cb 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
         axes {
           axis {
             name 'JAVA_VERSION'
-            values 'jdk_11_latest', 'jdk_17_latest', 'jdk_18_latest'
+            values 'jdk_11_latest', 'jdk_17_latest', 'jdk_21_latest'
           }
         }
         stages {

Reply via email to