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 dad173b Updated Jenkins pipeline build matrix to use JDK-16 instead
of JDK-15
dad173b is described below
commit dad173bd043cbbf214acf76e8407deec712d8ecf
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Jun 17 21:59:58 2021 -0400
Updated Jenkins pipeline build matrix to use JDK-16 instead of JDK-15
(cherry picked from commit 2e5c79c6232296157e0e9653f7501aa1beb5946d)
---
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 {