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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-release-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new c19a455  Remove unused instance variables.
c19a455 is described below

commit c19a455621e800d27cd994564830808b49089f96
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Sun Apr 7 10:06:50 2019 -0400

    Remove unused instance variables.
---
 .../release/plugin/mojos/CommonsSiteCompressionMojo.java     | 12 ------------
 1 file changed, 12 deletions(-)

diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
index 9bb55f6..9875848 100755
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsSiteCompressionMojo.java
@@ -25,8 +25,6 @@ import java.util.List;
 import java.util.zip.ZipEntry;
 import java.util.zip.ZipOutputStream;
 
-import org.apache.commons.compress.archivers.zip.ParallelScatterZipCreator;
-import org.apache.commons.compress.archivers.zip.ScatterZipOutputStream;
 import org.apache.commons.io.IOUtils;
 import org.apache.commons.lang3.StringUtils;
 import org.apache.maven.plugin.AbstractMojo;
@@ -81,16 +79,6 @@ public class CommonsSiteCompressionMojo extends AbstractMojo 
{
     private Boolean isDistModule;
 
     /**
-     * A variable for the process of creating the site.zip file.
-     */
-    private ScatterZipOutputStream dirs;
-
-    /**
-     * A second variable for the process of creating the site.zip file.
-     */
-    private ParallelScatterZipCreator scatterZipCreator;
-
-    /**
      * The list of files to compress into the site.zip file.
      */
     private List<File> filesToCompress;

Reply via email to