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 a3567c847d8522726760ed74d91b26312b0d4338 Author: Dan Haywood <[email protected]> AuthorDate: Sat Feb 12 15:40:06 2022 +0000 ISIS-2859: further minor doc fixes --- .../components/conguide/modules/ROOT/pages/building-apache-isis.adoc | 2 +- .../clients/kroviz/adoc/modules/kroviz/pages/DevelopmentGuide.adoc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/antora/components/conguide/modules/ROOT/pages/building-apache-isis.adoc b/antora/components/conguide/modules/ROOT/pages/building-apache-isis.adoc index c2fd2e4..03f8aa5 100644 --- a/antora/components/conguide/modules/ROOT/pages/building-apache-isis.adoc +++ b/antora/components/conguide/modules/ROOT/pages/building-apache-isis.adoc @@ -173,7 +173,7 @@ If you intend to contribute back patches to Apache Isis, note that while you can == Installing Maven -Install Maven 3.0.x, downloadable http://maven.apache.org/download.html[here]. +Install Maven 3.6.3 or later, downloadable http://maven.apache.org/download.html[here]. Set `MAVEN_OPTS` environment variable: diff --git a/incubator/clients/kroviz/adoc/modules/kroviz/pages/DevelopmentGuide.adoc b/incubator/clients/kroviz/adoc/modules/kroviz/pages/DevelopmentGuide.adoc index 035d601..e0a0032 100644 --- a/incubator/clients/kroviz/adoc/modules/kroviz/pages/DevelopmentGuide.adoc +++ b/incubator/clients/kroviz/adoc/modules/kroviz/pages/DevelopmentGuide.adoc @@ -290,8 +290,8 @@ include::partial$design/dev-overview.adoc[] ==== Tool Chain -* (Oracle) JDK 1.8_181 (or higher) -* Apache Maven 3.6.0 +* (Oracle) JDK 11 (or higher) +* Apache Maven 3.6.3 (or later) ==== Create from Archetype
