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/08 16:48:34 UTC

[maven-release] branch master updated: [MRELEASE-899] fix javadoc

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 81223fb5 [MRELEASE-899] fix javadoc
81223fb5 is described below

commit 81223fb5616688126a8643015a67e9011eee44b7
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun May 8 18:48:31 2022 +0200

    [MRELEASE-899] fix javadoc
---
 .../main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java  | 2 +-
 maven-release-plugin/src/site/apt/examples/prepare-release.apt.vm       | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java b/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java
index afbd8532..2252d906 100644
--- a/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java
+++ b/maven-release-plugin/src/main/java/org/apache/maven/plugins/release/PrepareReleaseMojo.java
@@ -318,7 +318,7 @@ public class PrepareReleaseMojo
     private boolean pinExternals;
 
     /**
-     * Specifies the line separator to format pom.xml. The default value is system. The following properties are
+     * Specifies the line separator to format pom.xml. The following properties are
      * available:
      * <ul>
      * <li><code>system</code> - Use the system line separator.</li>
diff --git a/maven-release-plugin/src/site/apt/examples/prepare-release.apt.vm b/maven-release-plugin/src/site/apt/examples/prepare-release.apt.vm
index 11928303..a9ae5ef2 100644
--- a/maven-release-plugin/src/site/apt/examples/prepare-release.apt.vm
+++ b/maven-release-plugin/src/site/apt/examples/prepare-release.apt.vm
@@ -46,6 +46,8 @@ Prepare a Release
 
    * Bump the version in the POMs to a new value y-SNAPSHOT (these values will also be prompted for)
 
+   * Eventually run completion goal(s) against the project (since 2.2) 
+
    * Commit the modified POMs
 
    []