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

danhaywood pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/isis.git

commit 6f82723c5f988584a2c9da3ae7d6c0a653a65f9f
Author: Dan Haywood <d...@haywood-associates.co.uk>
AuthorDate: Mon Sep 26 14:19:53 2022 +0100

    ISIS-2965: fixes rel docs
---
 .../components/comguide/modules/ROOT/pages/cutting-a-release.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

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 97b1f05d2a..d4dcd8dd58 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -591,7 +591,7 @@ git commit -m "$ISISJIRA - updates to $ISISREL (jpa)"
 +
 [source,bash,subs="attributes+"]
 ----
-mvn clean install -o
+mvn clean install
 mvn spring-boot:run
 ----
 
@@ -626,7 +626,7 @@ git commit -m "$ISISJIRA - updates to $ISISREL (jdo)"
 +
 [source,bash,subs="attributes+"]
 ----
-mvn clean install -o
+mvn clean install
 mvn spring-boot:run
 ----
 
@@ -683,7 +683,7 @@ git commit -m "$ISISJIRA - updates to $ISISREL (jpa)"
 +
 [source,bash,subs="attributes+"]
 ----
-mvn clean install -o
+mvn clean install
 mvn -pl webapp spring-boot:run
 ----
 
@@ -719,7 +719,7 @@ git commit -m "$ISISJIRA - updates to $ISISREL (jdo)"
 +
 [source,bash,subs="attributes+"]
 ----
-mvn clean install -o
+mvn clean install
 mvn -pl webapp spring-boot:run
 ----
 

Reply via email to