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 6a0221bc6 ORC-1503: Updated `README.md` with Maven version 3.9.4
6a0221bc6 is described below
commit 6a0221bc66deae41d46f6ef21c97744dbb69207a
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
ORC-1503: Update README.md to use Maven 3.9.4
### What changes were proposed in this pull request?
This PR aims to update documentation to use Maven 3.9.4, upgraded as part
of ORC-1502
### Why are the changes needed?
The changes are need to keep documentation in sync with maven version used
for build
### How was this patch tested?
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]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 3b6d0757c..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.8 or higher
+* Install maven 3.9.4 or higher
* Install cmake 3.12 or higher
To build a release version with debug information: