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 74d5a378a Update current 5.x releases
74d5a378a is described below

commit 74d5a378a6be4938931604427e8930519cc43f6c
Author: Jean-Baptiste Onofré <jbono...@apache.org>
AuthorDate: Sun Mar 26 08:32:50 2023 +0200

    Update current 5.x releases
---
 src/_data/current_releases.yml           | 2 +-
 src/components/classic/download/index.md | 6 ------
 src/components/classic/index.md          | 4 ++--
 3 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/src/_data/current_releases.yml b/src/_data/current_releases.yml
index cbb198484..76a49027d 100644
--- a/src/_data/current_releases.yml
+++ b/src/_data/current_releases.yml
@@ -2,8 +2,8 @@
 artemis:
   - "2.28."
 5x:
+  - "5.18."
   - "5.17."
-  - "5.16."
 nms_amqp:
   - "2.0."
 nms_api:
diff --git a/src/components/classic/download/index.md 
b/src/components/classic/download/index.md
index 0f5932bc4..6f360bbd6 100644
--- a/src/components/classic/download/index.md
+++ b/src/components/classic/download/index.md
@@ -16,12 +16,6 @@ It is important to [verify the 
integrity](#verify-the-integrity-of-downloads) of
         {% if release.version contains current_release %}
 #### ActiveMQ {{release.version}} ({{release.release_date | date_to_string: 
"ordinal", "US"}})
 [Release Notes]({{ release.release_notes }}) | [Release Page]({{release.url}}) 
| [Documentation](../documentation) | Java compatibility: 
**{{release.java_version}}**
-{% if release.version contains "5.16." %}
-
-<div class="alert alert-warning">
-NOTE: This is the last planned 5.16.x release. As originally announced in May 
2022, users should upgrade for ongoing releases.
-</div>
-{% endif %}
 
 
Windows|[apache-activemq-{{release.version}}-bin.zip](https://www.apache.org/dyn/closer.cgi?filename=/activemq/{{release.version}}/apache-activemq-{{release.version}}-bin.zip&action=download)|[SHA512](https://downloads.apache.org/activemq/{{release.version}}/apache-activemq-{{release.version}}-bin.zip.sha512)|[GPG
 
Signature](https://downloads.apache.org/activemq/{{release.version}}/apache-activemq-{{release.version}}-bin.zip.asc)
 
Unix/Linux/Cygwin|[apache-activemq-{{release.version}}-bin.tar.gz](https://www.apache.org/dyn/closer.cgi?filename=/activemq/{{release.version}}/apache-activemq-{{release.version}}-bin.tar.gz&action=download)|[SHA512](https://downloads.apache.org/activemq/{{release.version}}/apache-activemq-{{release.version}}-bin.tar.gz.sha512)|[GPG
 
Signature](https://downloads.apache.org/activemq/{{release.version}}/apache-activemq-{{release.version}}-bin.tar.gz.asc)
diff --git a/src/components/classic/index.md b/src/components/classic/index.md
index 7ffc3f63d..7cbec2a7a 100644
--- a/src/components/classic/index.md
+++ b/src/components/classic/index.md
@@ -8,7 +8,7 @@ project_color: pink
 
 Apache ActiveMQ&reg; is the most popular and powerful open source messaging 
and [Integration Patterns](../../enterprise-integration-patterns) server.
 
-Apache ActiveMQ is fast, supports many [Cross Language Clients and 
Protocols](../../cross-language-clients), comes with easy to use [Enterprise 
Integration Patterns](../../enterprise-integration-patterns) and many [advanced 
features](../../features) while fully supporting [JMS 
1.1](http://java.sun.com/products/jms/) and J2EE 1.4\. Apache ActiveMQ is 
released under the [Apache](http://www.apache.org/) [2.0 
License](http://www.apache.org/licenses/LICENSE-2.0)
+Apache ActiveMQ is fast, supports many [Cross Language Clients and 
Protocols](../../cross-language-clients), comes with easy to use [Enterprise 
Integration Patterns](../../enterprise-integration-patterns) and many [advanced 
features](../../features) while fully supporting [JMS 1.1 & JMS 
2.0](http://java.sun.com/products/jms/) and J2EE 1.4+\. Apache ActiveMQ is 
released under the [Apache](http://www.apache.org/) [2.0 
License](http://www.apache.org/licenses/LICENSE-2.0)
 
 Grab yourself a [download](../../download), review our [Getting Started 
Guide](../../getting-started), surf our [FAQ](../../faq), or start 
[contributing](../../contributing).
 
@@ -23,7 +23,7 @@ Grab yourself a [download](../../download), review our 
[Getting Started Guide](.
     *   [MQTT](../../mqtt) v3.1 support allowing for connections in an IoT 
environment.
 *   full support for the [Enterprise Integration 
Patterns](../../enterprise-integration-patterns) both in the JMS client and the 
Message Broker
 *   Supports many [advanced features](../../features) such as [Message 
Groups](../../message-groups), [Virtual 
Destinations](../../virtual-destinations), [Wildcards](../../wildcards) and 
[Composite Destinations](../../composite-destinations)
-*   Fully supports JMS 1.1 and J2EE 1.4 with support for transient, 
persistent, transactional and XA messaging
+*   Fully supports JMS 1.1 & 2.0 and J2EE 1.4+ with support for transient, 
persistent, transactional and XA messaging
 *   [Spring Support](../../spring-support) so that ActiveMQ can be easily 
embedded into Spring applications and configured using Spring's XML 
configuration mechanism
 *   Tested inside popular J2EE servers such as 
[TomEE](http://tomee.apache.org/), [Geronimo](http://geronimo.apache.org/), 
JBoss, GlassFish and WebLogic
     *   Includes [JCA 1.5 resource adaptors](../../resource-adapter) for 
inbound & outbound messaging so that ActiveMQ should auto-deploy in any J2EE 
1.4 compliant server

Reply via email to