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

chaokunyang pushed a commit to branch fix_java_jar_release
in repository https://gitbox.apache.org/repos/asf/fory-site.git

commit b593a3a0d3971164c3e7c3535a5a5e2d5a67349b
Author: 慕白 <[email protected]>
AuthorDate: Thu May 28 16:06:11 2026 +0800

    fix jar release doc
---
 docs/community/how_to_release.md                         | 6 +++---
 versioned_docs/version-1.0.0/community/how_to_release.md | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/docs/community/how_to_release.md b/docs/community/how_to_release.md
index eaafe6788a..6e36dd4a79 100644
--- a/docs/community/how_to_release.md
+++ b/docs/community/how_to_release.md
@@ -344,9 +344,9 @@ cd java
 # -T10: Use 10 threads for parallel build, improving speed
 # clean: Clean the project
 # deploy: Deploy to remote repository
-# -Prelease: Activate the release profile
+# -Papache-release: Activate the release profile
 # -DskipTests: Skip tests
-mvn -T10 clean deploy --no-transfer-progress -DskipTests -Prelease
+mvn -T10 clean deploy --no-transfer-progress -DskipTests -Papache-release
 
 ```
 
@@ -359,7 +359,7 @@ cd ../kotlin
 
 # Execute the same Maven command as Java module
 # Configuration parameters are identical to Java module
-mvn -T10 clean deploy --no-transfer-progress -DskipTests -Prelease
+mvn -T10 clean deploy --no-transfer-progress -DskipTests -Papache-release
 
 ```
 
diff --git a/versioned_docs/version-1.0.0/community/how_to_release.md 
b/versioned_docs/version-1.0.0/community/how_to_release.md
index eaafe6788a..6e36dd4a79 100644
--- a/versioned_docs/version-1.0.0/community/how_to_release.md
+++ b/versioned_docs/version-1.0.0/community/how_to_release.md
@@ -344,9 +344,9 @@ cd java
 # -T10: Use 10 threads for parallel build, improving speed
 # clean: Clean the project
 # deploy: Deploy to remote repository
-# -Prelease: Activate the release profile
+# -Papache-release: Activate the release profile
 # -DskipTests: Skip tests
-mvn -T10 clean deploy --no-transfer-progress -DskipTests -Prelease
+mvn -T10 clean deploy --no-transfer-progress -DskipTests -Papache-release
 
 ```
 
@@ -359,7 +359,7 @@ cd ../kotlin
 
 # Execute the same Maven command as Java module
 # Configuration parameters are identical to Java module
-mvn -T10 clean deploy --no-transfer-progress -DskipTests -Prelease
+mvn -T10 clean deploy --no-transfer-progress -DskipTests -Papache-release
 
 ```
 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to