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

hzlu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new 386a77d  Upgrade maven plugins to improve build speed (#1674)
386a77d is described below

commit 386a77d566f1dc0b480c3bcbdb4a2880a8b8a4a9
Author: Huizhi Lu <[email protected]>
AuthorDate: Mon Mar 22 12:05:53 2021 -0700

    Upgrade maven plugins to improve build speed (#1674)
    
    Upgrade maven jar/assembly/javadoc plugins to improve build speed
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index c0ff9d3..a9f09be 100644
--- a/pom.xml
+++ b/pom.xml
@@ -581,12 +581,12 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-assembly-plugin</artifactId>
-          <version>2.3</version>
+          <version>3.3.0</version>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>2.9</version>
+          <version>3.2.0</version>
           <configuration>
             <skip>true</skip>
           </configuration>
@@ -594,6 +594,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-source-plugin</artifactId>
+          <version>3.2.1</version>
           <executions>
             <execution>
               <id>attach-sources</id>
@@ -615,7 +616,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-jar-plugin</artifactId>
-          <version>2.2</version>
+          <version>3.2.0</version>
           <executions>
             <execution>
               <goals>
@@ -736,6 +737,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-source-plugin</artifactId>
+        <version>3.2.1</version>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>

Reply via email to