Repository: commons-release-plugin Updated Branches: refs/heads/master 9283b7477 -> f4002b84e
Can't use > in Javadoc. Use a UTF-8 arrow instead. 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/f4002b84 Tree: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/tree/f4002b84 Diff: http://git-wip-us.apache.org/repos/asf/commons-release-plugin/diff/f4002b84 Branch: refs/heads/master Commit: f4002b84e7f6c0f336e49141e1e221b1e9043adb Parents: 9283b74 Author: Gary Gregory <[email protected]> Authored: Wed May 16 13:36:16 2018 -0600 Committer: Gary Gregory <[email protected]> Committed: Wed May 16 13:36:16 2018 -0600 ---------------------------------------------------------------------- .../release/plugin/mojos/CommonsDistributionDetachmentMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-release-plugin/blob/f4002b84/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 ff8b785..d0f3149 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 @@ -76,7 +76,7 @@ public class CommonsDistributionDetachmentMojo extends AbstractMojo { private List<Artifact> detachedArtifacts = new ArrayList<>(); /** - * A {@link Properties} of {@link Artifact} -> {@link String} containing the sha1 signatures + * A {@link Properties} of {@link Artifact} â {@link String} containing the sha1 signatures * for the individual artifacts, where the {@link Artifact} is represented as: * <code>groupId:artifactId:version:type=sha1</code>. */
