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

gurwls223 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git

commit 706872d4de2374d1faf84d8706611a092c0b6e76
Author: Hyukjin Kwon <gurwls...@apache.org>
AuthorDate: Thu Oct 19 13:50:22 2023 +0900

    Revert "[SPARK-45546][BUILD][FOLLOW-UP] Remove snapshot repo mistakenly 
added"
    
    This reverts commit 74dc5a3d8c0ffe425dfadec44e41615a8f3f8367.
---
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/pom.xml b/pom.xml
index 824ae49f6da..ade6537c2a1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3840,4 +3840,11 @@
       </build>
     </profile>
   </profiles>
+  <distributionManagement>
+    <snapshotRepository>
+      <id>internal.snapshot</id>
+      <name>Internal Snapshot Repository</name>
+      <url>http://localhost:8081/repository/maven-snapshots/</url>
+    </snapshotRepository>
+  </distributionManagement>
 </project>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to