Repository: commons-release-plugin Updated Branches: refs/heads/master f4002b84e -> 55859e425
COMMONSSITE-113: remove groupId from sha1.properties 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/55859e42 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/55859e42 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/55859e42 Branch: refs/heads/master Commit: 55859e425e61854ced1b12727208bf34f012eea0 Parents: f4002b8 Author: Rob Tompkins <[email protected]> Authored: Wed May 16 16:40:46 2018 -0400 Committer: Rob Tompkins <[email protected]> Committed: Wed May 16 16:40:46 2018 -0400 ---------------------------------------------------------------------- .../release/plugin/mojos/CommonsDistributionDetachmentMojo.java | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/55859e42/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java ---------------------------------------------------------------------- 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 d0f3149..e67bbe5 100644 --- a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java +++ b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionDetachmentMojo.java @@ -151,7 +151,6 @@ public class CommonsDistributionDetachmentMojo extends AbstractMojo { try { StringBuffer artifactKey = new StringBuffer(); artifactKey - .append(artifact.getGroupId()).append('-') .append(artifact.getArtifactId()).append('-') .append(artifact.getVersion()).append('-') .append(artifact.getType());
