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 b4982c98e ORC-1784: Upgrade `Maven` to 3.9.9
b4982c98e is described below

commit b4982c98eb3e6c03d7c44b4fb73ad34b80a2f44a
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Sep 30 15:12:34 2024 -0700

    ORC-1784: Upgrade `Maven` to 3.9.9
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `Maven` to 3.9.9.
    
    ### Why are the changes needed?
    
    To bring the latest bug fixed version in addition to align with Apache 
Spark 4.0.0,
    - https://github.com/apache/spark/pull/47827
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #2045 from dongjoon-hyun/ORC-1784.
    
    Authored-by: Dongjoon Hyun <[email protected]>
    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 60b0da5fc..cf5c5d079 100644
--- a/README.md
+++ b/README.md
@@ -43,7 +43,7 @@ The subdirectories are:
 ### Building
 
 * Install java 17 or higher
-* Install maven 3.9.6 or higher
+* Install maven 3.9.9 or higher
 * Install cmake 3.12 or higher
 
 To build a release version with debug information:
diff --git a/java/pom.xml b/java/pom.xml
index 620cb5eb7..7a8eaf871 100644
--- a/java/pom.xml
+++ b/java/pom.xml
@@ -73,7 +73,7 @@
     <maven-shade-plugin.version>3.6.0</maven-shade-plugin.version>
     <maven.compiler.release>17</maven.compiler.release>
     
<maven.compiler.useIncrementalCompilation>false</maven.compiler.useIncrementalCompilation>
-    <maven.version>3.9.6</maven.version>
+    <maven.version>3.9.9</maven.version>
 
     <mockito.version>5.10.0</mockito.version>
     <orc-format.version>1.0.0</orc-format.version>

Reply via email to