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

zhoujinsong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/amoro.git


The following commit(s) were added to refs/heads/master by this push:
     new 22092632f [Hotfix] Update release validation instructions to use 
./mvnw for building (#4222)
22092632f is described below

commit 22092632f80badbee584bd9f920e853a1daf9734
Author: Xu Bai <[email protected]>
AuthorDate: Tue May 19 11:09:06 2026 +0800

    [Hotfix] Update release validation instructions to use ./mvnw for building 
(#4222)
    
    Update release validation instructions to use ./mvnw for building
---
 site/amoro-site/content/community/validate-release.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/site/amoro-site/content/community/validate-release.md 
b/site/amoro-site/content/community/validate-release.md
index 784611ac1..711fb4571 100644
--- a/site/amoro-site/content/community/validate-release.md
+++ b/site/amoro-site/content/community/validate-release.md
@@ -101,10 +101,10 @@ Compile from source:
 
 ```shell
 # Compile from source
-$ mvn clean package
+$ ./mvnw clean package
 
 # Or skip the unit test
-$ mvn clean package -DskipTests
+$ ./mvnw clean package -DskipTests
 ```
 
 ## vote for the release

Reply via email to