This is an automated email from the ASF dual-hosted git repository. aherbert 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 05a00e1 Correct javadoc URL example 05a00e1 is described below commit 05a00e188f038bc4e7604c737d7a797b3f5155c9 Author: aherbert <aherb...@apache.org> AuthorDate: Wed Sep 28 12:17:46 2022 +0100 Correct javadoc URL example --- .../commons/release/plugin/mojos/CommonsDistributionStagingMojo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java index de03e92..3808aec 100755 --- a/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java +++ b/src/main/java/org/apache/commons/release/plugin/mojos/CommonsDistributionStagingMojo.java @@ -185,7 +185,7 @@ public class CommonsDistributionStagingMojo extends AbstractMojo { /** * A subdirectory of the dist directory into which we are going to stage the release candidate. We * build this up in the {@link CommonsDistributionStagingMojo#execute()} method. And, for example, - * the directory should look like <code>https://https://dist.apache.org/repos/dist/dev/commons/text/1.4-RC1</code>. + * the directory should look like <code>https://dist.apache.org/repos/dist/dev/commons/text/1.4-RC1</code>. */ private File distRcVersionDirectory;