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 18d84b490d8c9c2b5d23c50344d28ea38ce0cc15 Author: Robbie Gemmell <[email protected]> AuthorDate: Fri Dec 15 11:10:18 2023 +0000 remove stale now-unused note --- src/_includes/artemis_release.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/_includes/artemis_release.md b/src/_includes/artemis_release.md index 86469b819..63caa4ccb 100644 --- a/src/_includes/artemis_release.md +++ b/src/_includes/artemis_release.md @@ -5,10 +5,7 @@ {% endif %} #### ActiveMQ Artemis {{include.release.version}} ({{include.release.release_date | date_to_string: "ordinal", "US"}}) [Release Notes](release-notes-{{include.release.version}}) | [Git Report](commit-report-{{include.release.version}}) | [Documentation:](../documentation/{{docs_version}}) [HTML](../documentation/{{docs_version}}) / [PDF](../documentation/{{docs_version}}/book.pdf) | Java compatibility: **{{java_version}}** -{% if include.is_current_release and release.version contains "2.19." %} -**NOTE**: This is the last planned 2.19.x release. Users should upgrade to the latest stream for ongoing releases. -{% endif %} {% if include.is_current_release %} tar.gz:|[apache-artemis-{{include.release.version}}-bin.tar.gz](https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis/{{include.release.version}}/apache-artemis-{{include.release.version}}-bin.tar.gz&action=download)|[SHA512](https://downloads.apache.org/activemq/activemq-artemis/{{include.release.version}}/apache-artemis-{{include.release.version}}-bin.tar.gz.sha512)|[GPG Signature](https://downloads.apache.org/activemq/activemq-artemis/{{include.release.version}}/apa [...] ZIP:|[apache-artemis-{{include.release.version}}-bin.zip](https://www.apache.org/dyn/closer.cgi?filename=activemq/activemq-artemis/{{include.release.version}}/apache-artemis-{{include.release.version}}-bin.zip&action=download)|[SHA512](https://downloads.apache.org/activemq/activemq-artemis/{{include.release.version}}/apache-artemis-{{include.release.version}}-bin.zip.sha512)|[GPG Signature](https://downloads.apache.org/activemq/activemq-artemis/{{include.release.version}}/apache-artemis- [...]
