From 4a65b756472301a172a24ff30e7c7d25a5742696 Mon Sep 17 00:00:00 2001 From: Arthur H <516104+arthware@users.noreply.github.com> Date: Tue, 29 Aug 2023 13:48:13 +0200 Subject: [PATCH] Update README.md to v7 (#3721) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f3cea0f70cd..eb5b96ce7a0 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -Flowable (V6) +Flowable (V7) ======== [Maven Central: @@ -33,9 +33,11 @@ The Flowable downloads can be found on https://www.flowable.org/downloads.html. The distribution contains most of the sources as jar files. The source code of Flowable can be found on https://github.com/flowable/flowable-engine. -### JDK 8+ +### JDK 17+ -Flowable runs on a JDK higher than or equal to version 8. Use the JDK packaged with your Linux distribution or go to [adoptium.net](https://adoptium.net/) and click on the *Latest LTS Release* button. There are installation instructions on that page as well. To verify that your installation was successful, run `java -version` on the command line. That should print the installed version of your JDK. +Flowable V7 runs on a Java higher than or equal to version 17. Use the JDK packaged with your Linux distribution or go to [adoptium.net](https://adoptium.net/) and click on the *Latest LTS Release* button. There are installation instructions on that page as well. To verify that your installation was successful, run `java -version` on the command line. That should print the installed version of your JDK. + +[Flowable V6](https://github.com/flowable/flowable-engine/tree/flowable6.x) is still maintained and supports Java 8+. ### Contributing