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 6a0b4dfd8d [DOCS] Use https for Sedona website links (#2711)
6a0b4dfd8d is described below

commit 6a0b4dfd8d1dc0e2f6234111de0cc3a9ff71dbe3
Author: John Bampton <[email protected]>
AuthorDate: Mon Mar 16 15:04:45 2026 +1000

    [DOCS] Use https for Sedona website links (#2711)
---
 README.md                 | 2 +-
 common/pom.xml            | 2 +-
 docs/community/publish.md | 2 +-
 flink-shaded/pom.xml      | 2 +-
 flink/pom.xml             | 2 +-
 pom.xml                   | 2 +-
 shade-proto/pom.xml       | 2 +-
 snowflake-tester/pom.xml  | 2 +-
 snowflake/pom.xml         | 2 +-
 spark-shaded/pom.xml      | 2 +-
 spark/common/pom.xml      | 2 +-
 spark/pom.xml             | 2 +-
 spark/spark-3.4/pom.xml   | 2 +-
 spark/spark-3.5/pom.xml   | 2 +-
 spark/spark-4.0/pom.xml   | 2 +-
 spark/spark-4.1/pom.xml   | 2 +-
 zeppelin/package.json     | 2 +-
 17 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/README.md b/README.md
index a309d70bea..050fe6f2fe 100644
--- a/README.md
+++ b/README.md
@@ -226,7 +226,7 @@ We provide a Docker image for Apache Sedona with Python 
JupyterLab and a single-
 * [Working with Spatial R in 
Sedona](https://sedona.apache.org/latest/api/rdocs/)
 * [Sedona Python API 
Documentation](https://sedona.apache.org/latest/api/pydocs/)
 
-Please visit [Apache Sedona website](http://sedona.apache.org/) for detailed 
information
+Please visit [Apache Sedona website](https://sedona.apache.org/) for detailed 
information
 
 ## Star History
 
diff --git a/common/pom.xml b/common/pom.xml
index 195d8cba5c..f1e14d7334 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -29,7 +29,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: Common API.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/docs/community/publish.md b/docs/community/publish.md
index 348590f420..0193b708a7 100644
--- a/docs/community/publish.md
+++ b/docs/community/publish.md
@@ -554,7 +554,7 @@ Vote result thread (Permalink from 
https://lists.apache.org/list.html):
 
 
 Website:
-http://sedona.apache.org/
+https://sedona.apache.org/
 
 Release notes:
 https://github.com/apache/sedona/blob/sedona-{{ 
sedona_create_release.current_version }}/docs/setup/release-notes.md
diff --git a/flink-shaded/pom.xml b/flink-shaded/pom.xml
index e195c636ab..237deda74c 100644
--- a/flink-shaded/pom.xml
+++ b/flink-shaded/pom.xml
@@ -28,7 +28,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: Flink Shaded.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/flink/pom.xml b/flink/pom.xml
index 5ab5464ff0..617598ff22 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -29,7 +29,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: Streaming API for Apache Flink.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/pom.xml b/pom.xml
index 3f5434a906..c98aefbedb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
     <version>1.9.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>sedona-parent</name>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <description>Apache Sedona is a cluster computing system for processing 
large-scale spatial data.
     </description>
     <developers>
diff --git a/shade-proto/pom.xml b/shade-proto/pom.xml
index c5acd3d2f3..8a685fc2df 100644
--- a/shade-proto/pom.xml
+++ b/shade-proto/pom.xml
@@ -28,7 +28,7 @@
 
     <artifactId>shade-proto</artifactId>
     <name>${project.groupId}:${project.artifactId}</name>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/snowflake-tester/pom.xml b/snowflake-tester/pom.xml
index e6753ebf55..1d6c38e4f3 100644
--- a/snowflake-tester/pom.xml
+++ b/snowflake-tester/pom.xml
@@ -32,7 +32,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: Snowflake tester programs.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
 
     <properties>
         <maven.deploy.skip>${skip.deploy.common.modules}</maven.deploy.skip>
diff --git a/snowflake/pom.xml b/snowflake/pom.xml
index d6e15a15dd..9ad80f70f0 100644
--- a/snowflake/pom.xml
+++ b/snowflake/pom.xml
@@ -28,7 +28,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: Snowflake API.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/spark-shaded/pom.xml b/spark-shaded/pom.xml
index c0a9ee0ae5..d3c8657b50 100644
--- a/spark-shaded/pom.xml
+++ b/spark-shaded/pom.xml
@@ -28,7 +28,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: Spark Shaded.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/spark/common/pom.xml b/spark/common/pom.xml
index 0210dd825b..823b42067b 100644
--- a/spark/common/pom.xml
+++ b/spark/common/pom.xml
@@ -29,7 +29,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: Common SQL API.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/spark/pom.xml b/spark/pom.xml
index f64cc6c74a..10c4d9931e 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -29,7 +29,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: Parent module for SQL API.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>pom</packaging>
 
     <properties>
diff --git a/spark/spark-3.4/pom.xml b/spark/spark-3.4/pom.xml
index d5f8e5e454..394b979063 100644
--- a/spark/spark-3.4/pom.xml
+++ b/spark/spark-3.4/pom.xml
@@ -29,7 +29,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: SQL API for Spark 3.4.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/spark/spark-3.5/pom.xml b/spark/spark-3.5/pom.xml
index 1c1b4e2c0d..c56b0d557f 100644
--- a/spark/spark-3.5/pom.xml
+++ b/spark/spark-3.5/pom.xml
@@ -29,7 +29,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: SQL API for Spark 3.5.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/spark/spark-4.0/pom.xml b/spark/spark-4.0/pom.xml
index e3fe2aa69c..7169499dd6 100644
--- a/spark/spark-4.0/pom.xml
+++ b/spark/spark-4.0/pom.xml
@@ -29,7 +29,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: SQL API for Spark 4.0.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/spark/spark-4.1/pom.xml b/spark/spark-4.1/pom.xml
index e4d4b51f0e..e68ca1df57 100644
--- a/spark/spark-4.1/pom.xml
+++ b/spark/spark-4.1/pom.xml
@@ -29,7 +29,7 @@
 
     <name>${project.groupId}:${project.artifactId}</name>
     <description>A cluster computing system for processing large-scale spatial 
data: SQL API for Spark 4.1.</description>
-    <url>http://sedona.apache.org/</url>
+    <url>https://sedona.apache.org/</url>
     <packaging>jar</packaging>
 
     <properties>
diff --git a/zeppelin/package.json b/zeppelin/package.json
index 25e704ab70..cef30962f3 100644
--- a/zeppelin/package.json
+++ b/zeppelin/package.json
@@ -29,7 +29,7 @@
     "type": "git",
     "url": "https://github.com/apache/sedona";
   },
-  "homepage": "http://sedona.apache.org/";,
+  "homepage": "https://sedona.apache.org/";,
   "bugs": {
     "url": "https://issues.apache.org/jira/projects/SEDONA/issues/";
   }

Reply via email to