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

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


The following commit(s) were added to refs/heads/gh-pages by this push:
     new 95ce363a Deployed b66b74a7 to current-snapshot with MkDocs 1.4.2 and 
mike 1.1.2
95ce363a is described below

commit 95ce363a849fb85c1b42aaaccd01f2256634a1dc
Author: Jia Yu <[email protected]>
AuthorDate: Fri Dec 23 03:23:41 2022 -0700

    Deployed b66b74a7 to current-snapshot with MkDocs 1.4.2 and mike 1.1.2
---
 current-snapshot/community/publish/index.html |  56 ++++++++++++++++++++++++--
 current-snapshot/search/search_index.json     |   2 +-
 current-snapshot/setup/compile/index.html     |   2 +-
 current-snapshot/sitemap.xml.gz               | Bin 251 -> 251 bytes
 4 files changed, 55 insertions(+), 5 deletions(-)

diff --git a/current-snapshot/community/publish/index.html 
b/current-snapshot/community/publish/index.html
index 2982d820..3bfcbb61 100644
--- a/current-snapshot/community/publish/index.html
+++ b/current-snapshot/community/publish/index.html
@@ -3887,10 +3887,60 @@ rm apache-sedona-1.3.1-incubating-bin.tar.gz.asc
 rm apache-sedona-1.3.1-incubating-bin.tar.gz.sha512
 
 <span class="nb">echo</span> <span class="s2">&quot;Re-staging releases to 
https://repository.apache.org&quot;</span>
+
 <span class="c1"># For Spark 3.0 and Scala 2.12</span>
-mvn -q org.apache.maven.plugins:maven-release-plugin:2.3.2:perform 
-DconnectionUrl<span 
class="o">=</span>scm:git:https://github.com/apache/incubator-sedona.git 
-Dtag<span class="o">=</span>sedona-1.3.1-incubating-rc1 
-DautoVersionSubmodules<span class="o">=</span><span class="nb">true</span> 
-Dresume<span class="o">=</span><span class="nb">false</span> -Darguments<span 
class="o">=</span><span class="s2">&quot;-DskipTests&quot;</span>
+
+git pull
+
+git checkout -b sedona-1.3.1-incubating-rc1 sedona-1.3.1-incubating-rc1
+
+mvn versions:set -DnewVersion<span class="o">=</span><span 
class="m">1</span>.3.1-incubating-SNAPSHOT
+
+git add -A
+
+git commit -m <span class="s2">&quot;tmp SNAPSHOT pom&quot;</span>
+
+mvn clean release:prepare -DautoVersionSubmodules<span class="o">=</span><span 
class="nb">true</span> -DdryRun<span class="o">=</span><span 
class="nb">true</span> -Dresume<span class="o">=</span><span 
class="nb">false</span> -Darguments<span class="o">=</span><span 
class="s2">&quot;-DskipTests&quot;</span> -Dtag<span 
class="o">=</span>sedona-1.3.1-incubating-rc1 -DreleaseVersion<span 
class="o">=</span><span class="m">1</span>.3.1-incubating 
-DdevelopmentVersion<span class="o">={{</span>  [...]
+
+mvn versions:set -DnewVersion<span class="o">=</span><span 
class="m">1</span>.3.1-incubating
+
+git add -A
+
+git commit -m <span class="s2">&quot;revert back to the correct 
pom&quot;</span>
+
+mvn clean release:perform -DautoVersionSubmodules<span class="o">=</span><span 
class="nb">true</span> -Dresume<span class="o">=</span><span 
class="nb">false</span> -Darguments<span class="o">=</span><span 
class="s2">&quot;-DskipTests&quot;</span>
+
+rm -f release.*
+rm -f pom.xml.*
+
 <span class="c1"># For Spark 3.0 and Scala 2.13</span>
-mvn -q org.apache.maven.plugins:maven-release-plugin:2.3.2:perform 
-DconnectionUrl<span 
class="o">=</span>scm:git:https://github.com/apache/incubator-sedona.git 
-Dtag<span class="o">=</span>sedona-1.3.1-incubating-rc1 
-DautoVersionSubmodules<span class="o">=</span><span class="nb">true</span> 
-Dresume<span class="o">=</span><span class="nb">false</span> -Darguments<span 
class="o">=</span><span class="s2">&quot;-DskipTests -Dscala=2.13&quot;</span>
+
+mvn versions:set -DnewVersion<span class="o">=</span><span 
class="m">1</span>.3.1-incubating-SNAPSHOT
+
+git add -A
+
+git commit -m <span class="s2">&quot;tmp SNAPSHOT pom&quot;</span>
+
+mvn clean release:prepare -DautoVersionSubmodules<span class="o">=</span><span 
class="nb">true</span> -DdryRun<span class="o">=</span><span 
class="nb">true</span> -Dresume<span class="o">=</span><span 
class="nb">false</span> -Darguments<span class="o">=</span><span 
class="s2">&quot;-DskipTests -Dscala=2.13&quot;</span> -Dtag<span 
class="o">=</span>sedona-1.3.1-incubating-rc1 -DreleaseVersion<span 
class="o">=</span><span class="m">1</span>.3.1-incubating 
-DdevelopmentVersion<span class="o [...]
+
+mvn versions:set -DnewVersion<span class="o">=</span><span 
class="m">1</span>.3.1-incubating
+
+git add -A
+
+git commit -m <span class="s2">&quot;revert back to the correct 
pom&quot;</span>
+
+mvn clean release:perform -DautoVersionSubmodules<span class="o">=</span><span 
class="nb">true</span> -Dresume<span class="o">=</span><span 
class="nb">false</span> -Darguments<span class="o">=</span><span 
class="s2">&quot;-DskipTests -Dscala=2.13&quot;</span>
+
+rm -f release.*
+rm -f pom.xml.*
+
+git add -A
+
+git commit -m <span class="s2">&quot;cleanup the branch&quot;</span>
+
+git checkout master
+
+git branch -d sedona-1.3.1-incubating-rc1
 </code></pre></div>
 
 <h3 id="fix-signature-issues">Fix signature issues<a class="headerlink" 
href="#fix-signature-issues" title="Permanent link">&para;</a></h3>
@@ -3984,7 +4034,7 @@ Rscript generate-docs.R
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">December 2, 2022 01:00:56</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">December 23, 2022 10:16:55</span>
       
     
   </small>
diff --git a/current-snapshot/search/search_index.json 
b/current-snapshot/search/search_index.json
index ea87ae7f..72fc61a7 100644
--- a/current-snapshot/search/search_index.json
+++ b/current-snapshot/search/search_index.json
@@ -1 +1 @@
-{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":true,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"12/01/2022:
 Sedona 1.3.0-incubating is released. It adds native support of GeoParquet, 
DataFrame style API, Scala 2.13, Python 3.10, spatial aggregation on Flink. 
Please check Sedona release notes. \u00b6 08/30/2022: Sedona 1.2.1-incubating 
is released. It supports Spark 2.4 - 3.3. and Flink 1.12+. \u00b6 04/16/2022: 
Sedona 1.2.0-incubating is rel [...]
\ No newline at end of file
+{"config":{"indexing":"full","lang":["en"],"min_search_length":3,"prebuild_index":true,"separator":"[\\s\\-]+"},"docs":[{"location":"","text":"12/01/2022:
 Sedona 1.3.0-incubating is released. It adds native support of GeoParquet, 
DataFrame style API, Scala 2.13, Python 3.10, spatial aggregation on Flink. 
Please check Sedona release notes. \u00b6 08/30/2022: Sedona 1.2.1-incubating 
is released. It supports Spark 2.4 - 3.3. and Flink 1.12+. \u00b6 04/16/2022: 
Sedona 1.2.0-incubating is rel [...]
\ No newline at end of file
diff --git a/current-snapshot/setup/compile/index.html 
b/current-snapshot/setup/compile/index.html
index 090dfa4b..f559ad75 100644
--- a/current-snapshot/setup/compile/index.html
+++ b/current-snapshot/setup/compile/index.html
@@ -3274,7 +3274,7 @@ mike serve
   <small>
     
       Last update:
-      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">November 11, 2022 09:18:37</span>
+      <span class="git-revision-date-localized-plugin 
git-revision-date-localized-plugin-datetime">December 23, 2022 06:43:29</span>
       
     
   </small>
diff --git a/current-snapshot/sitemap.xml.gz b/current-snapshot/sitemap.xml.gz
index 3a436ba8..81cdb063 100644
Binary files a/current-snapshot/sitemap.xml.gz and 
b/current-snapshot/sitemap.xml.gz differ

Reply via email to