Repository: commons-release-plugin Updated Branches: refs/heads/master 915baf365 -> 63068ef85
Log the revision just committed. Project: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/commit/63068ef8 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/63068ef8 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/63068ef8 Branch: refs/heads/master Commit: 63068ef85280c15243a37821981ccbc5c5277f22 Parents: 915baf3 Author: Gary Gregory <[email protected]> Authored: Mon May 14 16:43:28 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Mon May 14 16:43:28 2018 -0600 ---------------------------------------------------------------------- .../release/plugin/mojos/CommonsDistributionStagingMojo.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/63068ef8/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java index 2fd30b7..950f045 100644 --- a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java +++ b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java @@ -178,6 +178,7 @@ public class CommonsDistributionStagingMojo extends AbstractMojo { "Committing dist files failed: " + checkInResult.getCommandOutput() ); } + getLog().info("Committed revision " + checkInResult.getScmRevision()); } else { getLog().error("Adding dist files failed: " + addResult.getCommandOutput()); throw new MojoExecutionException("Adding dist files failed: " + addResult.getCommandOutput());
