You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@causeway.apache.org by da...@apache.org on 2023/03/18 17:56:42 UTC

[causeway] 04/09: CAUSEWAY-3253 : improves release docs

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

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

commit e4cbca0965091a3e5b3d23ac3cf9164ddb69c193
Author: danhaywood <da...@haywood-associates.co.uk>
AuthorDate: Wed Mar 15 13:43:29 2023 +0000

    CAUSEWAY-3253 : improves release docs
    
    (cherry picked from commit 8179fc4ef07beb5128e046cf9d088c180d6761e2)
---
 .../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 36c64a487a..5344e519ff 100644
--- a/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
+++ b/antora/components/comguide/modules/ROOT/pages/cutting-a-release.adoc
@@ -569,7 +569,7 @@ git pull --ff-only
 
 git checkout -b $CAUSEWAYBRANCH-jpa
 
-mvn versions:update-parent -DparentVersion=$CAUSEWAYREL # <.>
+mvn versions:update-parent -DparentVersion=$CAUSEWAYREL -Dskip.nightly # <.>
 mvn versions:set -DnewVersion=$CAUSEWAYREL
 
 git add .
@@ -606,7 +606,7 @@ git pull --ff-only
 
 git checkout -b $CAUSEWAYBRANCH-jdo
 
-mvn versions:update-parent -DparentVersion=$CAUSEWAYREL
+mvn versions:update-parent -DparentVersion=$CAUSEWAYREL -Dskip.nightly
 mvn versions:set -DnewVersion=$CAUSEWAYREL
 
 git add .
@@ -662,7 +662,7 @@ git pull --ff-only
 
 git checkout -b $CAUSEWAYBRANCH-jpa
 
-mvn versions:update-parent -DparentVersion=$CAUSEWAYREL  # <.>
+mvn versions:update-parent -DparentVersion=$CAUSEWAYREL -Dskip.nightly  # <.>
 mvn versions:set -DnewVersion=$CAUSEWAYREL
 
 git add .
@@ -699,7 +699,7 @@ git pull --ff-only
 
 git checkout -b $CAUSEWAYBRANCH-jdo
 
-mvn versions:update-parent -DparentVersion=$CAUSEWAYREL
+mvn versions:update-parent -DparentVersion=$CAUSEWAYREL -Dskip.nightly
 mvn versions:set -DnewVersion=$CAUSEWAYREL
 
 git add .