You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-commits@jackrabbit.apache.org by th...@apache.org on 2020/12/02 16:16:34 UTC

svn commit: r1884045 - /jackrabbit/oak/branches/1.6/README.md

Author: thomasm
Date: Wed Dec  2 16:16:34 2020
New Revision: 1884045

URL: http://svn.apache.org/viewvc?rev=1884045&view=rev
Log:
OAK-9294 Document that Java 8 is needed for Oak 1.4 and 1.6 in the future

Modified:
    jackrabbit/oak/branches/1.6/README.md

Modified: jackrabbit/oak/branches/1.6/README.md
URL: http://svn.apache.org/viewvc/jackrabbit/oak/branches/1.6/README.md?rev=1884045&r1=1884044&r2=1884045&view=diff
==============================================================================
--- jackrabbit/oak/branches/1.6/README.md (original)
+++ jackrabbit/oak/branches/1.6/README.md Wed Dec  2 16:16:34 2020
@@ -13,7 +13,7 @@ Getting Started
 ---------------
 
 To get started with Oak, build the latest sources with
-Maven 3 and Java 7 (or higher) like this:
+Maven 3 and Java 8 (or higher) like this:
 
     mvn clean install