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

[spark] branch master updated: [SPARK-42648][BUILD] Upgrade `versions-maven-plugin` to 2.15.0

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 037e6cf7674 [SPARK-42648][BUILD] Upgrade `versions-maven-plugin` to 2.15.0
037e6cf7674 is described below

commit 037e6cf7674069f9ed4fd45f0c8e2ec46234ed6b
Author: yangjie01 <ya...@baidu.com>
AuthorDate: Fri Mar 3 08:10:14 2023 -0600

    [SPARK-42648][BUILD] Upgrade `versions-maven-plugin` to 2.15.0
    
    ### What changes were proposed in this pull request?
    This pr aims upgrade `versions-maven-plugin` to 2.15.0
    
    ### Why are the changes needed?
    New version bring some improvements like:
    - https://github.com/mojohaus/versions/pull/898
    - https://github.com/mojohaus/versions/pull/883
    - https://github.com/mojohaus/versions/pull/878
    - https://github.com/mojohaus/versions/pull/893
    
    and some bug fix:
    - https://github.com/mojohaus/versions/pull/901
    - https://github.com/mojohaus/versions/pull/897
    - https://github.com/mojohaus/versions/pull/891
    
    The full release notes as follows:
    - https://github.com/mojohaus/versions/releases/tag/2.15.0
    
    ### Does this PR introduce _any_ user-facing change?
    No
    
    ### How was this patch tested?
    
    - GA `Dependencies test` should work normally
    - Manually check `./dev/test-dependencies.sh --replace-manifest`, run successful
    
    Closes #40248 from LuciferYang/SPARK-42648.
    
    Authored-by: yangjie01 <ya...@baidu.com>
    Signed-off-by: Sean Owen <sr...@gmail.com>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1db6d565bad..f233fe4654a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
       See: SPARK-36547, SPARK-38394.
        -->
     <scala-maven-plugin.version>4.8.0</scala-maven-plugin.version>
-    <versions-maven-plugin.version>2.14.2</versions-maven-plugin.version>
+    <versions-maven-plugin.version>2.15.0</versions-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