Repository: commons-release-plugin
Updated Branches:
  refs/heads/master 5082cd05f -> 2a1f955f1


Use Plexus FileUtils instead of custom code.

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

Branch: refs/heads/master
Commit: 2a1f955f1000435d45a0ce91575eb2db25a43988
Parents: 5082cd0
Author: Gary Gregory <garydgreg...@gmail.com>
Authored: Thu May 17 08:48:24 2018 -0600
Committer: Gary Gregory <garydgreg...@gmail.com>
Committed: Thu May 17 08:48:24 2018 -0600

----------------------------------------------------------------------
 .../org/apache/commons/release/plugin/SharedFunctions.java   | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/2a1f955f/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
----------------------------------------------------------------------
diff --git 
a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java 
b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
index 547e988..2f58f43 100644
--- a/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
+++ b/src/main/java/org/apache/commons/release/plugin/SharedFunctions.java
@@ -16,15 +16,13 @@
  */
 package org.apache.commons.release.plugin;
 
+import java.io.File;
+import java.io.IOException;
+
 import org.apache.maven.plugin.MojoExecutionException;
 import org.apache.maven.plugin.logging.Log;
 import org.codehaus.plexus.util.FileUtils;
 
-import java.io.File;
-import java.io.FileInputStream;
-import java.io.FileOutputStream;
-import java.io.IOException;
-
 /**
  * Shared static functions for all of our Mojos.
  *

Reply via email to