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 291522100b [CI] Fix the snowflake-tester version
291522100b is described below
commit 291522100b2ff251f77d8111e6eb9ddf2a63bdcb
Author: Jia Yu <[email protected]>
AuthorDate: Wed Dec 18 15:52:44 2024 -0800
[CI] Fix the snowflake-tester version
---
snowflake-tester/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/snowflake-tester/pom.xml b/snowflake-tester/pom.xml
index 7db5e569b2..c972db7168 100644
--- a/snowflake-tester/pom.xml
+++ b/snowflake-tester/pom.xml
@@ -24,7 +24,7 @@
<parent>
<groupId>org.apache.sedona</groupId>
<artifactId>sedona-parent</artifactId>
- <version>1.6.1-SNAPSHOT</version>
+ <version>1.7.1-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>