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 2b4f12bb91758f0e1447ffd1c94027300b8ac940 Author: Robbie Gemmell <[email protected]> AuthorDate: Mon Nov 20 12:32:27 2023 +0000 Revert "Update" This reverts commit b039d52c0575e2c1c4adaeaf55a24e780a51fe0c. --- src/components/classic/download/index.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/components/classic/download/index.md b/src/components/classic/download/index.md index 58d64b41d..eea64b444 100644 --- a/src/components/classic/download/index.md +++ b/src/components/classic/download/index.md @@ -11,13 +11,6 @@ It is important to [verify the integrity](#verify-the-integrity-of-downloads) of {% assign releases = site["5x_releases"] | reverse %} -#### ActiveMQ 6.0.0 (Nov 17th, 2023) -[Release Notes](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12311210&version=12352570) | [Release Page](https://activemq.apache.org/activemq-6000000-release) | [Documentation](../documentation) | Java compatibility: **17/20/21** - -Windows|[apache-activemq-6.0.0-bin.zip](https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.0.0/apache-activemq-6.0.0-bin.zip&action=download)|[SHA512](https://downloads.apache.org/activemq/6.0.0/apache-activemq-6.0.0-bin.zip.sha512)|[GPG Signature](https://downloads.apache.org/activemq/6.0.0/apache-activemq-6.0.0-bin.zip.asc) -Unix/Linux/Cygwin|[apache-activemq-6.0.0-bin.tar.gz](https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.0.0/apache-activemq-6.0.0-bin.tar.gz&action=download)|[SHA512](https://downloads.apache.org/activemq/6.0.0/apache-activemq-6.0.0-bin.tar.gz.sha512)|[GPG Signature](https://downloads.apache.org/activemq/6.0.0/apache-activemq-6.0.0-bin.tar.gz.asc) -Source Code Distribution:|[activemq-parent-6.0.0-source-release.zip](https://www.apache.org/dyn/closer.cgi?filename=/activemq/6.0.0/activemq-parent-6.0.0-source-release.zip&action=download)|[SHA512](https://downloads.apache.org/activemq/6.0.0/activemq-parent-6.0.0-source-release.zip.sha512)|[GPG Signature](https://downloads.apache.org/activemq/6.0.0/activemq-parent-6.0.0-source-release.zip.asc) - {% for current_release in site.data.current_releases["5x"] %} {% for release in releases %} {% if release.version contains current_release %}
