You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/10 18:07:36 UTC

[maven-release] branch log created (now 6105d31)

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

elharo pushed a change to branch log
in repository https://gitbox.apache.org/repos/asf/maven-release.git.


      at 6105d31  correct log message

This branch includes the following new commits:

     new 6105d31  correct log message

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-release] 01/01: correct log message

Posted by el...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 6105d317a345c85c30cf9ef36646376ad059ecda
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Fri Apr 10 14:07:22 2020 -0400

    correct log message
---
 .../apache/maven/shared/release/phase/ScmCommitPreparationPhase.java | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/maven-release-manager/src/main/java/org/apache/maven/shared/release/phase/ScmCommitPreparationPhase.java b/maven-release-manager/src/main/java/org/apache/maven/shared/release/phase/ScmCommitPreparationPhase.java
index 1bee2fb..b1f47e8 100644
--- a/maven-release-manager/src/main/java/org/apache/maven/shared/release/phase/ScmCommitPreparationPhase.java
+++ b/maven-release-manager/src/main/java/org/apache/maven/shared/release/phase/ScmCommitPreparationPhase.java
@@ -48,12 +48,13 @@ public class ScmCommitPreparationPhase
         {
             if ( simulating )
             {
-                logInfo( result, "Full run would not commit changes, because suppressCommitBeforeTagOrBranch is set." );
+                logInfo( result, "Full run would not commit changes, "
+                    + "because suppressCommitBeforeTagOrBranch is set to true." );
             }
             else
             {
                 logInfo( result,
-                         "Modified POMs are not committed because suppressCommitBeforeTagOrBranch is set to false." );
+                         "Modified POMs are not committed because suppressCommitBeforeTagOrBranch is set to true." );
             }
         }
         // commit development versions required