You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2021/06/18 02:00:20 UTC

[cxf] branch master updated: Updated Jenkins pipeline build matrix to use JDK-16 instead of JDK-15

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2e5c79c  Updated Jenkins pipeline build matrix to use JDK-16 instead of JDK-15
2e5c79c is described below

commit 2e5c79c6232296157e0e9653f7501aa1beb5946d
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Thu Jun 17 21:59:58 2021 -0400

    Updated Jenkins pipeline build matrix to use JDK-16 instead of JDK-15
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index f52d35a..6d00684 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
         axes {
           axis {
             name 'JAVA_VERSION'
-            values 'jdk_1.8_latest', 'jdk_11_latest', 'jdk_15_latest'
+            values 'jdk_1.8_latest', 'jdk_11_latest', 'jdk_16_latest'
           }
         }
         stages {