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 <garydgreg...@gmail.com>
Authored: Wed Jun 13 16:37:56 2018 -0600
Committer: Gary Gregory <garydgreg...@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());

Reply via email to