From 1f7058d25f4b388b1eaa9f19741f285f76569445 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sun, 11 Dec 2022 18:35:17 +0100 Subject: [PATCH] Bump parent version from 71 to 72 --- pom.xml | 78 +------------------ versions-maven-plugin/pom.xml | 2 +- ...AbstractVersionsDependencyUpdaterMojo.java | 4 +- 3 files changed, 6 insertions(+), 78 deletions(-) diff --git a/pom.xml b/pom.xml index a2bf061caa..fcebe8d5e1 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.codehaus.mojo mojo-parent - 71 + 72 org.codehaus.mojo.versions @@ -212,25 +212,6 @@ - - - - org.eclipse.sisu - sisu-maven-plugin - ${sisu-maven-plugin-version} - - - generate-index - - main-index - test-index - - - - - - - org.apache.maven.plugins @@ -275,64 +256,11 @@ - - + org.apache.maven.plugins - maven-checkstyle-plugin - - - - true - - - - - - org.apache.maven.plugins - maven-jxr-plugin - - - - - - - - org.apache.maven.plugins - maven-plugin-plugin - - - - - - - - org.apache.maven.plugins - maven-pmd-plugin - - - - true - - - - - - org.apache.maven.plugins - maven-surefire-report-plugin - - - - true - - - - - - org.codehaus.mojo - taglist-maven-plugin - ${taglist-maven-plugin.version} + maven-plugin-report-plugin diff --git a/versions-maven-plugin/pom.xml b/versions-maven-plugin/pom.xml index 19f022fd5c..629e0eaa5a 100644 --- a/versions-maven-plugin/pom.xml +++ b/versions-maven-plugin/pom.xml @@ -214,7 +214,7 @@ org.apache.maven.plugins - maven-plugin-plugin + maven-plugin-report-plugin diff --git a/versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractVersionsDependencyUpdaterMojo.java b/versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractVersionsDependencyUpdaterMojo.java index 04b5dc541f..2f442832aa 100644 --- a/versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractVersionsDependencyUpdaterMojo.java +++ b/versions-maven-plugin/src/main/java/org/codehaus/mojo/versions/AbstractVersionsDependencyUpdaterMojo.java @@ -73,7 +73,7 @@ public abstract class AbstractVersionsDependencyUpdaterMojo * A comma separated list of artifact patterns to include. Follows the pattern * "groupId:artifactId:type:classifier:version". Designed to allow specifying the set of includes from the command * line. When specifying includes from the pom, use the {@link #includes} configuration instead. If this property is - * specified then the {@link # include} configuration is ignored. + * specified then the {@link #includes} configuration is ignored. * * @since 1.0-beta-1 */ @@ -84,7 +84,7 @@ public abstract class AbstractVersionsDependencyUpdaterMojo * A comma separated list of artifact patterns to exclude. Follows the pattern * "groupId:artifactId:type:classifier:version". Designed to allow specifying the set of excludes from the command * line. When specifying excludes from the pom, use the {@link #excludes} configuration instead. If this property is - * specified then the {@link # exclude} configuration is ignored. + * specified then the {@link #excludes} configuration is ignored. * * @since 1.0-beta-1 */