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 2022/08/16 17:49:25 UTC

[incubator-sedona] branch master updated: [MINOR] Fix the POM.xml so it can compile

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


The following commit(s) were added to refs/heads/master by this push:
     new 4b7df8e0 [MINOR] Fix the POM.xml so it can compile
4b7df8e0 is described below

commit 4b7df8e0d18786dde6d5c57b6a1deacf7caac36f
Author: Jia Yu <ji...@apache.org>
AuthorDate: Tue Aug 16 10:48:00 2022 -0700

    [MINOR] Fix the POM.xml so it can compile
---
 common/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/pom.xml b/common/pom.xml
index ffd5de3e..b85b885a 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.2.1-incubating-SNAPSHOT</version>
+        <version>1.3.0-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <artifactId>sedona-common</artifactId>