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 6adf4c77a3c [fix][doc] Fix JDK version in release process (#365)
6adf4c77a3c is described below

commit 6adf4c77a3c66c34e1dadacdc223aec61cac6fe5
Author: Kengo Seki <[email protected]>
AuthorDate: Tue Jan 10 18:53:17 2023 +0900

    [fix][doc] Fix JDK version in release process (#365)
---
 contribute/release-process.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contribute/release-process.md b/contribute/release-process.md
index b9083c3787e..cf02d6df9ae 100644
--- a/contribute/release-process.md
+++ b/contribute/release-process.md
@@ -34,7 +34,7 @@ If you haven't already done it, [create and publish the GPG 
key](create-gpg-keys
 
 Before you start the next release steps, make sure you have installed these 
software:
 
-* JDK 11
+* JDK 17 (for Pulsar version >= 2.11) or JDK 11 (for earlier versions)
 * Maven 3.8.6
 * Zip
 

Reply via email to