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
commit cab4e63b44c42a327b4f79e814d211e445c10676 Author: Jia Yu <[email protected]> AuthorDate: Mon Nov 25 17:24:22 2024 -0800 Revert "[maven-release-plugin] prepare for next development iteration" This reverts commit 3bba9aefc9d1ea82548661999345397c22474703. --- common/pom.xml | 2 +- flink-shaded/pom.xml | 2 +- flink/pom.xml | 2 +- pom.xml | 4 ++-- snowflake/pom.xml | 2 +- spark-shaded/pom.xml | 2 +- spark/common/pom.xml | 2 +- spark/pom.xml | 2 +- spark/spark-3.3/pom.xml | 2 +- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/common/pom.xml b/common/pom.xml index 7a6c2063ce..015738e8df 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.7.1-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sedona-common</artifactId> diff --git a/flink-shaded/pom.xml b/flink-shaded/pom.xml index 906bc9ef6d..e8f9f29520 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.7.1-SNAPSHOT</version> + <version>1.7.0</version> </parent> <artifactId>sedona-flink-shaded_${scala.compat.version}</artifactId> diff --git a/flink/pom.xml b/flink/pom.xml index c4247f678e..d786cd0626 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.7.1-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sedona-flink_${scala.compat.version}</artifactId> diff --git a/pom.xml b/pom.xml index ca92a24f14..0018468b28 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ </parent> <groupId>org.apache.sedona</groupId> <artifactId>sedona-parent</artifactId> - <version>1.7.1-SNAPSHOT</version> + <version>1.7.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.7.0-rc1</tag> </scm> <properties> diff --git a/snowflake/pom.xml b/snowflake/pom.xml index 12dd913dd5..9f6024f7e7 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.7.1-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/spark-shaded/pom.xml b/spark-shaded/pom.xml index 8c809b70ef..7a5a5e0bbb 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.7.1-SNAPSHOT</version> + <version>1.7.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 7803a93275..21fc477475 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.7.1-SNAPSHOT</version> + <version>1.7.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 7a58025990..74b176dfea 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.7.1-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sedona-spark-parent-${spark.compat.version}_${scala.compat.version}</artifactId> diff --git a/spark/spark-3.3/pom.xml b/spark/spark-3.3/pom.xml index d266019335..b0c267fa3a 100644 --- a/spark/spark-3.3/pom.xml +++ b/spark/spark-3.3/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.7.1-SNAPSHOT</version> + <version>1.7.0</version> <relativePath>../pom.xml</relativePath> </parent> <artifactId>sedona-spark-3.3_${scala.compat.version}</artifactId>
