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

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


The following commit(s) were added to refs/heads/branch-1.9 by this push:
     new 3d2260469 ORC-1503: Updated `README.md` with Maven version 3.9.4
3d2260469 is described below

commit 3d2260469eebfbc6f35eb07acc57fc92cf32168d
Author: mystic-lama <[email protected]>
AuthorDate: Thu Sep 14 21:37:38 2023 -0700

    ORC-1503: Updated `README.md` with Maven version 3.9.4
    
    This PR aims to update documentation to use Maven 3.9.4, upgraded as part 
of ORC-1502
    
    The changes are need to keep documentation in sync with maven version used 
for build
    
    Documentation patch, no tests were done
    
    Closes #1614 from mystic-lama/doc_update_mvn_version.
    
    Authored-by: mystic-lama <[email protected]>
    Signed-off-by: Dongjoon Hyun <[email protected]>
    (cherry picked from commit 6a0221bc66deae41d46f6ef21c97744dbb69207a)
    Signed-off-by: Dongjoon Hyun <[email protected]>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index a32062828..89fd8c2f7 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.6 or higher
+* Install maven 3.9.4 or higher
 * Install cmake 3.12 or higher
 
 To build a release version with debug information:

Reply via email to