You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/05/22 23:02:06 UTC

[maven-release] branch master updated: no need for "=true"

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-release.git


The following commit(s) were added to refs/heads/master by this push:
     new 7350658c no need for "=true"
7350658c is described below

commit 7350658c9a514523630e576386b5661aa4b1a7b7
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon May 23 01:02:03 2022 +0200

    no need for "=true"
---
 maven-release-plugin/src/site/apt/usage.apt.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-release-plugin/src/site/apt/usage.apt.vm b/maven-release-plugin/src/site/apt/usage.apt.vm
index 633474ad..2436aab1 100644
--- a/maven-release-plugin/src/site/apt/usage.apt.vm
+++ b/maven-release-plugin/src/site/apt/usage.apt.vm
@@ -111,7 +111,7 @@ mvn -Dusername=your_scm_username release:prepare
   release and run:
 
 +------
-mvn release:prepare -DdryRun=true
+mvn release:prepare -DdryRun
 +------
 
   This will ask all the same questions, run the same tests, and output a copy of how the POMs will look after