From a169b5862c51e2475a9ee48f05d8aa10a07252c8 Mon Sep 17 00:00:00 2001 From: Chris Vest Date: Sun, 7 Jun 2020 23:31:04 +0200 Subject: [PATCH] More readme updates --- README.adoc | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.adoc b/README.adoc index 2778f760..17520acc 100644 --- a/README.adoc +++ b/README.adoc @@ -69,7 +69,7 @@ We recommend https://github.com/ben-manes/caffeine[Caffeine] for object caching. === Installing -Stormpot 3.0 only depends on Java 11 or newer. +Stormpot 3.1 only depends on Java 11 or newer. Add it as a Maven dependency to your projects: [source,xml] @@ -82,8 +82,6 @@ Add it as a Maven dependency to your projects: ---- You can also build the latest snapshot from source with `mvn clean install`. -Note that the next version, Stormpot 3.0, will require Java 11, so you need this -version of Java to build a snapshot from the source code. === Getting Started