This is an automated email from the ASF dual-hosted git repository. robbie pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/activemq-website.git
commit 1bad286532af535fbe67f290e9086516f332d24e Author: Robbie Gemmell <[email protected]> AuthorDate: Fri Dec 20 21:36:17 2024 +0000 fix Java requirement note to 17+ in 2.39.0 release notes, also update default in release helper scripts --- scripts/release/create-artemis-release-file | 2 +- scripts/release/create-artemis-release-notes | 2 +- src/components/artemis/download/release-notes-2.39.0.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/release/create-artemis-release-file b/scripts/release/create-artemis-release-file index cf3784b5e..1ab37b846 100755 --- a/scripts/release/create-artemis-release-file +++ b/scripts/release/create-artemis-release-file @@ -30,7 +30,7 @@ title: ActiveMQ Artemis {version} shortDescription: Bug fix release. # Docs subdir name for past-releases and previous-docs pages, 'latest' is always used on the main download page. docs_version: {version} -java_version: 11+ +java_version: 17+ --- """ diff --git a/scripts/release/create-artemis-release-notes b/scripts/release/create-artemis-release-notes index d941cb66e..0d5e19de0 100755 --- a/scripts/release/create-artemis-release-notes +++ b/scripts/release/create-artemis-release-notes @@ -33,7 +33,7 @@ type: artemis - Please see the ["Versions"](https://activemq.apache.org/components/artemis/documentation/latest/versions.html) chapter in the User Guide for upgrade instructions. -**Note**: This release requires use of Java 11 or above. +**Note**: This release requires use of Java 17 or above. {release_notes} diff --git a/src/components/artemis/download/release-notes-2.39.0.md b/src/components/artemis/download/release-notes-2.39.0.md index 8556e5a5b..20d443669 100644 --- a/src/components/artemis/download/release-notes-2.39.0.md +++ b/src/components/artemis/download/release-notes-2.39.0.md @@ -8,7 +8,7 @@ type: artemis - Please see the ["Versions"](https://activemq.apache.org/components/artemis/documentation/latest/versions.html) chapter in the User Guide for upgrade instructions. -**Note**: This release requires use of Java 11 or above. +**Note**: This release requires use of Java 17 or above. ## Bugs Fixed --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
