This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-website.git
The following commit(s) were added to refs/heads/main by this push:
new b039d52c0 Update
b039d52c0 is described below
commit b039d52c0575e2c1c4adaeaf55a24e780a51fe0c
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Nov 19 17:37:16 2023 +0100
Update
---
src/components/classic/download/index.md | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/src/components/classic/download/index.md
b/src/components/classic/download/index.md
index eea64b444..58d64b41d 100644
--- a/src/components/classic/download/index.md
+++ b/src/components/classic/download/index.md
@@ -11,6 +11,13 @@ 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 %}