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


The following commit(s) were added to refs/heads/main by this push:
     new c1e462761 make format of warning consistent on release and download 
page, add date to add emphasis to heed the warning
c1e462761 is described below

commit c1e46276189470eab682c409daa2201affb09d96
Author: Robbie Gemmell <[email protected]>
AuthorDate: Fri Feb 10 16:58:13 2023 +0000

    make format of warning consistent on release and download page, add date to 
add emphasis to heed the warning
---
 src/_layouts/5x_release.md               | 2 +-
 src/components/classic/download/index.md | 4 +++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/_layouts/5x_release.md b/src/_layouts/5x_release.md
index 7195f049c..1d6bb5f45 100644
--- a/src/_layouts/5x_release.md
+++ b/src/_layouts/5x_release.md
@@ -27,7 +27,7 @@ ActiveMQ {{page.version}} Release
 {% endunless %}
 {% if isCurrentRelease and page.version contains "5.16." %}
 <div class="alert alert-warning">
-  NOTE: This is the last planned 5.16.x release. Users should upgrade to the 
current 5.17.x stream for ongoing releases. See the <a 
href="{{site.baseurl}}/components/classic/download" class="alert-link">download 
page</a>.
+  NOTE: This is the last planned 5.16.x release. As first announced in May 
2022, users should upgrade for ongoing releases. See the <a 
href="{{site.baseurl}}/components/classic/download" class="alert-link">download 
page</a>.
 </div>
 {% endif %}
 
diff --git a/src/components/classic/download/index.md 
b/src/components/classic/download/index.md
index eb994a430..0f5932bc4 100644
--- a/src/components/classic/download/index.md
+++ b/src/components/classic/download/index.md
@@ -18,7 +18,9 @@ It is important to [verify the 
integrity](#verify-the-integrity-of-downloads) of
 [Release Notes]({{ release.release_notes }}) | [Release Page]({{release.url}}) 
| [Documentation](../documentation) | Java compatibility: 
**{{release.java_version}}**
 {% if release.version contains "5.16." %}
 
-**NOTE**: This is the last planned 5.16.x release. Users should upgrade to the 
current 5.17.x stream for ongoing releases.
+<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)

Reply via email to