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 5fff8500b Prepare 5.18.0 release
5fff8500b is described below
commit 5fff8500b6b32ae8ba1f6f6ad4ed7ded0832ea45
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Tue Mar 14 13:55:24 2023 +0100
Prepare 5.18.0 release
---
README.md | 11 ++++++++++-
SECURITY.md | 1 +
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 42e9917c8..68ff306a5 100755
--- a/README.md
+++ b/README.md
@@ -1,7 +1,16 @@
Welcome to Apache ActiveMQ
=======================================================================
Apache ActiveMQ is a high performance Apache 2.0 licensed
-Message Broker and JMS 1.1 implementation.
+Message Broker.
+ActiveMQ supports several API and protocols:
+- JMS 1.1, 2.0.3, 3.1.0
+- AMQP
+- MQTT
+- HTTP/WS
+ActiveMQ also provides advanced features like:
+- network of brokers
+- scheduling
+- and much more!
Getting Started
===============
diff --git a/SECURITY.md b/SECURITY.md
index caae96ef9..b4949f05d 100644
--- a/SECURITY.md
+++ b/SECURITY.md
@@ -4,6 +4,7 @@
| Version | Supported |
| ------- | ------------------ |
+| 5.18.x | :white_check_mark: |
| 5.17.x | :white_check_mark: |
| 5.16.x | :white_check_mark: |
| <= 5.15.x | :x: |