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 fc3619f2aa [DOCS] Fix errors in POM.xml
fc3619f2aa is described below
commit fc3619f2aa58b475d239c05a2d75519444441dc7
Author: Jia Yu <[email protected]>
AuthorDate: Mon Sep 8 22:15:29 2025 -0700
[DOCS] Fix errors in POM.xml
---
pom.xml | 7 +++----
1 file changed, 3 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index f6c23adfd0..5a2325356c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -710,8 +710,7 @@
<spark.version>3.4.0</spark.version>
<spark.compat.version>3.4</spark.compat.version>
<log4j.version>2.19.0</log4j.version>
- <!-- Skip deploying parent module. it will be deployed with
sedona-spark-3.3 -->
- <skip.deploy.common.modules>true</skip.deploy.common.modules>
+ <skip.deploy.common.modules>false</skip.deploy.common.modules>
</properties>
</profile>
<profile>
@@ -726,7 +725,7 @@
<spark.version>3.5.0</spark.version>
<spark.compat.version>3.5</spark.compat.version>
<log4j.version>2.20.0</log4j.version>
- <!-- Skip deploying parent module. it will be deployed with
sedona-spark-3.3 -->
+ <!-- Skip deploying parent module. it will be deployed with
sedona-spark-3.4 -->
<skip.deploy.common.modules>true</skip.deploy.common.modules>
</properties>
</profile>
@@ -749,7 +748,7 @@
<scala.version>2.13.12</scala.version>
<scala.compat.version>2.13</scala.compat.version>
- <!-- Skip deploying parent module. it will be deployed with
sedona-spark-3.3 -->
+ <!-- Skip deploying parent module. it will be deployed with
sedona-spark-3.4 -->
<skip.deploy.common.modules>true</skip.deploy.common.modules>
</properties>
</profile>