This is an automated email from the ASF dual-hosted git repository. danhaywood pushed a commit to branch release-2.0.0-M8-RC2 in repository https://gitbox.apache.org/repos/asf/isis.git
commit 378a0aeeb123c9cdddc7675ad41fa5caa13c28c2 Author: Dan Haywood <[email protected]> AuthorDate: Mon Sep 26 23:25:33 2022 +0100 ISIS-2965 : improves release docs --- antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc index d4dcd8dd58..37695875e0 100644 --- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc +++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc @@ -805,7 +805,7 @@ You'll also need to rebuild all and then regenerate config files and tooling: ---- git checkout $ISISBRANCH pushd bom -mvn clean install -DskipTests -Dreleased +mvn clean install -DskipTests -T1C -Dgithub popd mvn clean install -pl core/config mvn -D module-tooling -D skip.essential install -DskipTests
