This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M7-RC1 in repository https://gitbox.apache.org/repos/asf/isis.git
commit 978799d04987c8f88ac6e814678e39678d3dc7d4 Author: Dan Haywood <[email protected]> AuthorDate: Sun Feb 13 14:00:11 2022 +0000 ISIS-2859: updates prereqs for verifying-releases.adoc --- antora/components/comguide/modules/ROOT/pages/verifying-releases.adoc | 4 ++-- 1 file changed, 2 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 943f326..d518858 100644 --- a/antora/components/comguide/modules/ROOT/pages/verifying-releases.adoc +++ b/antora/components/comguide/modules/ROOT/pages/verifying-releases.adoc @@ -37,8 +37,8 @@ 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 8 -* Apache Maven (`mvn`) 3.5.0+ +* JDK 11 +* Apache Maven (`mvn`) 3.6.3+ == Verifying source artifacts
