You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@orc.apache.org by do...@apache.org on 2021/01/16 19:36:55 UTC

[orc] branch master updated: MINOR: Update Java version to 8 in README.md. (#627)

This is an automated email from the ASF dual-hosted git repository.

dongjoon pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/master by this push:
     new 7198f1e  MINOR: Update Java version to 8 in README.md. (#627)
7198f1e is described below

commit 7198f1ea105a488e7ecbb7aab6d676254c6c16c5
Author: William Hyun <62...@users.noreply.github.com>
AuthorDate: Sat Jan 16 11:36:48 2021 -0800

    MINOR: Update Java version to 8 in README.md. (#627)
    
    ### What changes were proposed in this pull request?
    
    This PR aims to update Java version to 8 in README.md.
    
    ### Why are the changes needed?
    
    Since ORC-399, Java 8 is used.
    
    ### How was this patch tested?
    
    N/A
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 878625f..c954c3d 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ The subdirectories are:
 
 ### Building
 
-* Install java 1.7 or higher
+* Install java 1.8 or higher
 * Install maven 3 or higher
 * Install cmake