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 2023/05/19 06:25:16 UTC

[orc] branch main updated: ORC-1429: Upgrade Maven to 3.8.8

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

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


The following commit(s) were added to refs/heads/main by this push:
     new afc32b68e ORC-1429: Upgrade Maven to 3.8.8
afc32b68e is described below

commit afc32b68ede7f485a6cf0e004c6087af4a0890b5
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Thu May 18 23:25:05 2023 -0700

    ORC-1429: Upgrade Maven to 3.8.8
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade Maven to 3.8.8 for Apache ORC 2.0.
    
    ### Why are the changes needed?
    
    Apache Maven 3.8.8 is the latest bug fixed versions in 3.8.x line.
    - https://maven.apache.org/docs/history.html
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    Closes #1506 from dongjoon-hyun/ORC-1429.
    
    Authored-by: Dongjoon Hyun <do...@apache.org>
    Signed-off-by: Dongjoon Hyun <do...@apache.org>
---
 java/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/java/pom.xml b/java/pom.xml
index 43ae8fe44..fff0dabb0 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -69,7 +69,7 @@
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>
     <maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
-    <maven.version>3.8.6</maven.version>
+    <maven.version>3.8.8</maven.version>
 
     <min.hadoop.version>2.7.3</min.hadoop.version>
     <mockito.version>4.11.0</mockito.version>