This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch 2.0.0 in repository https://gitbox.apache.org/repos/asf/causeway.git
commit 2b32e01441d0815d66895cf53cc35327dd068817 Author: danhaywood <[email protected]> AuthorDate: Mon Mar 25 20:42:18 2024 +0000 CAUSEWAY-3666: updates release docs --- .../comguide/modules/ROOT/pages/verifying-releases.adoc | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/antora/components/comguide/modules/ROOT/pages/verifying-releases.adoc b/antora/components/comguide/modules/ROOT/pages/verifying-releases.adoc index d89ff15713..efbd6c4081 100644 --- a/antora/components/comguide/modules/ROOT/pages/verifying-releases.adoc +++ b/antora/components/comguide/modules/ROOT/pages/verifying-releases.adoc @@ -37,8 +37,15 @@ You will also require the following commands/tools: * `curl` - to download the ZIP and ASC files * `gpg` - to verify signatures * `unzip` - to unzip the ZIP files -* JDK 11 -* Apache Maven (`mvn`) 3.6.3+ +* JDK 17 ++ +[NOTE] +==== +v2 is for the most part compatible with Java 11 and almost all of the modules target Java 11. +The one exception is GraphQL viewer's test modules, which require Java 17. +==== + +* Apache Maven (`mvn`) 3.9.6+ == Verifying source artifacts
