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/19 17:49:40 UTC

[cxf] branch 3.4.x-fixes updated: Reverted Jenkins pipeline build matrix to use JDK-15 instead of JDK-16 (needs Karaf 4.3.x)

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

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


The following commit(s) were added to refs/heads/3.4.x-fixes by this push:
     new aa5d15f  Reverted Jenkins pipeline build matrix to use JDK-15 instead of JDK-16 (needs Karaf 4.3.x)
aa5d15f is described below

commit aa5d15f2bd08b120eae082ebefb02f80a1e78cb7
Author: Andriy Redko <dr...@gmail.com>
AuthorDate: Sat Jun 19 13:49:17 2021 -0400

    Reverted Jenkins pipeline build matrix to use JDK-15 instead of JDK-16 (needs Karaf 4.3.x)
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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