You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2022/07/07 16:47:42 UTC

[orc] 03/03: ORC-1210: Upgrade maven to 3.8.6

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

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

commit e207fff5626fbf3e8aa54e6a8522da5435b6dda2
Author: William Hyun <wi...@apache.org>
AuthorDate: Mon Jul 4 20:04:16 2022 -0700

    ORC-1210: Upgrade maven to 3.8.6
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade maven to version 3.8.6.
    
    ### Why are the changes needed?
    This will bring the latest changes and bug fixes.
    
    - https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12351105
    - https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316922&version=12351556
    
    ### How was this patch tested?
    Pass the CIs.
    
    Closes #1173 from williamhyun/maven386.
    
    Authored-by: William Hyun <wi...@apache.org>
    Signed-off-by: William Hyun <wi...@apache.org>
    (cherry picked from commit 9b495a90f5eeefde6c3f5d5a5b012f9d38d05963)
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 README.md    | 2 +-
 java/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index d3758dbb3..a7d959247 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ The subdirectories are:
 ### Building
 
 * Install java 1.8 or higher
-* Install maven 3.8.4 or higher
+* Install maven 3.8.6 or higher
 * Install cmake
 
 To build a release version with debug information:
diff --git a/java/pom.xml b/java/pom.xml
index 581669b6f..2b8197ec5 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -75,7 +75,7 @@
     <tools.hadoop.version>2.10.1</tools.hadoop.version>
     <storage-api.version>2.8.1</storage-api.version>
     <zookeeper.version>3.8.0</zookeeper.version>
-    <maven.version>3.8.4</maven.version>
+    <maven.version>3.8.6</maven.version>
     <maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
     <maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
     <slf4j.version>1.7.36</slf4j.version>