You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by ji...@apache.org on 2021/10/26 13:07:17 UTC

[rocketmq-site] branch master updated: release(download_page):update rocketmq version and download url

This is an automated email from the ASF dual-hosted git repository.

jinrongtong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 99554c7  release(download_page):update rocketmq version and download url
99554c7 is described below

commit 99554c77fa7d7a599c8cbaeecad3de263f2e36b8
Author: RongtongJin <ji...@mails.ucas.ac.cn>
AuthorDate: Tue Oct 26 21:07:00 2021 +0800

    release(download_page):update rocketmq version and download url
---
 _docs/01-quick-start-guide.md | 10 +++++-----
 _docs/10-download-releases.md | 18 ++++++++++++------
 _docs/18-simple-example.md    |  2 +-
 _pages/community.md           |  2 +-
 _pages/users.md               |  2 +-
 home.md                       |  2 +-
 6 files changed, 21 insertions(+), 15 deletions(-)

diff --git a/_docs/01-quick-start-guide.md b/_docs/01-quick-start-guide.md
index 35d4908..837cc94 100644
--- a/_docs/01-quick-start-guide.md
+++ b/_docs/01-quick-start-guide.md
@@ -24,15 +24,15 @@ More Details:
 
 # Download & Build from Release
 
-Click [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip) to download the 4.9.1 source release. Also you could download a binary release from [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip).
+Click [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.2/rocketmq-all-4.9.2-source-release.zip) to download the 4.9.2 source release. Also you could download a binary release from [here](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip).
 
-Now execute the following commands to unpack 4.9.1 source release and build the binary artifact.
+Now execute the following commands to unpack 4.9.2 source release and build the binary artifact.
 
 ```shell
-  > unzip rocketmq-all-4.9.1-source-release.zip
-  > cd rocketmq-all-4.9.1/
+  > unzip rocketmq-all-4.9.2-source-release.zip
+  > cd rocketmq-all-4.9.2/
   > mvn -Prelease-all -DskipTests clean install -U
-  > cd distribution/target/rocketmq-4.9.1/rocketmq-4.9.1
+  > cd distribution/target/rocketmq-4.9.2/rocketmq-4.9.2
 ```
 # Linux 
  
diff --git a/_docs/10-download-releases.md b/_docs/10-download-releases.md
index ec1a4df..8167034 100644
--- a/_docs/10-download-releases.md
+++ b/_docs/10-download-releases.md
@@ -27,7 +27,14 @@ The table below shows the supported jre environment for components of each relea
 
 # Download links
 
-Use the links below to download the Apache RocketMQ Releases, the latest release is 4.8.0.
+Use the links below to download the Apache RocketMQ Releases, the latest release is 4.9.2.
+
+## 4.9.2 release
+
+* Released Oct 26, 2021
+* [Release Notes](/release_notes/release-notes-4.9.2)
+* Source: [rocketmq-all-4.9.2-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.2/rocketmq-all-4.9.2-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-source-release.zip.sha512)]
+* Binary: [rocketmq-all-4.9.2-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.9.2/rocketmq-all-4.9.2-bin-release.zip.sha512)]
 
 ## 4.9.1 release
 
@@ -36,20 +43,19 @@ Use the links below to download the Apache RocketMQ Releases, the latest release
 * Source: [rocketmq-all-4.9.1-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-source-release.zip.sha512)]
 * Binary: [rocketmq-all-4.9.1-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.9.1/rocketmq-all-4.9.1-bin-release.zip.sha512)]
 
-
 ## 4.9.0 release
 
 * Released June 15, 2021
 * [Release Notes](/release_notes/release-notes-4.9.0)
-* Source: [rocketmq-all-4.9.0-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.0/rocketmq-all-4.9.0-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-source-release.zip.sha512)]
-* Binary: [rocketmq-all-4.9.0-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.9.0/rocketmq-all-4.9.0-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-bin-release.zip.sha512)]
+* Source: [rocketmq-all-4.9.0-source-release.zip](https://archive.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-source-release.zip.sha512)]
+* Binary: [rocketmq-all-4.9.0-bin-release.zip](https://archive.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.9.0/rocketmq-all-4.9.0-bin-release.zip.sha512)]
 
 ## 4.8.0 release
 
 * Released December 21, 2020
 * [Release Notes](/release_notes/release-notes-4.8.0)
-* Source: [rocketmq-all-4.8.0-source-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip.sha512)]
-* Binary: [rocketmq-all-4.8.0-bin-release.zip](https://www.apache.org/dyn/closer.cgi?path=rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip.sha512)]
+* Source: [rocketmq-all-4.8.0-source-release.zip](https://archive.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-source-release.zip.sha512)]
+* Binary: [rocketmq-all-4.8.0-bin-release.zip](https://archive.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip) [[PGP](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip.asc)] [[SHA512](https://www.apache.org/dist/rocketmq/4.8.0/rocketmq-all-4.8.0-bin-release.zip.sha512)]
 
 ## 4.7.1 release
 
diff --git a/_docs/18-simple-example.md b/_docs/18-simple-example.md
index ea71cd4..6fff754 100644
--- a/_docs/18-simple-example.md
+++ b/_docs/18-simple-example.md
@@ -20,7 +20,7 @@ maven:
     <dependency>
         <groupId>org.apache.rocketmq</groupId>
         <artifactId>rocketmq-client</artifactId>
-        <version>4.3.0</version>
+        <version>4.9.2</version>
     </dependency>
 ```
 
diff --git a/_pages/community.md b/_pages/community.md
index 8c9ec7b..e54f9ee 100644
--- a/_pages/community.md
+++ b/_pages/community.md
@@ -8,7 +8,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.9.1/">Latest release v4.9.1</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.9.2/">Latest release v4.9.2</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 ---
 {% include feature_row id="intro" type="center" %}
 
diff --git a/_pages/users.md b/_pages/users.md
index 0ad336d..c3073f6 100644
--- a/_pages/users.md
+++ b/_pages/users.md
@@ -8,7 +8,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.9.1/">Latest release v4.9.1</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.9.2/">Latest release v4.9.2</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 feature_row:
   - image_path: /assets/images/community/alibaba-logo.png
     alt: "Alibaba Group"
diff --git a/home.md b/home.md
index 06a4b7c..e8c747a 100644
--- a/home.md
+++ b/home.md
@@ -7,7 +7,7 @@ header:
   cta_label: "<i class='fa fa-rocket'></i> Getting Started"
   cta_url: "/docs/quick-start/"
   caption:
-excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.9.1/">Latest release v4.9.1</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
+excerpt: 'Apache RocketMQ™ is a unified messaging engine, lightweight data processing platform.<br /> <small><a href="/release_notes/release-notes-4.9.2/">Latest release v4.9.2</a></small><br /><br /> {::nomarkdown}<iframe style="display: inline-block;" src="https://ghbtns.com/github-btn.html?user=apache&repo=rocketmq&type=star&count=true&size=large" frameborder="0" scrolling="0" width="160px" height="30px"></iframe> <iframe style="display: inline-block;" src="https://ghbtns.com/github-b [...]
 feature_row:
   - image_path: /assets/images/bright/rmq-feature-lowlatency.png
     alt: "Low Latency"