You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2023/10/18 03:11:56 UTC

[spark] branch master updated: [SPARK-45546][BUILD][FOLLOW-UP] Remove snapshot repo mistakenly added

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 74dc5a3d8c0 [SPARK-45546][BUILD][FOLLOW-UP] Remove snapshot repo mistakenly added
74dc5a3d8c0 is described below

commit 74dc5a3d8c0ffe425dfadec44e41615a8f3f8367
Author: Hyukjin Kwon <gu...@apache.org>
AuthorDate: Tue Oct 17 20:11:46 2023 -0700

    [SPARK-45546][BUILD][FOLLOW-UP] Remove snapshot repo mistakenly added
    
    ### What changes were proposed in this pull request?
    
    This PR removes snapshot repo mistakenly added in `pom.xml`
    
    ### Why are the changes needed?
    
    To clean up.
    
    ### Does this PR introduce _any_ user-facing change?
    
    No, dev-only.
    
    ### How was this patch tested?
    
    CI in this PR
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No
    
    Closes #43415 from HyukjinKwon/SPARK-45546-followup.
    
    Authored-by: Hyukjin Kwon <gu...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/pom.xml b/pom.xml
index ade6537c2a1..824ae49f6da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3840,11 +3840,4 @@
       </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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org