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 298c6951 Latest site on successful build auto-pushed to asf-site
298c6951 is described below
commit 298c6951ef2f6e42db26c9065cbcb7a2f51e6c8e
Author: github-action <[email protected]>
AuthorDate: Thu Aug 11 02:36:07 2022 +0000
Latest site on successful build auto-pushed to asf-site
---
_docs/08-release-manual.md | 12 ++---
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 | 14 ++---
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, 83 insertions(+), 83 deletions(-)
diff --git a/_docs/08-release-manual.md b/_docs/08-release-manual.md
index 347f7412..2723b4a5 100644
--- a/_docs/08-release-manual.md
+++ b/_docs/08-release-manual.md
@@ -25,7 +25,7 @@ Create a code signing gpg key for release signing, use
**\<your Apache ID\>@apac
* Upload your key to a public key server by `gpg --keyserver keys.openpgp.org
--send-key <your key id>`. you can search your key after uploaded. (`your key
id`'s string length is 8).
* Export your public key to a file by `gpg --armor --export <your key id> >>
gpgapachekey.txt`.
* Get the key signed by other committers(Optional).
-* Add the key to the RocketMQ [KEYS
file](https://dist.apache.org/repos/dist/dev/rocketmq/KEYS). ([KEYS file]
managed by svn)
+* Append the key to both RocketMQ [dev KEYS
file](https://dist.apache.org/repos/dist/dev/rocketmq/KEYS) and [release KEYS
file](https://dist.apache.org/repos/dist/release/rocketmq/KEYS) using your
preferred subversion clients.
**Tips:** If you have more than one key in your gpg, set the code signing key
to `~/.gnupg/gpg.conf` as default key is recommended.
@@ -90,7 +90,7 @@ Make sure that you are in the develop branch, and Github PRs
related to this rel
Perform the following to generate and stage the artifacts:
1. `mvn clean release:clean`
-2. `mvn release:prepare -Psigned_release -Darguments="-DskipTests"`, answer
the correct release version(use the default, the version in pom, just enter),
SCM release tag(use the default, the branch name, just enter), and the new
development version(increate the version by 1.0, if you release 4.2.0, then the
next version should be 4.3.0).
+2. `mvn release:prepare -Psigned_release -Darguments="-DskipTests"`, answer
the correct release version(use the default, the version in pom, just enter),
SCM release tag(use the default, the branch name, just enter), and the new
development version(increase the version accordingly, following [Semantics
Versioning](https://semver.org/)).
3. `mvn -Psigned_release release:perform -Darguments="-DskipTests"`, generate
the artifacts and push them to the [Nexus
repo](https://repository.apache.org/#stagingRepositories). If you would like to
perform a dry run first (without pushing the artifacts to the repo), add the
arg -DdryRun=true.
Now, the candidate release artifacts can be found in the [Nexus staging
repo](https://repository.apache.org/#stagingRepositories) and in the `target`
folder of your local branch.
@@ -147,7 +147,7 @@ If the staging process encounter problem, you may need to
rollback:
git log
```
- - find 2 lastest commits who's comments as bellow
+ - find the last two commits, commit messages of which match the following
pattern:
> des1: [maven-release-plugin] prepare release rocketmq-all-4.9.2]
> des2: [maven-release-plugin] prepare for next development iteration]
- delete the 2 commits. (`143a34185b84aed5bc1224b353af340aa1e3df0fg` would
be kept)
@@ -180,9 +180,9 @@ After the successful building, remember to sign the
artifact(PGP and SHA512 sign
* check NOTICE, should have a notice for third-party dependency if necessary
* extract the zip and check if the binary version is correct
* verify the asc(PGP sign), SHA512
- * start nameserver and broker according to the quick-start
+ * start name-server and broker according to the quick-start
* run clusterList command to see if the version is correct
- * make sure there is no nohup.out in the binary files
+ * make sure there is no nohup.out and other irrelevant files in the binary
artifact
#### 4.2 check list for source release:
@@ -190,7 +190,7 @@ After the successful building, remember to sign the
artifact(PGP and SHA512 sign
* check NOTICE, should have a notice for third-party dependency if necessary
* extract the zip and check if the source version is correct
* verify the asc(PGP sign),SHA512
- * build the source, start nameserver and broker according to the quick-start
+ * build the source, start name-server and broker according to the quick-start
* run clusterList command to see if the version is correct
diff --git a/content/about/contact/index.html b/content/about/contact/index.html
index 77742ca5..491a3089 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/about/origin/index.html b/content/about/origin/index.html
index 8450db8c..fb3bca31 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/about/rewards/index.html b/content/about/rewards/index.html
index 55f48ee5..8963107b 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/about/team/index.html b/content/about/team/index.html
index 37ec053d..682c4a33 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/batch-example/index.html
b/content/docs/batch-example/index.html
index 89e72202..1ddad420 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/best-practice-broker/index.html
b/content/docs/best-practice-broker/index.html
index e7cf33da..71ebeb62 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/best-practice-consumer/index.html
b/content/docs/best-practice-consumer/index.html
index 829fcf6b..b31e9145 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/best-practice-namesvr/index.html
b/content/docs/best-practice-namesvr/index.html
index 4fd193d5..b1ab48e5 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/best-practice-producer/index.html
b/content/docs/best-practice-producer/index.html
index 13aa6fde..fce68a64 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/broadcast-example/index.html
b/content/docs/broadcast-example/index.html
index b7609002..081cf498 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/cli-admin-tool/index.html
b/content/docs/cli-admin-tool/index.html
index 7a82fad6..c326936a 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/cluster-deployment/index.html
b/content/docs/cluster-deployment/index.html
index 761b7ccf..79f71b2f 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/code-guidelines/index.html
b/content/docs/code-guidelines/index.html
index baadd004..def80e8d 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/core-concept/index.html
b/content/docs/core-concept/index.html
index 61319df9..6062455c 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/create-pull-request/index.html
b/content/docs/create-pull-request/index.html
index c7a2a04e..12cdaff0 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/documentation/index.html
b/content/docs/documentation/index.html
index 3a544d42..4683f60c 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/faq/index.html b/content/docs/faq/index.html
index 45e5a628..51e11fc4 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/filter-by-sql92-example/index.html
b/content/docs/filter-by-sql92-example/index.html
index b84d8704..a3aa0d97 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/how-to-contribute/index.html
b/content/docs/how-to-contribute/index.html
index 7cf90b5c..4fc3d8df 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/logappender-example/index.html
b/content/docs/logappender-example/index.html
index 87631c17..de1f7f53 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/motivation/index.html
b/content/docs/motivation/index.html
index 63a1e708..e86675bf 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/openmessaging-example/index.html
b/content/docs/openmessaging-example/index.html
index 1a9e627c..44e7d25c 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/order-example/index.html
b/content/docs/order-example/index.html
index 8c3a161c..0920ff8d 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/pull-request/index.html
b/content/docs/pull-request/index.html
index ab0979d3..9caf1091 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/quick-start/index.html
b/content/docs/quick-start/index.html
index 90895eed..95449c7f 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/release-manual.html b/content/docs/release-manual.html
index 089114b8..60f52dc2 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
@@ -519,7 +519,7 @@
<li>Upload your key to a public key server by <code
class="language-plaintext highlighter-rouge">gpg --keyserver keys.openpgp.org
--send-key <your key id></code>. you can search your key after uploaded.
(<code class="language-plaintext highlighter-rouge">your key id</code>’s string
length is 8).</li>
<li>Export your public key to a file by <code class="language-plaintext
highlighter-rouge">gpg --armor --export <your key id> >>
gpgapachekey.txt</code>.</li>
<li>Get the key signed by other committers(Optional).</li>
- <li>Add the key to the RocketMQ <a
href="https://dist.apache.org/repos/dist/dev/rocketmq/KEYS">KEYS file</a>.
([KEYS file] managed by svn)</li>
+ <li>Append the key to both RocketMQ <a
href="https://dist.apache.org/repos/dist/dev/rocketmq/KEYS">dev KEYS file</a>
and <a href="https://dist.apache.org/repos/dist/release/rocketmq/KEYS">release
KEYS file</a> using your preferred subversion clients.</li>
</ul>
<p><strong>Tips:</strong> If you have more than one key in your gpg, set the
code signing key to <code class="language-plaintext
highlighter-rouge">~/.gnupg/gpg.conf</code> as default key is recommended.</p>
@@ -583,7 +583,7 @@ Perform the following to generate and stage the
artifacts:</p>
<ol>
<li><code class="language-plaintext highlighter-rouge">mvn clean
release:clean</code></li>
- <li><code class="language-plaintext highlighter-rouge">mvn release:prepare
-Psigned_release -Darguments="-DskipTests"</code>, answer the correct release
version(use the default, the version in pom, just enter), SCM release tag(use
the default, the branch name, just enter), and the new development
version(increate the version by 1.0, if you release 4.2.0, then the next
version should be 4.3.0).</li>
+ <li><code class="language-plaintext highlighter-rouge">mvn release:prepare
-Psigned_release -Darguments="-DskipTests"</code>, answer the correct release
version(use the default, the version in pom, just enter), SCM release tag(use
the default, the branch name, just enter), and the new development
version(increase the version accordingly, following <a
href="https://semver.org/">Semantics Versioning</a>).</li>
<li><code class="language-plaintext highlighter-rouge">mvn -Psigned_release
release:perform -Darguments="-DskipTests"</code>, generate the artifacts and
push them to the <a
href="https://repository.apache.org/#stagingRepositories">Nexus repo</a>. If
you would like to perform a dry run first (without pushing the artifacts to the
repo), add the arg -DdryRun=true.</li>
</ol>
@@ -660,7 +660,7 @@ goto 4, after self-verify, continue 2.4</li>
</ol>
<ul>
- <li>find 2 lastest commits who’s comments as bellow
+ <li>find the last two commits, commit messages of which match the
following pattern:
<blockquote>
<p>des1: [maven-release-plugin] prepare release
rocketmq-all-4.9.2]<br />
des2: [maven-release-plugin] prepare for next development iteration]</p>
@@ -708,9 +708,9 @@ Be aware of the os version, for some dependency is os
sensitive, such as netty t
<li>check NOTICE, should have a notice for third-party dependency if
necessary</li>
<li>extract the zip and check if the binary version is correct</li>
<li>verify the asc(PGP sign), SHA512</li>
- <li>start nameserver and broker according to the quick-start</li>
+ <li>start name-server and broker according to the quick-start</li>
<li>run clusterList command to see if the version is correct</li>
- <li>make sure there is no nohup.out in the binary files</li>
+ <li>make sure there is no nohup.out and other irrelevant files in the binary
artifact</li>
</ul>
<h4 id="42-check-list-for-source-release">4.2 check list for source
release:</h4>
@@ -720,7 +720,7 @@ Be aware of the os version, for some dependency is os
sensitive, such as netty t
<li>check NOTICE, should have a notice for third-party dependency if
necessary</li>
<li>extract the zip and check if the source version is correct</li>
<li>verify the asc(PGP sign),SHA512</li>
- <li>build the source, start nameserver and broker according to the
quick-start</li>
+ <li>build the source, start name-server and broker according to the
quick-start</li>
<li>run clusterList command to see if the version is correct</li>
</ul>
diff --git a/content/docs/rmq-arc/index.html b/content/docs/rmq-arc/index.html
index 19f207a6..0f267042 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/rmq-deployment/index.html
b/content/docs/rmq-deployment/index.html
index c806d364..56b68e76 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/roadmap/index.html b/content/docs/roadmap/index.html
index 7b87e02d..9836a2f3 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/schedule-example/index.html
b/content/docs/schedule-example/index.html
index 4ceac0f3..60dd1224 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/simple-example/index.html
b/content/docs/simple-example/index.html
index 23f882a0..2993ace1 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/system-config/index.html
b/content/docs/system-config/index.html
index 2e9bd5a2..dd2d4ab9 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/docs/transaction-example/index.html
b/content/docs/transaction-example/index.html
index 51ae572c..b4006cf1 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/dowloading/releases/index.html
b/content/dowloading/releases/index.html
index 9d0569f2..c36dac79 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-08-04T14:49:42+00:00">
+ <meta property="article:published_time" content="2022-08-11T02:35:56+00:00">
diff --git a/content/feed.xml b/content/feed.xml
index 41da240d..4bb7c487 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.2">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2022-08-04T14:49:42+00:00</updated><id>/feed.xml</id><title
type="html">Apache RocketMQ</title><subtitle>The homepage of
RocketMQ.</subtitle><author><name>{"name"=>nil,
"avatar"=>"/ass [...]
+<?xml version="1.0" encoding="utf-8"?><feed
xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/"
version="3.9.2">Jekyll</generator><link href="/feed.xml" rel="self"
type="application/atom+xml" /><link href="/" rel="alternate" type="text/html"
/><updated>2022-08-11T02:35:56+00:00</updated><id>/feed.xml</id><title
type="html">Apache RocketMQ</title><subtitle>The homepage of
RocketMQ.</subtitle><author><name>{"name"=>nil,
"avatar"=>"/ass [...]
<h2> Download the 2.1.1 release</h2>
diff --git a/content/sitemap.xml b/content/sitemap.xml
index f2be828f..be6c2bc9 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-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/about/contact/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/about/rewards/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/about/origin/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/quick-start/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/motivation/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/core-concept/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/cli-admin-tool/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/cluster-deployment/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/pull-request/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/code-guidelines/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/documentation/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/faq/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/release-manual</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/dowloading/releases/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/roadmap/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/batch-example/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/broadcast-example/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/rmq-deployment/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/order-example/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/rmq-arc/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/schedule-example/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/simple-example/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/filter-by-sql92-example/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/logappender-example/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/openmessaging-example/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/system-config/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/how-to-contribute/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/transaction-example/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/best-practice-broker/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/best-practice-consumer/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/create-pull-request/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/best-practice-namesvr/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/docs/best-practice-producer/</loc>
-<lastmod>2022-08-04T14:49:42+00:00</lastmod>
+<lastmod>2022-08-11T02:35:56+00:00</lastmod>
</url>
<url>
<loc>/rocketmq/how-to-support-more-queues-in-rocketmq/</loc>
@@ -471,10 +471,10 @@
</url>
<url>
<loc>/assets/attachment/launch-rocketmq-code-marathon.pdf</loc>
-<lastmod>2022-08-04T14:46:05+00:00</lastmod>
+<lastmod>2022-08-11T02:31:52+00:00</lastmod>
</url>
<url>
<loc>/assets/attachment/launch-second-rocketmq-code-marathon.pdf</loc>
-<lastmod>2022-08-04T14:46:05+00:00</lastmod>
+<lastmod>2022-08-11T02:31:52+00:00</lastmod>
</url>
</urlset>