mystic-lama opened a new pull request, #1571: URL: https://github.com/apache/orc/pull/1571
### What changes were proposed in this pull request? The PR proposes to update README to reflect the actual maven version to be used for build. Current documentations says Maven version 3.8.6 or higher. However, the build fails with Maven 3.8.6 with error ``` [INFO] ------------------------------------------------------------------------ [ERROR] Failed to execute goal org.apache.maven.plugins:maven-enforcer-plugin:3.3.0:enforce (enforce-maven) on project orc: [ERROR] Rule 0: org.apache.maven.enforcer.rules.version.RequireMavenVersion failed with message: [ERROR] Detected Maven Version: 3.8.6 is not in the allowed range [3.8.8,). ``` ### 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
