You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sedona.apache.org by ji...@apache.org on 2020/12/30 04:24:08 UTC

[incubator-sedona] branch master updated (a5e6c8c -> ad0a075)

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

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


    from a5e6c8c  [SEDONA-5] Update Sedona documentation (#502)
     add a4faea7  [maven-release-plugin] prepare release sedona-1.0.0-incubator
     new ad0a075  [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           |  4 ++--
 pom.xml                | 14 ++++++--------
 python-adapter/pom.xml |  4 ++--
 sql/pom.xml            |  4 ++--
 viz/pom.xml            |  4 ++--
 5 files changed, 14 insertions(+), 16 deletions(-)


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

Posted by ji...@apache.org.
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/incubator-sedona.git

commit ad0a075d7ece7103587771ae91cf714dd748320f
Author: Jia Yu <ji...@apache.org>
AuthorDate: Tue Dec 29 20:23:52 2020 -0800

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

diff --git a/core/pom.xml b/core/pom.xml
index 5bfdd97..e4a3220 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.0.0-incubator</version>
+        <version>1.0.1-incubator-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sedona-core_${scala.compat.version}</artifactId>
diff --git a/pom.xml b/pom.xml
index 1872f77..db2ddfc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
     </parent>
     <groupId>org.apache.sedona</groupId>
     <artifactId>sedona-parent</artifactId>
-    <version>1.0.0-incubator</version>
+    <version>1.0.1-incubator-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 3fa40d8..d96eef5 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.0.0-incubator</version>
+        <version>1.0.1-incubator-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 620a857..3e23743 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.0.0-incubator</version>
+        <version>1.0.1-incubator-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 ae34ad8..0ce995b 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.0.0-incubator</version>
+        <version>1.0.1-incubator-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 	<artifactId>sedona-viz-${spark.compat.version}_${scala.compat.version}</artifactId>