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

ruifengz 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 604700c400e [SPARK-41273][BUILD] Update plugins to latest versions
604700c400e is described below

commit 604700c400ef97b86e3025f8ac026b469eaf96ee
Author: panbingkun <pbk1...@gmail.com>
AuthorDate: Mon Nov 28 17:33:08 2022 +0800

    [SPARK-41273][BUILD] Update plugins to latest versions
    
    ### What changes were proposed in this pull request?
    This PR updates plugins to latest versions.
    
    ### Why are the changes needed?
    This brings improvment & bug fixes like the following:
    
    - maven-install-plugin (from 3.0.0-M1 to 3.1.0)
    https://github.com/apache/maven-install-plugin/releases
    
https://github.com/apache/maven-install-plugin/compare/maven-install-plugin-3.0.0-M1...maven-install-plugin-3.1.0
    
    - maven-deploy-plugin (from 3.0.0-M1 to 3.0.0)
    https://github.com/apache/maven-deploy-plugin/releases
    
https://github.com/apache/maven-deploy-plugin/compare/maven-deploy-plugin-3.0.0-M1...maven-deploy-plugin-3.0.0
    
    - maven-javadoc-plugin (from 3.4.0 to 3.4.1)
    https://github.com/apache/maven-javadoc-plugin/releases
    
https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.4.0...maven-javadoc-plugin-3.4.1
    
    - maven-jar-plugin (from 3.2.2 to 3.3.0)
    https://github.com/apache/maven-jar-plugin/releases
    
https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA and testing with the existing code.
    
    Closes #38809 from panbingkun/SPARK-41273.
    
    Authored-by: panbingkun <pbk1...@gmail.com>
    Signed-off-by: Ruifeng Zheng <ruife...@apache.org>
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index b78a9f18809..f47bedb18e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3082,7 +3082,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.4.0</version>
+          <version>3.4.1</version>
           <configuration>
             <additionalJOptions>
               <additionalJOption>-Xdoclint:all</additionalJOption>
@@ -3155,12 +3155,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-install-plugin</artifactId>
-          <version>3.0.0-M1</version>
+          <version>3.1.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-deploy-plugin</artifactId>
-          <version>3.0.0-M1</version>
+          <version>3.0.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -3773,7 +3773,7 @@
                       <pluginExecutionFilter>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-jar-plugin</artifactId>
-                        <versionRange>3.2.2</versionRange>
+                        <versionRange>3.3.0</versionRange>
                         <goals>
                           <goal>test-jar</goal>
                         </goals>


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

Reply via email to