From ede42277e10486e4885ce8f99facd7d194a79498 Mon Sep 17 00:00:00 2001 From: mystic-lama <mysticlama000@gmail.com> Date: Sat, 9 Dec 2023 15:25:09 -0800 Subject: [PATCH] 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 <mysticlama000@gmail.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 732554cab7..2336b0c2ff 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: