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

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


The following commit(s) were added to refs/heads/asf-site by this push:
     new a7fbaff  Latest site on successful build auto-pushed to asf-site
a7fbaff is described below

commit a7fbaffd44b382edd1e85d7be7eb9377015a5f8f
Author: github-action <[email protected]>
AuthorDate: Tue Mar 8 00:48:42 2022 +0000

    Latest site on successful build auto-pushed to asf-site
---
 _docs/08-release-manual.md                      | 17 ++++--
 content/about/contact/index.html                |  2 +-
 content/about/origin/index.html                 |  2 +-
 content/about/rewards/index.html                |  2 +-
 content/about/team/index.html                   |  2 +-
 content/docs/batch-example/index.html           |  2 +-
 content/docs/best-practice-broker/index.html    |  2 +-
 content/docs/best-practice-consumer/index.html  |  2 +-
 content/docs/best-practice-namesvr/index.html   |  2 +-
 content/docs/best-practice-producer/index.html  |  2 +-
 content/docs/broadcast-example/index.html       |  2 +-
 content/docs/cli-admin-tool/index.html          |  2 +-
 content/docs/cluster-deployment/index.html      |  2 +-
 content/docs/code-guidelines/index.html         |  2 +-
 content/docs/core-concept/index.html            |  2 +-
 content/docs/create-pull-request/index.html     |  2 +-
 content/docs/documentation/index.html           |  2 +-
 content/docs/faq/index.html                     |  2 +-
 content/docs/filter-by-sql92-example/index.html |  2 +-
 content/docs/how-to-contribute/index.html       |  2 +-
 content/docs/logappender-example/index.html     |  2 +-
 content/docs/motivation/index.html              |  2 +-
 content/docs/openmessaging-example/index.html   |  2 +-
 content/docs/order-example/index.html           |  2 +-
 content/docs/pull-request/index.html            |  2 +-
 content/docs/quick-start/index.html             |  2 +-
 content/docs/release-manual.html                | 19 +++++--
 content/docs/rmq-arc/index.html                 |  2 +-
 content/docs/rmq-deployment/index.html          |  2 +-
 content/docs/roadmap/index.html                 |  2 +-
 content/docs/schedule-example/index.html        |  2 +-
 content/docs/simple-example/index.html          |  2 +-
 content/docs/system-config/index.html           |  2 +-
 content/docs/transaction-example/index.html     |  2 +-
 content/dowloading/releases/index.html          |  2 +-
 content/feed.xml                                |  2 +-
 content/sitemap.xml                             | 72 ++++++++++++-------------
 37 files changed, 99 insertions(+), 77 deletions(-)

