This is an automated email from the ASF dual-hosted git repository.
caigy 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 9df0af6ff Add Apache RocketMQ 5.1.3 to download page (#574)
9df0af6ff is described below
commit 9df0af6ffa9d2dd6a17367fa827ffb4fcd443a61
Author: rongtong <[email protected]>
AuthorDate: Fri Jun 30 16:39:27 2023 +0800
Add Apache RocketMQ 5.1.3 to download page (#574)
---
.../version-5.0/02-quickStart/01quickstart.md | 12 ++++++------
release-notes/2023-06-12-5.1.2.md | 4 ++--
src/pages/download.md | 3 ++-
versioned_docs/version-5.0/02-quickStart/01quickstart.md | 12 ++++++------
4 files changed, 16 insertions(+), 15 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 8517e4f16..8da276dc2 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.2/rocketmq-all-5.1.2-source-release.zip)
to download Apache RocketMQ 5.1.2 source package. You may prefer [prebuilt
binary
package](https://dist.apache.org/repos/dist/release/rocketmq/5.1.2/rocketmq-all-5.1.2-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.3/rocketmq-all-5.1.3-source-release.zip)
to download Apache RocketMQ 5.1.3 source package. You may prefer [prebuilt
binary
package](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-bin-release.zip),
which can be run directly since it has been compiled.
:::
-The following instruction takes the application of RocketMQ 5.1.2 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.3 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.2, then compile and build the
binary executables:
+Extract the source package of RocketMQ 5.1.3, then compile and build the
binary executables:
```shell
-$ unzip rocketmq-all-5.1.2-source-release.zip
-$ cd rocketmq-all-5.1.2-source-release/
+$ unzip rocketmq-all-5.1.3-source-release.zip
+$ cd rocketmq-all-5.1.3-source-release/
$ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.1.2/rocketmq-5.1.2
+$ cd distribution/target/rocketmq-5.1.3/rocketmq-5.1.3
```
## 2. Start NameServer
diff --git a/release-notes/2023-06-12-5.1.2.md
b/release-notes/2023-06-12-5.1.2.md
index 0c953f66b..0695e159a 100644
--- a/release-notes/2023-06-12-5.1.2.md
+++ b/release-notes/2023-06-12-5.1.2.md
@@ -9,8 +9,8 @@ tags:
---
:::tip Download the 5.1.2 release
-- Source:
[rocketmq-all-5.1.2-source-release.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.2/rocketmq-all-5.1.2-source-release.zip)
[[PGP](https://dist.apache.org/repos/dist/release/rocketmq/5.1.2/rocketmq-all-5.1.2-source-release.zip.asc)]
[[SHA512](https://dist.apache.org/repos/dist/release/rocketmq/5.1.2/rocketmq-all-5.1.2-source-release.zip.sha512)]
-- Binary:
[rocketmq-all-5.1.2-bin-release.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.2/rocketmq-all-5.1.2-bin-release.zip)
[[PGP](https://dist.apache.org/repos/dist/release/rocketmq/5.1.2/rocketmq-all-5.1.2-bin-release.zip.asc)]
[[SHA512](https://dist.apache.org/repos/dist/release/rocketmq/5.1.2/rocketmq-all-5.1.2-bin-release.zip.sha512)]
+- Source:
[rocketmq-all-5.1.2-source-release.zip](https://archive.apache.org/dist/rocketmq/5.1.2/rocketmq-all-5.1.2-source-release.zip)
[[PGP](https://archive.apache.org/dist/rocketmq/5.1.2/rocketmq-all-5.1.2-source-release.zip.asc)]
[[SHA512](https://archive.apache.org/dist/rocketmq/5.1.2/rocketmq-all-5.1.2-source-release.zip.sha512)]
+- Binary:
[rocketmq-all-5.1.2-bin-release.zip](https://archive.apache.org/dist/rocketmq/5.1.2/rocketmq-all-5.1.2-bin-release.zip)
[[PGP](https://archive.apache.org/dist/rocketmq/5.1.2/rocketmq-all-5.1.2-bin-release.zip.asc)]
[[SHA512](https://archive.apache.org/dist/rocketmq/5.1.2/rocketmq-all-5.1.2-bin-release.zip.sha512)]
:::
<!--truncate-->
diff --git a/src/pages/download.md b/src/pages/download.md
index 33195a741..ee735d405 100644
--- a/src/pages/download.md
+++ b/src/pages/download.md
@@ -7,7 +7,8 @@
## RocketMQ
| 版本 | 文档 |
发布日期 | Source 下载
| Binary 下载
| End of Support |
|----------------------|---------------------------------------------------|------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|----------------|
-| **5.1.2** | [Release Notes](/release-notes/2023/06/12/5.1.2/) |
2023.6.19 |
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.2/rocketmq-all-5.1.2-source-release.zip)
|
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.2/rocketmq-all-5.1.2-bin-release.zip)
| |
+| **5.1.3** | [Release Notes](/release-notes/2023/06/24/5.1.3/) |
2023.6.24 |
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-source-release.zip)
|
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-bin-release.zip)
| |
+| **5.1.2** | [Release Notes](/release-notes/2023/06/12/5.1.2/) |
2023.6.19 |
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.2/rocketmq-all-5.1.2-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.2/rocketmq-all-5.1.2-bin-release.zip)
| |
| **5.1.1** | [Release Notes](/release-notes/2023/05/15/5.1.1/) |
2023.5.19 |
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.1/rocketmq-all-5.1.1-source-release.zip)
|
[download.zip](https://archive.apache.org/dist/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)
| |
diff --git a/versioned_docs/version-5.0/02-quickStart/01quickstart.md
b/versioned_docs/version-5.0/02-quickStart/01quickstart.md
index 72bdfd099..686cdcb6a 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.2/rocketmq-all-5.1.2-source-release.zip)
下载 Apache RocketMQ
5.1.2的源码包。你也可以从[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.2/rocketmq-all-5.1.2-bin-release.zip)
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
+RocketMQ 的安装包分为两种,二进制包和源码包。
点击[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-source-release.zip)
下载 Apache RocketMQ
5.1.3的源码包。你也可以从[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.3/rocketmq-all-5.1.3-bin-release.zip)
下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
:::
-这里以在Linux环境下利用社区5.1.2的源码包为例,介绍RocketMQ安装过程。
+这里以在Linux环境下利用社区5.1.3的源码包为例,介绍RocketMQ安装过程。
-解压5.1.2的源码包并编译构建二进制可执行文件
+解压5.1.3的源码包并编译构建二进制可执行文件
```shell
-$ unzip rocketmq-all-5.1.2-source-release.zip
-$ cd rocketmq-all-5.1.2-source-release/
+$ unzip rocketmq-all-5.1.3-source-release.zip
+$ cd rocketmq-all-5.1.3-source-release/
$ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.1.2/rocketmq-5.1.2
+$ cd distribution/target/rocketmq-5.1.3/rocketmq-5.1.3
```
## 2. 启动NameServer