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 422e7e09 [maven-release-plugin] prepare for next development iteration
422e7e09 is described below

commit 422e7e09fceb049e0a0ddff1fb50d7e121d48bc0
Author: Jia Yu <[email protected]>
AuthorDate: Wed Mar 15 21:17:50 2023 -0700

    [maven-release-plugin] prepare for next development iteration
---
 common/pom.xml         | 2 +-
 core/pom.xml           | 2 +-
 flink-shaded/pom.xml   | 2 +-
 flink/pom.xml          | 2 +-
 pom.xml                | 4 ++--
 python-adapter/pom.xml | 2 +-
 spark-shaded/pom.xml   | 2 +-
 sql/pom.xml            | 2 +-
 viz/pom.xml            | 2 +-
 9 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/common/pom.xml b/common/pom.xml
index 62124021..c64771be 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.4.0</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sedona-common</artifactId>
diff --git a/core/pom.xml b/core/pom.xml
index 006917ec..45c84043 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sedona</groupId>
         <artifactId>sedona-parent</artifactId>
-        <version>1.4.0</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     
<artifactId>sedona-core-${spark.compat.version}_${scala.compat.version}</artifactId>
diff --git a/flink-shaded/pom.xml b/flink-shaded/pom.xml
index 773d9db5..af788c88 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.4.0</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
     <artifactId>sedona-flink-shaded_${scala.compat.version}</artifactId>
 
diff --git a/flink/pom.xml b/flink/pom.xml
index 0b64b421..1fd07702 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.4.0</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
        <artifactId>sedona-flink_${scala.compat.version}</artifactId>
diff --git a/pom.xml b/pom.xml
index 3b719deb..2e923650 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.sedona</groupId>
     <artifactId>sedona-parent</artifactId>
-    <version>1.4.0</version>
+    <version>1.4.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.4.0-rc1</tag>
+        <tag>sedona-1.3.1-incubating-rc1</tag>
     </scm>
 
     <properties>
diff --git a/python-adapter/pom.xml b/python-adapter/pom.xml
index 4887f5f4..c469cdb9 100644
--- a/python-adapter/pom.xml
+++ b/python-adapter/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>sedona-parent</artifactId>
         <groupId>org.apache.sedona</groupId>
-        <version>1.4.0</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
     
<artifactId>sedona-python-adapter-${spark.compat.version}_${scala.compat.version}</artifactId>
 
diff --git a/spark-shaded/pom.xml b/spark-shaded/pom.xml
index fe451ad5..edac4373 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.4.0</version>
+        <version>1.4.1-SNAPSHOT</version>
     </parent>
     
<artifactId>sedona-spark-shaded-${spark.compat.version}_${scala.compat.version}</artifactId>
 
diff --git a/sql/pom.xml b/sql/pom.xml
index 0b2490cb..129a2121 100644
--- a/sql/pom.xml
+++ b/sql/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sedona</groupId>
         <artifactId>sedona-parent</artifactId>
-        <version>1.4.0</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
        
<artifactId>sedona-sql-${spark.compat.version}_${scala.compat.version}</artifactId>
diff --git a/viz/pom.xml b/viz/pom.xml
index 889401cc..0c588231 100644
--- a/viz/pom.xml
+++ b/viz/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.sedona</groupId>
         <artifactId>sedona-parent</artifactId>
-        <version>1.4.0</version>
+        <version>1.4.1-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
        
<artifactId>sedona-viz-${spark.compat.version}_${scala.compat.version}</artifactId>

Reply via email to