You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2021/02/08 00:15:47 UTC

[spark] branch branch-3.1 updated: [SPARK-34158] Incorrect url of the only developer Matei in pom.xml

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

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


The following commit(s) were added to refs/heads/branch-3.1 by this push:
     new 14d0419  [SPARK-34158] Incorrect url of the only developer Matei in pom.xml
14d0419 is described below

commit 14d041986759c0721420b2c1f343fb00b7b31515
Author: Kevin <pi...@apache.org>
AuthorDate: Mon Feb 8 09:15:05 2021 +0900

    [SPARK-34158] Incorrect url of the only developer Matei in pom.xml
    
    ### What changes were proposed in this pull request?
    
    Update the Incorrect URL of the only developer Matei in pom.xml
    
    ### Why are the changes needed?
    
    The current link was broken
    
    ### Does this PR introduce _any_ user-facing change?
    
    No
    
    ### How was this patch tested?
    
    change the link to https://cs.stanford.edu/people/matei/
    
    Closes #31512 from pingsutw/SPARK-34158.
    
    Authored-by: Kevin <pi...@apache.org>
    Signed-off-by: HyukjinKwon <gu...@apache.org>
    (cherry picked from commit 30ef3d6e1c00bd1f28e71511576daad223ba8b22)
    Signed-off-by: HyukjinKwon <gu...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 68eea2f..9811826 100644
--- a/pom.xml
+++ b/pom.xml
@@ -48,7 +48,7 @@
       <id>matei</id>
       <name>Matei Zaharia</name>
       <email>matei.zaharia@gmail.com</email>
-      <url>http://www.cs.berkeley.edu/~matei</url>
+      <url>https://cs.stanford.edu/people/matei</url>
       <organization>Apache Software Foundation</organization>
       <organizationUrl>http://spark.apache.org</organizationUrl>
     </developer>


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