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

jiayu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


The following commit(s) were added to refs/heads/master by this push:
     new a2946638 [DOCS] Fix typos
a2946638 is described below

commit a2946638e91c9a95c2d5841bbf0f4d799a8ac5a6
Author: Jia Yu <[email protected]>
AuthorDate: Wed Nov 16 00:41:06 2022 -0800

    [DOCS] Fix typos
---
 docs/community/snapshot.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/community/snapshot.md b/docs/community/snapshot.md
index 6035e3d2..2b3fbe57 100644
--- a/docs/community/snapshot.md
+++ b/docs/community/snapshot.md
@@ -32,13 +32,13 @@ git pull
 
 # Spark 3.0 and Scala 2.12
 # Prepare the SNAPSHOTs
-mvn -q clean -Darguments="-DskipTests" release:prepare -DdryRun=true 
-DautoVersionSubmodules=true -Dresume=false
+mvn -q -B clean -Darguments="-DskipTests" release:prepare -Dtag={{ 
sedona_create_release.current_git_tag }} -DreleaseVersion={{ 
sedona_create_release.current_version }} -DdevelopmentVersion={{ 
sedona_create_release.current_snapshot }} -DdryRun=true 
-DautoVersionSubmodules=true -Dresume=false
 # Deploy the SNAPSHOTs
 mvn -q deploy -DskipTests
 
 # Prepare for Spark 3.0 and Scala 2.13
 # Prepare the SNAPSHOTs
-mvn -q clean -Darguments="-DskipTests -Dscala=2.13" release:prepare 
-DdryRun=true -DautoVersionSubmodules=true -Dresume=false
+mvn -q -B clean -Darguments="-DskipTests -Dscala=2.13" release:prepare  
-Dtag={{ sedona_create_release.current_git_tag }} -DreleaseVersion={{ 
sedona_create_release.current_version }} -DdevelopmentVersion={{ 
sedona_create_release.current_snapshot }} -DdryRun=true 
-DautoVersionSubmodules=true -Dresume=false
 # Deploy the SNAPSHOTs
 mvn -q deploy -DskipTests -Dscala=2.13
 ```
\ No newline at end of file

Reply via email to