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 49359057e3 [maven-release-plugin] prepare for next development iteration 49359057e3 is described below commit 49359057e3b5675d9d3f0b33398764711749437f Author: Jia Yu <ji...@apache.org> AuthorDate: Mon Sep 8 00:01:21 2025 -0700 [maven-release-plugin] prepare for next development iteration --- 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 d7cebb0d0c..b074b45fde 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.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sedona-common</artifactId> diff --git a/flink-shaded/pom.xml b/flink-shaded/pom.xml index bf6e1254af..11e745686d 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.0</version> + <version>1.8.1-SNAPSHOT</version> </parent> <artifactId>sedona-flink-shaded_${scala.compat.version}</artifactId> diff --git a/flink/pom.xml b/flink/pom.xml index 3fd599cbe1..14c89aa860 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.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sedona-flink_${scala.compat.version}</artifactId> diff --git a/pom.xml b/pom.xml index a4c9148eaf..f6c23adfd0 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <groupId>org.apache.sedona</groupId> <artifactId>sedona-parent</artifactId> - <version>1.8.0</version> + <version>1.8.1-SNAPSHOT</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.8.0-rc1</tag> + <tag>sedona-1.3.1-incubating-rc1</tag> </scm> <properties> diff --git a/shade-proto/pom.xml b/shade-proto/pom.xml index e2ae936357..c62101b33b 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.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/snowflake/pom.xml b/snowflake/pom.xml index 5d2689c6c3..57c5f61956 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.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/spark-shaded/pom.xml b/spark-shaded/pom.xml index 1f0738ec21..d922fd4000 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.0</version> + <version>1.8.1-SNAPSHOT</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 deb0b51a53..7e6bb06700 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.0</version> + <version>1.8.1-SNAPSHOT</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 978c4111d1..bdc6147348 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.0</version> + <version>1.8.1-SNAPSHOT</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 899e6fdfaa..172b6be041 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.0</version> + <version>1.8.1-SNAPSHOT</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 175214505d..a113e7299d 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.0</version> + <version>1.8.1-SNAPSHOT</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 12abdf18e3..5617cba85e 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.0</version> + <version>1.8.1-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sedona-spark-4.0_${scala.compat.version}</artifactId>