This is an automated email from the ASF dual-hosted git repository. lofwyr pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git The following commit(s) were added to refs/heads/master by this push: new 6143de0 Jenkins use JDK 15 (instead of 14) 6143de0 is described below commit 6143de0aabf1026a00f69293531d10f75ed9677a Author: Udo Schnurpfeil AuthorDate: Fri Oct 2 10:17:09 2020 +0200 Jenkins use JDK 15 (instead of 14) --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6004ee4..be6258d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -43,7 +43,7 @@ pipeline { axes { axis { name 'JAVA_VERSION' - values 'JDK 1.8 (latest)', 'JDK 11 (latest)', 'JDK 14 (latest)' + values 'JDK 1.8 (latest)', 'JDK 11 (latest)', 'JDK 15 (latest)' } }