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 99742a4ecc Add 4.9.8 and 5.2.0 to download page (#621)
99742a4ecc is described below

commit 99742a4ecc44b3e634f80b4e2ed34a5dd38d08b6
Author: rongtong <[email protected]>
AuthorDate: Tue Feb 20 14:30:01 2024 +0800

    Add 4.9.8 and 5.2.0 to download page (#621)
    
    * Add 4.9.8 and 5.2.0 to download page
    
    * Fix bug
---
 .../version-5.0/02-quickStart/01quickstart.md                | 12 ++++++------
 src/pages/download.md                                        |  8 +++++---
 versioned_docs/version-5.0/02-quickStart/01quickstart.md     | 12 ++++++------
 3 files changed, 17 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 bf552758d4..30fe8f7e8a 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.4/rocketmq-all-5.1.4-source-release.zip)
 to download Apache RocketMQ 5.1.4 source package. You may prefer [prebuilt 
binary 
package](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-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.2.0/rocketmq-all-5.2.0-source-release.zip)
 to download Apache RocketMQ 5.2.0 source package. You may prefer [prebuilt 
binary 
package](https://dist.apache.org/repos/dist/release/rocketmq/5.2.0/rocketmq-all-5.2.0-bin-release.zip),
 which can be run directly since it has been compiled.
 
 :::
 
-The following instruction takes the application of RocketMQ 5.1.4 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.2.0 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.4, then compile and build the 
binary executables:
+Extract the source package of RocketMQ 5.2.0, then compile and build the 
binary executables:
 
 ```shell
-$ unzip rocketmq-all-5.1.4-source-release.zip
-$ cd rocketmq-all-5.1.4-source-release/
+$ unzip rocketmq-all-5.2.0-source-release.zip
+$ cd rocketmq-all-5.2.0-source-release/
 $ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.1.4/rocketmq-5.1.4
+$ cd distribution/target/rocketmq-5.2.0/rocketmq-5.2.0
 ```
 ## 2. Start NameServer
 
diff --git a/src/pages/download.md b/src/pages/download.md
index 4a90c53189..f330a3921c 100644
--- a/src/pages/download.md
+++ b/src/pages/download.md
@@ -7,13 +7,15 @@
 ## RocketMQ
 | 版本                   | 文档                                                | 
发布日期       | Source 下载                                                          
                                                        | Binary 下载             
                                                                                
                  | End of Support |
 
|----------------------|---------------------------------------------------|------------|----------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------|----------------|
-| **5.1.4**            | [Release Notes](/release-notes/2023/09/22/5.1.4/) | 
2023.10.9  | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip)
            | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip)
            |                |
-| **5.1.3**            | [Release Notes](/release-notes/2023/06/24/5.1.3/) | 
2023.7.29  | 
[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.2.0**            | [Release Notes](/release-notes/2024/01/30/5.2.0)  | 
2023.2.19  | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.2.0/rocketmq-all-5.2.0-source-release.zip)
            | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/5.2.0/rocketmq-all-5.2.0-bin-release.zip)
            |                |
+| **5.1.4**            | [Release Notes](/release-notes/2023/09/22/5.1.4/) | 
2023.10.9  | 
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.4/rocketmq-all-5.1.4-source-release.zip)
                       | 
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip)
                       |                |
+| **5.1.3**            | [Release Notes](/release-notes/2023/06/24/5.1.3/) | 
2023.7.29  | 
[download.zip](https://archive.apache.org/dist/rocketmq/5.1.3/rocketmq-all-5.1.3-source-release.zip)
                       | 
[download.zip](https://archive.apache.org/dist/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)
                       |                |
-| **4.9.7**            | [Release Notes](/release-notes/2023/06/12/4.9.7)  | 
2023.6.19  | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/4.9.7/rocketmq-all-4.9.7-source-release.zip)
            | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/4.9.7/rocketmq-all-4.9.7-bin-release.zip)
            | 2024/01        |
+| **4.9.8**            | [Release Notes](/release-notes/2024/01/29/4.9.8)  | 
2023.2.19  | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/4.9.8/rocketmq-all-4.9.8-source-release.zip)
            | 
[download.zip](https://dist.apache.org/repos/dist/release/rocketmq/4.9.8/rocketmq-all-4.9.8-bin-release.zip)
            | 2024/01        |
+| **4.9.7**            | [Release Notes](/release-notes/2023/06/12/4.9.7)  | 
2023.6.19  | 
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.7/rocketmq-all-4.9.7-source-release.zip)
                       | 
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.7/rocketmq-all-4.9.7-bin-release.zip)
                       |                |
 | **4.9.6**            | [Release Notes](/release-notes/2023/05/18/4.9.6)  | 
2023.5.21  | 
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.6/rocketmq-all-4.9.6-source-release.zip)
                       | 
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.6/rocketmq-all-4.9.6-bin-release.zip)
                       |                |
 | **4.9.5**            | [Release Notes](/release-notes/2023/03/26/4.9.5)  | 
2023.4.1   | 
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.5/rocketmq-all-4.9.5-source-release.zip)
                       | 
[download.zip](https://archive.apache.org/dist/rocketmq/4.9.5/rocketmq-all-4.9.5-bin-release.zip)
                       |                |
 | **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 9e8e500f74..57a949a62a 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.4/rocketmq-all-5.1.4-source-release.zip)
 下载 Apache RocketMQ 
5.1.4的源码包。你也可以从[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.1.4/rocketmq-all-5.1.4-bin-release.zip)
 下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
+RocketMQ 的安装包分为两种,二进制包和源码包。 
点击[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.2.0/rocketmq-all-5.2.0-source-release.zip)
 下载 Apache RocketMQ 
5.2.0的源码包。你也可以从[这里](https://dist.apache.org/repos/dist/release/rocketmq/5.2.0/rocketmq-all-5.2.0-bin-release.zip)
 下载到二进制包。二进制包是已经编译完成后可以直接运行的,源码包是需要编译后运行的。
 
 :::
 
-这里以在Linux环境下利用社区5.1.4的源码包为例,介绍RocketMQ安装过程。
+这里以在Linux环境下利用社区5.2.0的源码包为例,介绍RocketMQ安装过程。
 
-解压5.1.4的源码包并编译构建二进制可执行文件
+解压5.2.0的源码包并编译构建二进制可执行文件
 
 ```shell
-$ unzip rocketmq-all-5.1.4-source-release.zip
-$ cd rocketmq-all-5.1.4-source-release/
+$ unzip rocketmq-all-5.2.0-source-release.zip
+$ cd rocketmq-all-5.2.0-source-release/
 $ mvn -Prelease-all -DskipTests -Dspotbugs.skip=true clean install -U
-$ cd distribution/target/rocketmq-5.1.4/rocketmq-5.1.4
+$ cd distribution/target/rocketmq-5.2.0/rocketmq-5.2.0
 ```
 ## 2. 启动NameServer
 

Reply via email to