You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by de...@apache.org on 2020/08/05 04:56:51 UTC

[cxf] branch master updated: Jenkins: JDK 8 -> JDK 1.8

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

deki 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 d9a7680  Jenkins: JDK 8 -> JDK 1.8
d9a7680 is described below

commit d9a7680ec5978fe9f4338bede5de4e0d020acdb3
Author: Dennis Kieselhorst <de...@apache.org>
AuthorDate: Wed Aug 5 06:56:28 2020 +0200

    Jenkins: JDK 8 -> JDK 1.8
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 63d7627..1dd043e 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
         axes {
           axis {
             name 'JAVA_VERSION'
-            values 'JDK 8 (latest)', 'JDK 11 (latest)'
+            values 'JDK 1.8 (latest)', 'JDK 11 (latest)'
           }
         }
         stages {