This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch MJAVADOC-689 in repository https://gitbox.apache.org/repos/asf/maven-javadoc-plugin.git
commit 8b774a28761e3aaa59e51cb999a43a109042c813 Author: Sylwester Lachiewicz <[email protected]> AuthorDate: Sat Oct 2 13:15:17 2021 +0200 [MJAVADOC-689] Upgrade clirr-maven-plugin from 2.2.2 to 2.8 --- .../org/apache/maven/plugins/javadoc/AbstractFixJavadocMojo.java | 4 ++-- src/site/apt/examples/fix-javadocs.apt.vm | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/java/org/apache/maven/plugins/javadoc/AbstractFixJavadocMojo.java b/src/main/java/org/apache/maven/plugins/javadoc/AbstractFixJavadocMojo.java index fac56cc..5b37184 100644 --- a/src/main/java/org/apache/maven/plugins/javadoc/AbstractFixJavadocMojo.java +++ b/src/main/java/org/apache/maven/plugins/javadoc/AbstractFixJavadocMojo.java @@ -200,9 +200,9 @@ public abstract class AbstractFixJavadocMojo private static final String CLIRR_MAVEN_PLUGIN_ARTIFACTID = "clirr-maven-plugin"; /** - * The latest Clirr Maven plugin version <code>2.2.2</code> * + * The latest Clirr Maven plugin version <code>2.8</code> * */ - private static final String CLIRR_MAVEN_PLUGIN_VERSION = "2.2.2"; + private static final String CLIRR_MAVEN_PLUGIN_VERSION = "2.8"; /** * The Clirr Maven plugin goal <code>check</code> * diff --git a/src/site/apt/examples/fix-javadocs.apt.vm b/src/site/apt/examples/fix-javadocs.apt.vm index a0accdf..dd7990e 100644 --- a/src/site/apt/examples/fix-javadocs.apt.vm +++ b/src/site/apt/examples/fix-javadocs.apt.vm @@ -107,8 +107,8 @@ mvn javadoc:fix -DcomparisonVersion=1.0 ** Using another Clirr version - By default, the <fix> and <test-fix> goals use the {{{http://mojo.codehaus.org/clirr-maven-plugin/}clirr-maven-plugin}}, - version <<<2.2.2>>>. To use another version, you need to add a dependency in the Javadoc plugin, similar to the + By default, the <fix> and <test-fix> goals use the {{{https://www.mojohaus.org/clirr-maven-plugin/}clirr-maven-plugin}}, + version <<<2.8>>>. To use another version, you need to add a dependency in the Javadoc plugin, similar to the following: +-----+ @@ -127,7 +127,7 @@ mvn javadoc:fix -DcomparisonVersion=1.0 <dependency> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> - <version>2.3-SNAPSHOT</version> + <version>2.9-SNAPSHOT</version> </dependency> </dependencies> </plugin>
