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

srowen 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 a3a755d3613 [SPARK-41408][BUILD] Upgrade scala-maven-plugin to 4.8.0
a3a755d3613 is described below

commit a3a755d36136295473a4873a6df33c295c29213e
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Thu Dec 8 07:41:19 2022 -0600

    [SPARK-41408][BUILD] Upgrade scala-maven-plugin to 4.8.0
    
    ### What changes were proposed in this pull request?
    This pr aims upgrade scala-maven-plugin to 4.8.0
    
    ### Why are the changes needed?
    This version upgrade zinc to 1.8.0 and inlcude some bug fix, the all change 
from 4.7.2 as follows:
    
    - https://github.com/davidB/scala-maven-plugin/compare/4.7.2...4.8.0
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    Closes #38936 from LuciferYang/sm-plugin-480.
    
    Authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: Sean Owen <sro...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b2e5979f467..a93954b3c5d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -175,7 +175,7 @@
       errors building different Hadoop versions.
       See: SPARK-36547, SPARK-38394.
        -->
-    <scala-maven-plugin.version>4.7.2</scala-maven-plugin.version>
+    <scala-maven-plugin.version>4.8.0</scala-maven-plugin.version>
     <!-- for now, not running scalafmt as part of default verify pipeline -->
     <scalafmt.skip>true</scalafmt.skip>
     <scalafmt.validateOnly>true</scalafmt.validateOnly>


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

Reply via email to