You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by om...@apache.org on 2021/01/05 01:00:51 UTC

[orc] branch branch-1.6 updated: ORC-710: Update maven plugins

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

omalley pushed a commit to branch branch-1.6
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/branch-1.6 by this push:
     new 338f5cd  ORC-710: Update maven plugins
338f5cd is described below

commit 338f5cdbda802c2a782cc80a0e577fccb434870f
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Mon Jan 4 15:58:41 2021 -0800

    ORC-710: Update maven plugins
    
    Fixes #606
    
    (cherry picked from commit 81451033043067f81ae5d6d296b29faa029eba51)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Owen O'Malley <om...@apache.org>
---
 java/pom.xml | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/java/pom.xml b/java/pom.xml
index 7e530d2..5620841 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -79,7 +79,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-enforcer-plugin</artifactId>
-        <version>3.0.0-M1</version>
+        <version>3.0.0-M3</version>
         <executions>
           <execution>
             <id>enforce-maven</id>
@@ -99,7 +99,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>2.10.4</version>
+        <version>3.2.0</version>
         <configuration>
           <links>
             <link>http://hadoop.apache.org/docs/r${hadoop.version}/api</link>
@@ -128,7 +128,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-antrun-plugin</artifactId>
-        <version>1.7</version>
+        <version>3.0.0</version>
         <executions>
           <execution>
             <id>setup-test-dirs</id>
@@ -148,7 +148,7 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-surefire-plugin</artifactId>
-        <version>2.21.0</version>
+        <version>3.0.0-M5</version>
         <configuration>
           <trimStackTrace>false</trimStackTrace>
           <reuseForks>false</reuseForks>
@@ -168,12 +168,12 @@
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-project-info-reports-plugin</artifactId>
-        <version>2.9</version>
+        <version>3.1.1</version>
       </plugin>
       <plugin>
         <groupId>io.github.zlika</groupId>
         <artifactId>reproducible-build-maven-plugin</artifactId>
-        <version>0.11</version>
+        <version>0.13</version>
         <executions>
           <execution>
             <phase>package</phase>
@@ -210,7 +210,7 @@
         <plugin>
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
-          <version>0.10</version>
+          <version>0.13</version>
           <executions>
             <execution>
               <phase>package</phase>
@@ -239,7 +239,7 @@
         <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>build-helper-maven-plugin</artifactId>
-          <version>1.10</version>
+          <version>3.2.0</version>
           <executions>
             <execution>
               <id>add-source</id>
@@ -258,7 +258,7 @@
         <plugin>
           <groupId>com.github.os72</groupId>
           <artifactId>protoc-jar-maven-plugin</artifactId>
-          <version>3.5.1.1</version>
+          <version>3.11.4</version>
           <executions>
             <execution>
               <phase>generate-sources</phase>
@@ -282,7 +282,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
-          <version>3.1</version>
+          <version>3.8.1</version>
           <configuration>
             <source>1.8</source>
             <target>1.8</target>
@@ -291,7 +291,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-shade-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.2.4</version>
           <executions>
             <execution>
               <phase>package</phase>
@@ -328,7 +328,7 @@
         <plugin>
           <groupId>io.github.zlika</groupId>
           <artifactId>reproducible-build-maven-plugin</artifactId>
-          <version>0.11</version>
+          <version>0.13</version>
         </plugin>
       </plugins>
     </pluginManagement>