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:15:31 UTC

svn commit: r1884044 - /jackrabbit/oak/branches/1.4/README.md

Author: thomasm
Date: Wed Dec  2 16:15:31 2020
New Revision: 1884044

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

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

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