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 2022/11/06 11:57:48 UTC

[spark] branch master updated: [SPARK-41024][BUILD] Upgrade scala-maven-plugin to 4.7.2

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


The following commit(s) were added to refs/heads/master by this push:
     new c83ad5d9504 [SPARK-41024][BUILD] Upgrade scala-maven-plugin to 4.7.2
c83ad5d9504 is described below

commit c83ad5d95040d6bac30794c23d4c0b9148880a89
Author: yangjie01 <ya...@baidu.com>
AuthorDate: Sun Nov 6 20:57:32 2022 +0900

    [SPARK-41024][BUILD] Upgrade scala-maven-plugin to 4.7.2
    
    ### What changes were proposed in this pull request?
    This pr aims upgrade scala-maven-plugin to 4.7.2
    
    ### Why are the changes needed?
    This version set `-release` instead of `-target` to clean up a deprecation compilation warning for Scala 2.13.9
    
    - https://github.com/davidB/scala-maven-plugin/pull/648
    
    The all change from 4.7.1 as follows:
    
    - https://github.com/davidB/scala-maven-plugin/compare/4.7.1...4.7.2
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    Pass GitHub Actions
    
    Closes #38524 from LuciferYang/SPARK-41024.
    
    Authored-by: yangjie01 <ya...@baidu.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c973c802d05..6da1f8f0a11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -169,7 +169,7 @@
       errors building different Hadoop versions.
       See: SPARK-36547, SPARK-38394.
        -->
-    <scala-maven-plugin.version>4.7.1</scala-maven-plugin.version>
+    <scala-maven-plugin.version>4.7.2</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-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org