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

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


The following commit(s) were added to refs/heads/branch-1.7 by this push:
     new dcfb6c2a5 ORC-1210: Upgrade maven to 3.8.6
dcfb6c2a5 is described below

commit dcfb6c2a5c89e46c8a2813e3aa2dd72bf487bb68
Author: William Hyun <[email protected]>
AuthorDate: Mon Jul 4 20:04:16 2022 -0700

    ORC-1210: Upgrade maven to 3.8.6
    
    This PR aims to upgrade maven to version 3.8.6.
    
    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
    
    Pass the CIs.
    
    Closes #1173 from williamhyun/maven386.
    
    Authored-by: William Hyun <[email protected]>
    Signed-off-by: William Hyun <[email protected]>
    (cherry picked from commit 9b495a90f5eeefde6c3f5d5a5b012f9d38d05963)
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit e207fff5626fbf3e8aa54e6a8522da5435b6dda2)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 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 7a970cbc2..f35c8f40f 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -74,7 +74,7 @@
     <tools.hadoop.version>2.10.2</tools.hadoop.version>
     <storage-api.version>2.8.1</storage-api.version>
     <zookeeper.version>3.6.2</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.33</slf4j.version>

Reply via email to