This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/main by this push:
new c13973ea10 Update pipeline to use JDK-19 instead of JDK-18
c13973ea10 is described below
commit c13973ea10119518e29d1e4b68f8a376a2c50352
Author: Andriy Redko <[email protected]>
AuthorDate: Tue Dec 6 20:23:41 2022 -0500
Update pipeline to use JDK-19 instead of JDK-18
---
Jenkinsfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Jenkinsfile b/Jenkinsfile
index 9cd1a4da6f..524939b0ed 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@ pipeline {
axes {
axis {
name 'JAVA_VERSION'
- values 'jdk_17_latest', 'jdk_18_latest'
+ values 'jdk_17_latest', 'jdk_19_latest'
}
}
stages {