You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by bo...@apache.org on 2021/02/03 17:25:06 UTC

[myfaces] branch master updated: rollback to 14 instead of 15

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

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


The following commit(s) were added to refs/heads/master by this push:
     new bc51c9d  rollback to 14 instead of 15
     new 7c496f3  Merge pull request #171 from bohmber/master-jenkins
bc51c9d is described below

commit bc51c9d4f0bb1886de590ad23f611973abaf3aca
Author: Bernd Bohmann <bo...@apache.org>
AuthorDate: Wed Feb 3 18:23:44 2021 +0100

    rollback to 14 instead of 15
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 65eccf5..e348ee9 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -42,7 +42,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_14_latest'
                     }
                 }