You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2018/06/13 22:38:02 UTC

commons-release-plugin git commit: Remove unused local var.

Repository: commons-release-plugin
Updated Branches:
  refs/heads/master ab5c0caef -> bd02fb6b9


Remove unused local var.

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/bd02fb6b
Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/bd02fb6b
Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/bd02fb6b

Branch: refs/heads/master
Commit: bd02fb6b923c054726f801cf9bfa0507e6c2f369
Parents: ab5c0ca
Author: Gary Gregory <ga...@gmail.com>
Authored: Wed Jun 13 16:37:56 2018 -0600
Committer: Gary Gregory <ga...@gmail.com>
Committed: Wed Jun 13 16:37:56 2018 -0600

----------------------------------------------------------------------
 .../release/plugin/mojos/CommonsDistributionStagingMojo.java        | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/bd02fb6b/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 2c7bf28..02f1e89 100755
--- a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
+++ b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java
@@ -241,7 +241,6 @@ public class CommonsDistributionStagingMojo extends AbstractMojo {
      *                                can properly handle the exception.
      */
     private File copyReleaseNotesToWorkingDirectory() throws MojoExecutionException {
-        StringBuffer copiedReleaseNotesAbsolutePath;
         SharedFunctions.initDirectory(getLog(), distVersionRcVersionDirectory);
         getLog().info("Copying RELEASE-NOTES.txt to working directory.");
         File copiedReleaseNotes = new File(distVersionRcVersionDirectory, releaseNotesFile.getName());