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 ede42277e ORC-1552: Updated Maven version to 3.9.6 to keep
documentation in sync
ede42277e is described below
commit ede42277e10486e4885ce8f99facd7d194a79498
Author: mystic-lama <[email protected]>
AuthorDate: Sat Dec 9 15:25:09 2023 -0800
ORC-1552: Updated Maven version to 3.9.6 to keep documentation in sync
### What changes were proposed in this pull request?
The PR updates the README.md to reflect upgraded Maven version as part of
[ORC-1550](https://issues.apache.org/jira/browse/ORC-1550)
### Why are the changes needed?
The PR is needed to keep Documentation in sync with implementation
### How was this patch tested?
Manually verified, Documentation update only
Closes #1690 from mystic-lama/update_mvn_version_doc.
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 732554cab..2336b0c2f 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ The subdirectories are:
### Building
* Install java 17 or higher
-* Install maven 3.9.4 or higher
+* Install maven 3.9.6 or higher
* Install cmake 3.12 or higher
To build a release version with debug information: