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/sedona.git
The following commit(s) were added to refs/heads/master by this push:
new dc216e8c8 [DOCS] Update the Maven Coordinate version
dc216e8c8 is described below
commit dc216e8c8ac98f3be1e18365fa2ba0a7405a75cc
Author: Jia Yu <[email protected]>
AuthorDate: Sat Aug 24 22:46:59 2024 -0700
[DOCS] Update the Maven Coordinate version
---
docs/setup/snowflake/install.md | 4 +---
mkdocs.yml | 4 ++--
2 files changed, 3 insertions(+), 5 deletions(-)
diff --git a/docs/setup/snowflake/install.md b/docs/setup/snowflake/install.md
index a85a3aaba..f961f0879 100644
--- a/docs/setup/snowflake/install.md
+++ b/docs/setup/snowflake/install.md
@@ -59,9 +59,7 @@ You can refer to [Snowflake
Documentation](https://docs.snowflake.com/en/sql-ref
## Step 4: Get the SQL script for creating Sedona's functions
-You will need to download
[sedona-snowflake.sql](../../image/snowflake/sedona-snowflake.sql) to create
Sedona's functions in the schema created in the previous step.
-
-You can also get this SQL script by running the following command:
+You will need to get this SQL script by running the following command:
```bash
java -jar sedona-snowflake-{{ sedona.current_version }}.jar --geotools-version
{{ sedona.current_geotools }} > sedona-snowflake.sql
diff --git a/mkdocs.yml b/mkdocs.yml
index 6102627ac..3cddbc936 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -159,8 +159,8 @@ extra:
- icon: fontawesome/brands/discord
link: 'https://share.hsforms.com/1Ndql_ZigTdmLlVQc_d1o4gqga4q'
sedona:
- current_version: 1.6.0
- current_geotools: 1.6.0-28.2
+ current_version: 1.6.1
+ current_geotools: 1.6.1-28.2
sedona_create_release:
current_version: 1.6.1
current_git_tag: sedona-1.6.1-rc2