You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2022/08/21 17:44:33 UTC

[isis] 06/07: ISIS-2965: updates release procedure

This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch release-2.0.0-M8-RC1
in repository https://gitbox.apache.org/repos/asf/isis.git

commit e3def2916db0b188b689cca84f3482833c2fdab3
Author: Dan Haywood <da...@haywood-associates.co.uk>
AuthorDate: Sun Aug 21 18:25:06 2022 +0100

    ISIS-2965: updates release procedure
---
 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 03ed9da43f..f0e4e75aa4 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -743,7 +743,7 @@ pushd bom
 mvn clean install -T1C -o -DskipTests -Dgithub
 popd
 mvn clean install -pl core/config
-mvn -D module-tooling -D skip.essential install -DskipTests
+mvn install -Dmodule-tooling -Dskip.essential -DskipTests
 ----
 
 ====