Skip to content

Commit 730e94e

Browse files
committed
Update md files in preparation of the 6.2.0 release
1 parent d3de142 commit 730e94e

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,13 @@ Getting Started
1818
To help you get started, try the following links:
1919

2020
Getting Started
21-
- https://activemq.apache.org/version-5-getting-started.html
21+
- You need JDK17+ to run Apache ActiveMQ
22+
- After having extracted ActiveMQ binary distribution, you can start ActiveMQ with `./bin/activemq console` (foreground) or `./bin/activemq start`
23+
- Docker images are also available on Docker Hub (https://hub.docker.com/r/apache/activemq-classic)
2224

2325
Building
24-
- [Windows](https://activemq.apache.org/version-5-getting-started.html#installation-procedure-for-windows)
25-
- [Unix](https://activemq.apache.org/version-5-getting-started.html#installation-procedure-for-unix)
26+
- You can build (fast) using Apache Maven: `mvn clean install -DskipTests`
27+
- You can build (including all tests) using Apache Maven: `mvn clean install`
2628

2729
Examples
2830
- https://activemq.apache.org/examples.html

SECURITY.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
| Version | Supported |
66
| ------- | ------------------ |
7-
| 6.0.x | :white_check_mark: |
8-
| 5.18.x | :white_check_mark: |
9-
| 5.17.x | :white_check_mark: |
10-
| <= 5.16.x | :x: |
7+
| 6.2.x | :white_check_mark: |
8+
| 6.1.x | :white_check_mark: |
9+
| 6.0.x | :x: |
10+
| 5.19.x | :white_check_mark: |
11+
| <= 5.18.x | :x: |
1112

1213
## Reporting a Vulnerability
1314

0 commit comments

Comments
 (0)