diff --git a/_docs/08-release-manual.md b/_docs/08-release-manual.md
index 2f5b9bc..22c8210 100644
--- a/_docs/08-release-manual.md
+++ b/_docs/08-release-manual.md
@@ -279,6 +279,9 @@ To vote on a candidate release, send an email to the [dev 
list](mailto:dev@rocke
 > Thanks,  
 > The Apache RocketMQ Team  
 
+**Tips:** Hash for the release tag: you could use commit id which comment like 
`[maven-release-plugin] prepare release rocketmq-all-x.x.x`
+
+
 Once 72 hours has passed (which is generally preferred) and/or at least three 
+1 (binding) votes have been cast with no -1 (binding) votes, send an email 
closing the vote and congratulate the release candidate. Please use the 
subject: **[RESULT][VOTE]: Release Apache RocketMQ \<release-version\> RC\<RC 
Number\>** :
 
 > Hello RocketMQ Community,  
@@ -302,13 +305,21 @@ Once 72 hours has passed (which is generally preferred) 
and/or at least three +1
 
 If we do not pass the VOTE, fix the related issues, go back, restart the 
release process and increase RC number. When we call a new vote, we must use 
the updated mail subject: **[RESTART][VOTE][#\<Attempt Number\>]: Release 
Apache RocketMQ \<release-version\> RC\<RC Number\>**
 
+**Tips:** Binding votes is vote with Apache ID, Non-binding votes is vote 
without Apache ID.
+
+
 ## 7. Publish the Release
 Once the Apache RocketMQ PPMC votes pass, publish the release artifacts to the 
Nexus Maven repository and to the Apache release repository.
 
 1. Publish the Maven Artifacts, release the Maven artifacts in Nexus by 
selecting the staging repository **orgapacherocketmq-XXX** and clicking on the 
`Release` icon.
-2. Publish the Artifacts to the Apache Release Repository, use svn copy 
candidate release artifacts to 
https://dist.apache.org/repos/dist/release/rocketmq/${release-version}
-3. Merge branch `develop` to branch `master` on 
https://github.com/apache/rocketmq
-4. Publish release package on github on 
https://github.com/apache/rocketmq/releases
+2. Publish the Artifacts to the Apache Release Repository, use svn copy 
candidate release artifacts to 
https://dist.apache.org/repos/dist/release/rocketmq/${release-version}.
+3. Merge branch `develop` to branch `master` on 
https://github.com/apache/rocketmq.
+4. Publish release package on github on 
https://github.com/apache/rocketmq/releases.
+5. Make a new branch named like `release-x.x.x`.
+6. Update release notes.
+  - Add new release note page for new released-version in 
[docs](https://github.com/apache/rocketmq-site). you can reffer [4.9.3 release 
notes](https://github.com/apache/rocketmq-site/commit/4b662a197a0a77fd460614df9e231e6ffdd7c622).
+  - Update latest version in home page of 
[docs](https://github.com/apache/rocketmq-site). you can reffer [docs updates 
for 
4.9.3](https://github.com/apache/rocketmq-site/commit/0fd4d231c06f1d641a0cc30f8ffe22775043e89d).
+
 
 ## 8. Announce the Release
 Send an email to **[email protected]**, **[email protected]**, 
**[email protected]**, and **[email protected]** with the 
subject **[ANNOUNCE] Release Apache RocketMQ \<release-version\>** and a body 
along the lines of:
diff --git a/content/about/contact/index.html b/content/about/contact/index.html
index 10b6474..dcfd1e7 100644
--- a/content/about/contact/index.html
+++ b/content/about/contact/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/about/origin/index.html b/content/about/origin/index.html
index 20d39f8..becd0a4 100644
--- a/content/about/origin/index.html
+++ b/content/about/origin/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/about/rewards/index.html b/content/about/rewards/index.html
index 3259ad4..95ca91d 100644
--- a/content/about/rewards/index.html
+++ b/content/about/rewards/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/about/team/index.html b/content/about/team/index.html
index 0ae03da..da95a3b 100644
--- a/content/about/team/index.html
+++ b/content/about/team/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/batch-example/index.html 
b/content/docs/batch-example/index.html
index 1ed8ad9..48b9e0c 100644
--- a/content/docs/batch-example/index.html
+++ b/content/docs/batch-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/best-practice-broker/index.html 
b/content/docs/best-practice-broker/index.html
index 0c80001..7669a0d 100644
--- a/content/docs/best-practice-broker/index.html
+++ b/content/docs/best-practice-broker/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/best-practice-consumer/index.html 
b/content/docs/best-practice-consumer/index.html
index abc6e52..522b076 100644
--- a/content/docs/best-practice-consumer/index.html
+++ b/content/docs/best-practice-consumer/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/best-practice-namesvr/index.html 
b/content/docs/best-practice-namesvr/index.html
index a69d8ae..f1a2668 100644
--- a/content/docs/best-practice-namesvr/index.html
+++ b/content/docs/best-practice-namesvr/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/best-practice-producer/index.html 
b/content/docs/best-practice-producer/index.html
index a78d178..1525f84 100644
--- a/content/docs/best-practice-producer/index.html
+++ b/content/docs/best-practice-producer/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/broadcast-example/index.html 
b/content/docs/broadcast-example/index.html
index 1e04df0..d6d8126 100644
--- a/content/docs/broadcast-example/index.html
+++ b/content/docs/broadcast-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/cli-admin-tool/index.html 
b/content/docs/cli-admin-tool/index.html
index eb7195c..b25b3f3 100644
--- a/content/docs/cli-admin-tool/index.html
+++ b/content/docs/cli-admin-tool/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/cluster-deployment/index.html 
b/content/docs/cluster-deployment/index.html
index d6a1c42..691d2e5 100644
--- a/content/docs/cluster-deployment/index.html
+++ b/content/docs/cluster-deployment/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/code-guidelines/index.html 
b/content/docs/code-guidelines/index.html
index 4fec46e..81c9d9f 100644
--- a/content/docs/code-guidelines/index.html
+++ b/content/docs/code-guidelines/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/core-concept/index.html 
b/content/docs/core-concept/index.html
index b480b0d..094034a 100644
--- a/content/docs/core-concept/index.html
+++ b/content/docs/core-concept/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/create-pull-request/index.html 
b/content/docs/create-pull-request/index.html
index f35938c..53a3c50 100644
--- a/content/docs/create-pull-request/index.html
+++ b/content/docs/create-pull-request/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/documentation/index.html 
b/content/docs/documentation/index.html
index 32383c5..eb4fb4e 100644
--- a/content/docs/documentation/index.html
+++ b/content/docs/documentation/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/faq/index.html b/content/docs/faq/index.html
index c660ba9..60ad869 100644
--- a/content/docs/faq/index.html
+++ b/content/docs/faq/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/filter-by-sql92-example/index.html 
b/content/docs/filter-by-sql92-example/index.html
index 23ce0cb..4ac2a06 100644
--- a/content/docs/filter-by-sql92-example/index.html
+++ b/content/docs/filter-by-sql92-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/how-to-contribute/index.html 
b/content/docs/how-to-contribute/index.html
index cd43957..0e8a9b5 100644
--- a/content/docs/how-to-contribute/index.html
+++ b/content/docs/how-to-contribute/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/logappender-example/index.html 
b/content/docs/logappender-example/index.html
index 92edd6a..7b686f8 100644
--- a/content/docs/logappender-example/index.html
+++ b/content/docs/logappender-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/motivation/index.html 
b/content/docs/motivation/index.html
index 9b5844b..abde930 100644
--- a/content/docs/motivation/index.html
+++ b/content/docs/motivation/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/openmessaging-example/index.html 
b/content/docs/openmessaging-example/index.html
index d5228fd..9cd0a94 100644
--- a/content/docs/openmessaging-example/index.html
+++ b/content/docs/openmessaging-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/order-example/index.html 
b/content/docs/order-example/index.html
index ae5462d..4ce7b61 100644
--- a/content/docs/order-example/index.html
+++ b/content/docs/order-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/pull-request/index.html 
b/content/docs/pull-request/index.html
index 2fa1067..961037e 100644
--- a/content/docs/pull-request/index.html
+++ b/content/docs/pull-request/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/quick-start/index.html 
b/content/docs/quick-start/index.html
index e1b5950..6953bec 100644
--- a/content/docs/quick-start/index.html
+++ b/content/docs/quick-start/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/release-manual.html b/content/docs/release-manual.html
index b396388..cb3f78f 100644
--- a/content/docs/release-manual.html
+++ b/content/docs/release-manual.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
@@ -811,6 +811,8 @@ https://dist.apache.org/repos/dist/dev/rocketmq/KEYS</p>
 The Apache RocketMQ Team</p>
 </blockquote>
 
+<p><strong>Tips:</strong> Hash for the release tag: you could use commit id 
which comment like <code class="language-plaintext 
highlighter-rouge">[maven-release-plugin] prepare release 
rocketmq-all-x.x.x</code></p>
+
 <p>Once 72 hours has passed (which is generally preferred) and/or at least 
three +1 (binding) votes have been cast with no -1 (binding) votes, send an 
email closing the vote and congratulate the release candidate. Please use the 
subject: <strong>[RESULT][VOTE]: Release Apache RocketMQ 
&lt;release-version&gt; RC&lt;RC Number&gt;</strong> :</p>
 
 <blockquote>
@@ -836,14 +838,23 @@ The Apache RocketMQ Team</p>
 
 <p>If we do not pass the VOTE, fix the related issues, go back, restart the 
release process and increase RC number. When we call a new vote, we must use 
the updated mail subject: <strong>[RESTART][VOTE][#&lt;Attempt Number&gt;]: 
Release Apache RocketMQ &lt;release-version&gt; RC&lt;RC Number&gt;</strong></p>
 
+<p><strong>Tips:</strong> Binding votes is vote with Apache ID, Non-binding 
votes is vote without Apache ID.</p>
+
 <h2 id="7-publish-the-release">7. Publish the Release</h2>
 <p>Once the Apache RocketMQ PPMC votes pass, publish the release artifacts to 
the Nexus Maven repository and to the Apache release repository.</p>
 
 <ol>
   <li>Publish the Maven Artifacts, release the Maven artifacts in Nexus by 
selecting the staging repository <strong>orgapacherocketmq-XXX</strong> and 
clicking on the <code class="language-plaintext 
highlighter-rouge">Release</code> icon.</li>
-  <li>Publish the Artifacts to the Apache Release Repository, use svn copy 
candidate release artifacts to 
https://dist.apache.org/repos/dist/release/rocketmq/${release-version}</li>
-  <li>Merge branch <code class="language-plaintext 
highlighter-rouge">develop</code> to branch <code class="language-plaintext 
highlighter-rouge">master</code> on https://github.com/apache/rocketmq</li>
-  <li>Publish release package on github on 
https://github.com/apache/rocketmq/releases</li>
+  <li>Publish the Artifacts to the Apache Release Repository, use svn copy 
candidate release artifacts to 
https://dist.apache.org/repos/dist/release/rocketmq/${release-version}.</li>
+  <li>Merge branch <code class="language-plaintext 
highlighter-rouge">develop</code> to branch <code class="language-plaintext 
highlighter-rouge">master</code> on https://github.com/apache/rocketmq.</li>
+  <li>Publish release package on github on 
https://github.com/apache/rocketmq/releases.</li>
+  <li>Make a new branch named like <code class="language-plaintext 
highlighter-rouge">release-x.x.x</code>.</li>
+  <li>Update release notes.
+    <ul>
+      <li>Add new release note page for new released-version in <a 
href="https://github.com/apache/rocketmq-site";>docs</a>. you can reffer <a 
href="https://github.com/apache/rocketmq-site/commit/4b662a197a0a77fd460614df9e231e6ffdd7c622";>4.9.3
 release notes</a>.</li>
+      <li>Update latest version in home page of <a 
href="https://github.com/apache/rocketmq-site";>docs</a>. you can reffer <a 
href="https://github.com/apache/rocketmq-site/commit/0fd4d231c06f1d641a0cc30f8ffe22775043e89d";>docs
 updates for 4.9.3</a>.</li>
+    </ul>
+  </li>
 </ol>
 
 <h2 id="8-announce-the-release">8. Announce the Release</h2>
diff --git a/content/docs/rmq-arc/index.html b/content/docs/rmq-arc/index.html
index 3aedb40..e117c17 100644
--- a/content/docs/rmq-arc/index.html
+++ b/content/docs/rmq-arc/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/rmq-deployment/index.html 
b/content/docs/rmq-deployment/index.html
index f13aa94..76b15c1 100644
--- a/content/docs/rmq-deployment/index.html
+++ b/content/docs/rmq-deployment/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/roadmap/index.html b/content/docs/roadmap/index.html
index ddb55d5..2b2f9ef 100644
--- a/content/docs/roadmap/index.html
+++ b/content/docs/roadmap/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/schedule-example/index.html 
b/content/docs/schedule-example/index.html
index 6f4d28a..92bb50e 100644
--- a/content/docs/schedule-example/index.html
+++ b/content/docs/schedule-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/simple-example/index.html 
b/content/docs/simple-example/index.html
index 73531dc..6964afd 100644
--- a/content/docs/simple-example/index.html
+++ b/content/docs/simple-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/system-config/index.html 
b/content/docs/system-config/index.html
index 63120cc..2e6e1b8 100644
--- a/content/docs/system-config/index.html
+++ b/content/docs/system-config/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/docs/transaction-example/index.html 
b/content/docs/transaction-example/index.html
index 2b1b636..74e796a 100644
--- a/content/docs/transaction-example/index.html
+++ b/content/docs/transaction-example/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/dowloading/releases/index.html 
b/content/dowloading/releases/index.html
index 4d759e8..77f8b2e 100644
--- a/content/dowloading/releases/index.html
+++ b/content/dowloading/releases/index.html
@@ -57,7 +57,7 @@
 
 
   <meta property="og:type" content="article">
-  <meta property="article:published_time" content="2022-03-06T14:55:48+00:00">
+  <meta property="article:published_time" content="2022-03-08T00:48:31+00:00">
 
 
 
diff --git a/content/feed.xml b/content/feed.xml
index 1f1553b..7f2bf46 100644
--- a/content/feed.xml
+++ b/content/feed.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.9.1">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2022-03-06T14:55:48+00:00</updated><id>/feed.xml</id><title 
type="html">Apache RocketMQ</title><subtitle>The homepage of 
RocketMQ.</subtitle><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt;&quot;/ass [...]
+<?xml version="1.0" encoding="utf-8"?><feed 
xmlns="http://www.w3.org/2005/Atom"; ><generator uri="https://jekyllrb.com/"; 
version="3.9.1">Jekyll</generator><link href="/feed.xml" rel="self" 
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html" 
/><updated>2022-03-08T00:48:31+00:00</updated><id>/feed.xml</id><title 
type="html">Apache RocketMQ</title><subtitle>The homepage of 
RocketMQ.</subtitle><author><name>{&quot;name&quot;=&gt;nil, 
&quot;avatar&quot;=&gt;&quot;/ass [...]
 
 <h2> Download the 4.9.3 release</h2>
 
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 1ebdb5c..d92a3ee 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -2,139 +2,139 @@
 <urlset xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
xsi:schemaLocation="http://www.sitemaps.org/schemas/sitemap/0.9 
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd"; 
xmlns="http://www.sitemaps.org/schemas/sitemap/0.9";>
 <url>
 <loc>/about/team/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/about/contact/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/about/rewards/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/about/origin/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/quick-start/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/motivation/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/core-concept/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/cli-admin-tool/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/cluster-deployment/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/pull-request/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/code-guidelines/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/documentation/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/faq/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/release-manual</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/dowloading/releases/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/roadmap/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/batch-example/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/broadcast-example/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/rmq-deployment/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/order-example/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/rmq-arc/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/schedule-example/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/simple-example/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/filter-by-sql92-example/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/logappender-example/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/openmessaging-example/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/system-config/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/how-to-contribute/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/transaction-example/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-broker/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-consumer/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/create-pull-request/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-namesvr/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/docs/best-practice-producer/</loc>
-<lastmod>2022-03-06T14:55:48+00:00</lastmod>
+<lastmod>2022-03-08T00:48:31+00:00</lastmod>
 </url>
 <url>
 <loc>/rocketmq/how-to-support-more-queues-in-rocketmq/</loc>
@@ -451,10 +451,10 @@
 </url>
 <url>
 <loc>/assets/attachment/launch-rocketmq-code-marathon.pdf</loc>
-<lastmod>2022-03-06T14:51:39+00:00</lastmod>
+<lastmod>2022-03-08T00:44:26+00:00</lastmod>
 </url>
 <url>
 <loc>/assets/attachment/launch-second-rocketmq-code-marathon.pdf</loc>
-<lastmod>2022-03-06T14:51:39+00:00</lastmod>
+<lastmod>2022-03-08T00:44:26+00:00</lastmod>
 </url>
 </urlset>

Reply via email to