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.git


The following commit(s) were added to refs/heads/main by this push:
     new 730e94e33b Update md files in preparation of the 6.2.0 release
730e94e33b is described below

commit 730e94e33b458a50d9b6e5226b8bad59a4011b33
Author: JB Onofré <[email protected]>
AuthorDate: Sat Nov 8 07:34:27 2025 +0100

    Update md files in preparation of the 6.2.0 release
---
 README.md   | 8 +++++---
 SECURITY.md | 9 +++++----
 2 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index 905fa35520..763428cfe0 100644
--- a/README.md
+++ b/README.md
@@ -18,11 +18,13 @@ Getting Started
 To help you get started, try the following links:
 
 Getting Started
-- https://activemq.apache.org/version-5-getting-started.html
+- You need JDK17+ to run Apache ActiveMQ
+- After having extracted ActiveMQ binary distribution, you can start ActiveMQ 
with `./bin/activemq console` (foreground) or `./bin/activemq start`
+- Docker images are also available on Docker Hub 
(https://hub.docker.com/r/apache/activemq-classic)
 
 Building
-- 
[Windows](https://activemq.apache.org/version-5-getting-started.html#installation-procedure-for-windows)
-- 
[Unix](https://activemq.apache.org/version-5-getting-started.html#installation-procedure-for-unix)
+- You can build (fast) using Apache Maven: `mvn clean install -DskipTests`
+- You can build (including all tests) using Apache Maven: `mvn clean install`
 
 Examples
 - https://activemq.apache.org/examples.html
diff --git a/SECURITY.md b/SECURITY.md
index 84778b948e..f538f223c9 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -4,10 +4,11 @@
 
 | Version | Supported          |
 | ------- | ------------------ |
-| 6.0.x   | :white_check_mark: |
-| 5.18.x   | :white_check_mark: |
-| 5.17.x   | :white_check_mark: |
-| <= 5.16.x | :x:                |
+| 6.2.x   | :white_check_mark: |
+| 6.1.x   | :white_check_mark: |
+| 6.0.x   | :x: |
+| 5.19.x   | :white_check_mark: |
+| <= 5.18.x | :x:                |
 
 ## Reporting a Vulnerability
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information, visit: https://activemq.apache.org/contact


Reply via email to