You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by im...@apache.org on 2022/04/04 18:04:13 UTC

[incubator-sedona] branch master updated (1dbc30ee -> 71c14946)

This is an automated email from the ASF dual-hosted git repository.

imbruced pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git


    from 1dbc30ee [SEDONA-100] Add st_multi function (#595)
     add 4838d7e4 [maven-release-plugin] prepare release sedona-1.2.0-incubating-rc2
     new 71c14946 [maven-release-plugin] prepare for next development iteration

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 core/pom.xml           | 2 +-
 flink/pom.xml          | 2 +-
 pom.xml                | 4 ++--
 python-adapter/pom.xml | 2 +-
 sql/pom.xml            | 2 +-
 viz/pom.xml            | 2 +-
 6 files changed, 7 insertions(+), 7 deletions(-)


[incubator-sedona] 01/01: [maven-release-plugin] prepare for next development iteration

Posted by im...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

imbruced pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sedona.git

commit 71c14946be4b33b1ce17e0b338c357d7dd89e7d6
Author: Pawel Kocinski <pa...@gmail.com>
AuthorDate: Mon Apr 4 20:03:59 2022 +0200

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

diff --git a/core/pom.xml b/core/pom.xml
index 044f5cf2..c02508f3 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.2.0-incubating</version>
+        <version>1.2.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sedona-core-${spark.compat.version}_${scala.compat.version}</artifactId>
diff --git a/flink/pom.xml b/flink/pom.xml
index 003a21f7..88801f4f 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.2.0-incubating</version>
+        <version>1.2.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<artifactId>sedona-flink_${scala.compat.version}</artifactId>
diff --git a/pom.xml b/pom.xml
index 95e6fa7b..d150132a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.sedona</groupId>
     <artifactId>sedona-parent</artifactId>
-    <version>1.2.0-incubating</version>
+    <version>1.2.1-incubating-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>sedona-parent</name>
     <url>http://sedona.apache.org/</url>
diff --git a/python-adapter/pom.xml b/python-adapter/pom.xml
index 94635a3a..7c3449da 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.2.0-incubating</version>
+        <version>1.2.1-incubating-SNAPSHOT</version>
     </parent>
     <artifactId>sedona-python-adapter-${spark.compat.version}_${scala.compat.version}</artifactId>
 
diff --git a/sql/pom.xml b/sql/pom.xml
index 6c4bfcca..b9e5fba2 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.2.0-incubating</version>
+        <version>1.2.1-incubating-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 171f6d84..e6d91e2f 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.2.0-incubating</version>
+        <version>1.2.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<artifactId>sedona-viz-${spark.compat.version}_${scala.compat.version}</artifactId>