This is an automated email from the ASF dual-hosted git repository.
jinrongtong pushed a commit to branch new-official-website
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git
The following commit(s) were added to refs/heads/new-official-website by this
push:
new 15f477cd4 Update 5.1.1 version in website (#559)
15f477cd4 is described below
commit 15f477cd4b61406875bb2feb988396853a0965b7
Author: rongtong <[email protected]>
AuthorDate: Sat May 20 11:05:49 2023 +0800
Update 5.1.1 version in website (#559)
* Update 5.1.1 version in website
* Update 5.1.1 version in website
---
.../version-5.0/02-quickStart/01quickstart.md | 12 ++++++------
release-notes/2023-02-16-5.1.0.md | 4 ++--
release-notes/2023-05-18-4.9.6.md | 2 +-
src/pages/download.md | 3 ++-
versioned_docs/version-5.0/02-quickStart/01quickstart.md | 12 ++++++------
5 files changed, 17 insertions(+), 16 deletions(-)
diff --git
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/01quickstart.md
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/01quickstart.md
index 60dc14a34..a7f7b4486 100644
---
a/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/01quickstart.md
+++
b/i18n/en/docusaurus-plugin-content-docs/version-5.0/02-quickStart/01quickstart.md
@@ -13,19 +13,19 @@ This section will describe steps to quickly deploy a
RocketMQ cluster with a sin
:::tip Download RocketMQ
-Apache RocketMQ is distributed both in binary and source packages. Click
[here](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip)
to download Apache RocketMQ 5.1.0 source package. You may prefer [prebuilt
binary
package](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip),
which can be run directly since it has been compiled.
+Apache RocketMQ is distributed both in binary and source packages. Click
[here](https://dist.apache.org/repos/dist/release/rocketmq/5.1.1/rocketmq-all-5.1.1-source-release.zip)
to download Apache RocketMQ 5.1.1 source package. You may prefer [prebuilt
binary
package](https://dist.apache.org/repos/dist/release/rocketmq/5.1.1/rocketmq-all-5.1.1-bin-release.zip),
which can be run directly since it has been compiled.
:::
-The following instruction takes the application of RocketMQ 5.1.0 source
package in Linux environment as an example in order to introduce the
installation process of RocketMQ.
+The following instruction takes the application of RocketMQ 5.1.1 source
package in Linux environment as an example in order to introduce the
installation process of RocketMQ.
-Extract the source package of RocketMQ 5.1.0, then compile and build the
binary executables:
+Extract the source package of RocketMQ 5.1.1, then compile and build the
binary executables:
```shell
-$ unzip rocketmq-all-5.1.0-source-release.zip
-$ cd rocketmq-all-5.1.0-source-release/
+$ unzip rocketmq-all-5.1.1-source-release.zip
+$ cd rocketmq-all-5.1.1-source-release/
$ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.1.0/rocketmq-5.1.0
+$ cd distribution/target/rocketmq-5.1.1/rocketmq-5.1.1
```
## 2. Start NameServer
diff --git a/release-notes/2023-02-16-5.1.0.md
b/release-notes/2023-02-16-5.1.0.md
index dab7c3942..80cabb6b2 100644
--- a/release-notes/2023-02-16-5.1.0.md
+++ b/release-notes/2023-02-16-5.1.0.md
@@ -9,8 +9,8 @@ tags:
---
:::tip Download the 5.1.0 release
-- Source:
[rocketmq-all-5.1.0-source-release.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip)
[[PGP](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip.asc)]
[[SHA512](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip.sha512)]
-- Binary:
[rocketmq-all-5.1.0-bin-release.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip)
[[PGP](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip.asc)]
[[SHA512](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip.sha512)]
+- Source:
[rocketmq-all-5.1.0-source-release.zip](https://archive.apache.org/dist/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip)
[[PGP](https://archive.apache.org/dist/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip.asc)]
[[SHA512](https://archive.apache.org/dist/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip.sha512)]
+- Binary:
[rocketmq-all-5.1.0-bin-release.zip](https://archive.apache.org/dist/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip)
[[PGP](https://archive.apache.org/dist/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip.asc)]
[[SHA512](https://archive.apache.org/dist/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip.sha512)]
:::
<!--truncate-->
diff --git a/release-notes/2023-05-18-4.9.6.md
b/release-notes/2023-05-18-4.9.6.md
index a2c2f9bcc..ffb00dbed 100644
--- a/release-notes/2023-05-18-4.9.6.md
+++ b/release-notes/2023-05-18-4.9.6.md
@@ -21,4 +21,4 @@ Below is a summary of the issues addressed in the 4.9.6
release of RocketMQ. For
* Remove the filter server module by @RongtongJin
* [ISSUE #6758] Prepare to release version 4.9.6 by @RongtongJin in
https://github.com/apache/rocketmq/pull/6759
-**Full Changelog**:
https://github.com/apache/rocketmq/compare/rocketmq-all-4.9.5...rocketmq-all-4.9.6
+**Full Changelog**:
https://github.com/apache/rocketmq/compare/rocketmq-all-4.9.5...rocketmq-all-4.9.6
\ No newline at end of file
diff --git a/src/pages/download.md b/src/pages/download.md
index f20d0d626..2a027a661 100644
--- a/src/pages/download.md
+++ b/src/pages/download.md
@@ -7,7 +7,8 @@
## RocketMQ
| 版本 | 文档 |
发布日期 | Source 下载
| Binary 下载
| End of Support |
|----------------------|---------------------------------------------------|------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|
-------------- |
-| **5.1.0** | [Release Notes](/release-notes/2023/02/16/5.1.0/) |
2022.9.22 |
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip)
|
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip)
| |
+| **5.1.1** | [Release Notes](/release-notes/2023/05/15/5.1.1/) |
2023.5.19 |
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.1/rocketmq-all-5.1.1-source-release.zip)
|
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.1/rocketmq-all-5.1.1-bin-release.zip)
| |
+| **5.1.0** | [Release Notes](/release-notes/2023/02/16/5.1.0/) |
2023.2.16 |
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip)
| |
| **5.0.0** | [Release Notes](/release-notes/2022/09/09/5.0.0/) |
2022.9.22 |
[download.zip](https://archive.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/5.0.0/rocketmq-all-5.0.0-bin-release.zip)
| |
| **4.9.5** | [Release Notes](/release-notes/2023/03/26/4.9.5) |
2023.4.1 |
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/4.9.5/rocketmq-all-4.9.5-source-release.zip)
|
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/4.9.5/rocketmq-all-4.9.5-bin-release.zip)
| 2024/01 |
| **4.9.4** | [Release Notes](/release-notes/2022/03/04/4.9.4) |
2022.6.27 |
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.4/rocketmq-all-4.9.4-bin-release.zip)
| |
diff --git a/versioned_docs/version-5.0/02-quickStart/01quickstart.md
b/versioned_docs/version-5.0/02-quickStart/01quickstart.md
index 00bca1cf1..bbda7e298 100644
--- a/versioned_docs/version-5.0/02-quickStart/01quickstart.md
+++ b/versioned_docs/version-5.0/02-quickStart/01quickstart.md
@@ -13,19 +13,19 @@
:::tip RocketMQ下载
-RocketMQ 的安装包分为两种,二进制包和源码包。
点击[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-source-release.zip)
下载 Apache RocketMQ
5.1.0的源码包。你也可以从[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.0/rocketmq-all-5.1.0-bin-release.zip)
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
+RocketMQ 的安装包分为两种,二进制包和源码包。
点击[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.1/rocketmq-all-5.1.1-source-release.zip)
下载 Apache RocketMQ
5.1.1的源码包。你也可以从[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.1/rocketmq-all-5.1.1-bin-release.zip)
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
:::
-这里以在Linux环境下利用社区5.1.0的源码包为例,介绍RocketMQ安装过程。
+这里以在Linux环境下利用社区5.1.1的源码包为例,介绍RocketMQ安装过程。
-解压5.1.0的源码包并编译构建二进制可执行文件
+解压5.1.1的源码包并编译构建二进制可执行文件
```shell
-$ unzip rocketmq-all-5.1.0-source-release.zip
-$ cd rocketmq-all-5.1.0-source-release/
+$ unzip rocketmq-all-5.1.1-source-release.zip
+$ cd rocketmq-all-5.1.1-source-release/
$ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.1.0/rocketmq-5.1.0
+$ cd distribution/target/rocketmq-5.1.1/rocketmq-5.1.1
```
## 2. 启动NameServer