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 90b7b5e642 [maven-release-plugin] prepare release sedona-1.8.0-rc2
90b7b5e642 is described below
commit 90b7b5e642ae16a2e83843704f324147aef7f4b8
Author: Jia Yu <[email protected]>
AuthorDate: Tue Sep 9 00:15:18 2025 -0700
[maven-release-plugin] prepare release sedona-1.8.0-rc2
---
common/pom.xml | 2 +-
flink-shaded/pom.xml | 2 +-
flink/pom.xml | 2 +-
pom.xml | 4 ++--
shade-proto/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 +-
12 files changed, 13 insertions(+), 13 deletions(-)
diff --git a/common/pom.xml b/common/pom.xml
index b074b45fde..d7cebb0d0c 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-common</artifactId>
diff --git a/flink-shaded/pom.xml b/flink-shaded/pom.xml
index 11e745686d..bf6e1254af 100644
--- a/flink-shaded/pom.xml
+++ b/flink-shaded/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>sedona-parent</artifactId>
<groupId>org.apache.sedona</groupId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
</parent>
<artifactId>sedona-flink-shaded_${scala.compat.version}</artifactId>
diff --git a/flink/pom.xml b/flink/pom.xml
index 14c89aa860..3fd599cbe1 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-flink_${scala.compat.version}</artifactId>
diff --git a/pom.xml b/pom.xml
index 5a2325356c..3ec2c38ae5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
</parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<packaging>pom</packaging>
<name>sedona-parent</name>
<url>http://sedona.apache.org/</url>
@@ -54,7 +54,7 @@
<connection>scm:git:https://github.com/apache/sedona.git</connection>
<developerConnection>scm:git:https://github.com/apache/sedona.git</developerConnection>
<url>https://github.com/apache/sedona</url>
- <tag>sedona-1.3.1-incubating-rc1</tag>
+ <tag>sedona-1.8.0-rc2</tag>
</scm>
<properties>
diff --git a/shade-proto/pom.xml b/shade-proto/pom.xml
index c62101b33b..e2ae936357 100644
--- a/shade-proto/pom.xml
+++ b/shade-proto/pom.xml
@@ -21,7 +21,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/snowflake/pom.xml b/snowflake/pom.xml
index 57c5f61956..5d2689c6c3 100644
--- a/snowflake/pom.xml
+++ b/snowflake/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/spark-shaded/pom.xml b/spark-shaded/pom.xml
index d922fd4000..1f0738ec21 100644
--- a/spark-shaded/pom.xml
+++ b/spark-shaded/pom.xml
@@ -22,7 +22,7 @@
<parent>
<artifactId>sedona-parent</artifactId>
<groupId>org.apache.sedona</groupId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
</parent>
<artifactId>sedona-spark-shaded-${spark.compat.version}_${scala.compat.version}</artifactId>
diff --git a/spark/common/pom.xml b/spark/common/pom.xml
index 7e6bb06700..deb0b51a53 100644
--- a/spark/common/pom.xml
+++ b/spark/common/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-common-${spark.compat.version}_${scala.compat.version}</artifactId>
diff --git a/spark/pom.xml b/spark/pom.xml
index bdc6147348..978c4111d1 100644
--- a/spark/pom.xml
+++ b/spark/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
diff --git a/spark/spark-3.4/pom.xml b/spark/spark-3.4/pom.xml
index 172b6be041..899e6fdfaa 100644
--- a/spark/spark-3.4/pom.xml
+++ b/spark/spark-3.4/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-3.4_${scala.compat.version}</artifactId>
diff --git a/spark/spark-3.5/pom.xml b/spark/spark-3.5/pom.xml
index a113e7299d..175214505d 100644
--- a/spark/spark-3.5/pom.xml
+++ b/spark/spark-3.5/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-3.5_${scala.compat.version}</artifactId>
diff --git a/spark/spark-4.0/pom.xml b/spark/spark-4.0/pom.xml
index 5617cba85e..12abdf18e3 100644
--- a/spark/spark-4.0/pom.xml
+++ b/spark/spark-4.0/pom.xml
@@ -22,7 +22,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId>
- <version>1.8.1-SNAPSHOT</version>
+ <version>1.8.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>sedona-spark-4.0_${scala.compat.version}</artifactId>