Skip to content

Commit b5da00a

Browse files
authored
[ISSUE #9936] Release Apache RocketMQ 5.4.0 (#9937)
1 parent 4b187c6 commit b5da00a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,21 +49,21 @@ $ java -version
4949
java version "1.8.0_121"
5050
```
5151

52-
For Windows users, click [here](https://dist.apache.org/repos/dist/release/rocketmq/5.3.4/rocketmq-all-5.3.4-bin-release.zip) to download the 5.3.4 RocketMQ binary release,
52+
For Windows users, click [here](https://dist.apache.org/repos/dist/release/rocketmq/5.4.0/rocketmq-all-5.4.0-bin-release.zip) to download the 5.4.0 RocketMQ binary release,
5353
unpack it to your local disk, such as `D:\rocketmq`.
5454
For macOS and Linux users, execute following commands:
5555

5656
```shell
5757
# Download release from the Apache mirror
58-
$ wget https://dist.apache.org/repos/dist/release/rocketmq/5.3.4/rocketmq-all-5.3.4-bin-release.zip
58+
$ wget https://dist.apache.org/repos/dist/release/rocketmq/5.4.0/rocketmq-all-5.4.0-bin-release.zip
5959

6060
# Unpack the release
61-
$ unzip rocketmq-all-5.3.4-bin-release.zip
61+
$ unzip rocketmq-all-5.4.0-bin-release.zip
6262
```
6363

6464
Prepare a terminal and change to the extracted `bin` directory:
6565
```shell
66-
$ cd rocketmq-all-5.3.4-bin-release/bin
66+
$ cd rocketmq-all-5.4.0-bin-release/bin
6767
```
6868

6969
**1) Start NameServer**

common/src/main/java/org/apache/rocketmq/common/MQVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
public class MQVersion {
2020

21-
public static final int CURRENT_VERSION = Version.V5_3_4.ordinal();
21+
public static final int CURRENT_VERSION = Version.V5_4_0.ordinal();
2222

2323
public static String getVersionDesc(int value) {
2424
int length = Version.values().length;

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
</issueManagement>
8989

9090
<properties>
91-
<revision>5.3.4</revision>
91+
<revision>5.4.0</revision>
9292
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
9393
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
9494
<project.root>${basedir}</project.root>

0 commit comments

Comments
 (0)