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 2cca99415 ORC-1471: Updated README.md to use maven 3.8.8
2cca99415 is described below

commit 2cca994159424b42469e908459e6f100cadb925a
Author: mystic-lama <[email protected]>
AuthorDate: Mon Aug 7 08:48:39 2023 -0700

    ORC-1471: Updated README.md to use maven 3.8.8
    
    ### 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
    
    Closes #1571 from mystic-lama/doc_maven_version_fix.
    
    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 a32062828..3b6d0757c 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.8.8 or higher
 * Install cmake 3.12 or higher
 
 To build a release version with debug information:

Reply via email to