You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by ti...@apache.org on 2022/12/27 03:33:27 UTC

[pulsar-site] branch main updated: fix broker url (#344)

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

tison pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 1a286b77ba8 fix broker url (#344)
1a286b77ba8 is described below

commit 1a286b77ba87282ba8a36c7c9c1b0c58ea0f91c9
Author: Jiwei Guo <te...@apache.org>
AuthorDate: Tue Dec 27 11:33:22 2022 +0800

    fix broker url (#344)
---
 site2/website-next/contribute/release-process.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site2/website-next/contribute/release-process.md b/site2/website-next/contribute/release-process.md
index 6fae83d5dfd..57c513a23d6 100644
--- a/site2/website-next/contribute/release-process.md
+++ b/site2/website-next/contribute/release-process.md
@@ -38,7 +38,7 @@ To verify the release branch is not broken, you can synchronize the branch in yo
 
 If you haven't already done it, [create and publish the GPG key](create-gpg-keys.md) to sign the release artifacts.
 
-Before you start the next release steps, make sure you have installed the **JDK8** and maven **3.6.1** for Pulsar 2.6 and Pulsar 2.7, and **JDK11** and Maven **3.6.1** for Pulsar 2.8 onwards. And **clean up the bookkeeper's local compiled** to make sure the bookkeeper dependency is fetched from the Maven repo, details to see https://lists.apache.org/thread/gsbh95b2d9xtcg5fmtxpm9k9q6w68gd2
+Before you start the next release steps, make sure you have installed the **JDK8** and maven **3.6.1** for Pulsar 2.6 and Pulsar 2.7, and **JDK11** and Maven **3.6.1** or **3.8.6** for Pulsar 2.8 onwards. And **clean up the bookkeeper's local compiled** to make sure the bookkeeper dependency is fetched from the Maven repo, details to see https://lists.apache.org/thread/gsbh95b2d9xtcg5fmtxpm9k9q6w68gd2
 
 ## Create the release branch
 
@@ -149,7 +149,7 @@ Inspect the artifacts:
  bin/pulsar standalone
  ```
 
-* Use instructions in [Release-Candidate-Validation](https://github.com/apache/pulsar/blob/master/wiki/release/release-candidate-validation.md) to do some sanity checks on the produced binary distributions.
+* Use instructions in [Release-Candidate-Validation](validate-release-candidate.md) to do some sanity checks on the produced binary distributions.
 
 ### Build RPM and DEB packages