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 <[email protected]>
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 <[email protected]>
    Signed-off-by: HyukjinKwon <[email protected]>
    (cherry picked from commit 30ef3d6e1c00bd1f28e71511576daad223ba8b22)
    Signed-off-by: HyukjinKwon <[email protected]>
---
 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>[email protected]</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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to