From de7a8738ea19eca6542f978c3be5ea6013810c22 Mon Sep 17 00:00:00 2001 From: "AO Industries, Inc" Date: Fri, 7 Jul 2023 23:44:34 +0000 Subject: [PATCH 1/2] Released semanticcms-parent-1.17.2 --- book/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/book/pom.xml b/book/pom.xml index 86e4833..3a9e133 100644 --- a/book/pom.xml +++ b/book/pom.xml @@ -25,7 +25,7 @@ along with semanticcms-file-model. If not, see . 4.0.0 - com.semanticcmssemanticcms-parent1.17.1-POST-SNAPSHOT + com.semanticcmssemanticcms-parent1.17.2-POST-SNAPSHOT ../../../parent/pom.xml diff --git a/pom.xml b/pom.xml index 51b6b8a..c68a6d1 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ along with semanticcms-file-model. If not, see . 4.0.0 - com.semanticcmssemanticcms-parent1.17.1-POST-SNAPSHOT + com.semanticcmssemanticcms-parent1.17.2-POST-SNAPSHOT ../../parent/pom.xml From 5d3d84802ce69e3e69ed61cb042b7e530419545e Mon Sep 17 00:00:00 2001 From: "AO Industries, Inc" Date: Tue, 11 Jul 2023 00:14:34 +0000 Subject: [PATCH 2/2] Replaced JDK 19 with JDK 20 in Jenkins build matrices. --- Jenkinsfile | 14 +++++++------- book/Jenkinsfile | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 2127f54..2bd1f5f 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -49,11 +49,11 @@ def upstreamProjects = [ * Defaults to '17' * * * * buildJdks The array of JDK versions that will build. * - * Defaults to ['11', '17', '19'] * + * Defaults to ['11', '17', '20'] * * Changes must be copied to matrix axes! * * * * testJdks The array of JDK versions that will test against every build JDK. * - * Defaults to ['11', '17', '19'] * + * Defaults to ['11', '17', '20'] * * Changes must be copied to matrix axes! * * * * upstreamProjects The array of relative paths to upstream projects. * @@ -148,13 +148,13 @@ if (!binding.hasVariable('deployJdk')) { if (!binding.hasVariable('buildJdks')) { binding.setVariable( 'buildJdks', - ['11', '17', '19'] // Changes must be copied to matrix axes! + ['11', '17', '20'] // Changes must be copied to matrix axes! ) } if (!binding.hasVariable('testJdks')) { binding.setVariable( 'testJdks', - ['11', '17', '19'] // Changes must be copied to matrix axes! + ['11', '17', '20'] // Changes must be copied to matrix axes! ) } if (!binding.hasVariable('upstreamProjects')) { @@ -762,7 +762,7 @@ pipeline { axes { axis { name 'jdk' - values '11', '17', '19' // buildJdks + values '11', '17', '20' // buildJdks } } stages { @@ -808,11 +808,11 @@ pipeline { axes { axis { name 'jdk' - values '11', '17', '19' // buildJdks + values '11', '17', '20' // buildJdks } axis { name 'testJdk' - values '11', '17', '19' // testJdks + values '11', '17', '20' // testJdks } } stages { diff --git a/book/Jenkinsfile b/book/Jenkinsfile index dadc591..fa6f3c0 100644 --- a/book/Jenkinsfile +++ b/book/Jenkinsfile @@ -62,11 +62,11 @@ def upstreamProjects = [ * Defaults to '17' * * * * buildJdks The array of JDK versions that will build. * - * Defaults to ['11', '17', '19'] * + * Defaults to ['11', '17', '20'] * * Changes must be copied to matrix axes! * * * * testJdks The array of JDK versions that will test against every build JDK. * - * Defaults to ['11', '17', '19'] * + * Defaults to ['11', '17', '20'] * * Changes must be copied to matrix axes! * * * * upstreamProjects The array of relative paths to upstream projects. * @@ -161,13 +161,13 @@ if (!binding.hasVariable('deployJdk')) { if (!binding.hasVariable('buildJdks')) { binding.setVariable( 'buildJdks', - ['11', '17', '19'] // Changes must be copied to matrix axes! + ['11', '17', '20'] // Changes must be copied to matrix axes! ) } if (!binding.hasVariable('testJdks')) { binding.setVariable( 'testJdks', - ['11', '17', '19'] // Changes must be copied to matrix axes! + ['11', '17', '20'] // Changes must be copied to matrix axes! ) } if (!binding.hasVariable('upstreamProjects')) { @@ -775,7 +775,7 @@ pipeline { axes { axis { name 'jdk' - values '11', '17', '19' // buildJdks + values '11', '17', '20' // buildJdks } } stages { @@ -821,11 +821,11 @@ pipeline { axes { axis { name 'jdk' - values '11', '17', '19' // buildJdks + values '11', '17', '20' // buildJdks } axis { name 'testJdk' - values '11', '17', '19' // testJdks + values '11', '17', '20' // testJdks } } stages {