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 bd2ed8c  Remove comment.
bd2ed8c is described below

commit bd2ed8c551c9a631e3874859d7ec9dadbb42eee2
Author: Gary Gregory <gardgreg...@gmail.com>
AuthorDate: Wed Jul 31 09:15:46 2019 -0400

    Remove comment.
---
 .../commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java  | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
index f890203..058e644 100755
--- 
a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
+++ 
b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java
@@ -217,7 +217,6 @@ public class CommonsDistributionDetachmentMojo extends 
AbstractMojo {
         for (final Artifact artifact : detachedArtifacts) {
             if (!artifact.getFile().getName().contains("asc")) {
                 final String artifactKey = getArtifactKey(artifact);
-                // Don't hash ASC files.
                 try {
                     String digest;
                     // SHA-512

Reply via email to