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

jiayu pushed a commit to branch set-maven-central
in repository https://gitbox.apache.org/repos/asf/sedona.git

commit 5478c19acc03452193116143cfe40501851d8f50
Author: Jia Yu <[email protected]>
AuthorDate: Wed Sep 6 21:26:32 2023 -0700

    Fix
---
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1d83505a8..01adf2a67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -336,6 +336,17 @@
         </dependencies>
     </dependencyManagement>
     <repositories>
+        <repository>
+            <id>maven-central</id>
+            <name>Maven Central Repository</name>
+            <url>https://repo.maven.apache.org/maven2/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
         <repository>
             <id>osgeo</id>
             <name>OSGeo Release Repository</name>

Reply via email to