From aa02c9add3cba709391898c274fc1a00ffed3fa7 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 19 Mar 2022 11:19:03 +0100 Subject: [PATCH 1/3] [MPMD-330] Upgrade Maven Parent to 35 --- pom.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8c9b1793..0b0cdaa8 100644 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ under the License. maven-plugins org.apache.maven.plugins - 34 + 35 @@ -108,16 +108,19 @@ under the License. org.apache.maven maven-artifact ${mavenVersion} + provided org.apache.maven maven-model ${mavenVersion} + provided org.apache.maven maven-plugin-api ${mavenVersion} + provided org.apache.maven.plugin-tools @@ -228,7 +231,6 @@ under the License. org.codehaus.plexus plexus-utils - 3.3.0 From 588dc9c96b14578ab6a863cf52191e57961a1037 Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 19 Mar 2022 11:19:37 +0100 Subject: [PATCH 2/3] [MPMD-331] Require Maven 3.2.5+ --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 0b0cdaa8..2f978592 100644 --- a/pom.xml +++ b/pom.xml @@ -85,7 +85,7 @@ under the License. - 3.1.1 + 3.2.5 1.9.1 1.9.2 8 @@ -135,7 +135,7 @@ under the License. org.apache.maven.shared maven-common-artifact-filters - ${mavenVersion} + 3.2.0 org.apache.maven From 8223efaf027ad19e6ba1f2beeec25d2596ed5d1e Mon Sep 17 00:00:00 2001 From: Andreas Dangel Date: Sat, 19 Mar 2022 11:57:24 +0100 Subject: [PATCH 3/3] Update taglist-maven-plugin, m-compiler-p, m-pmd-p. Remove l10-maven-plugin. --- pom.xml | 31 ++++++++++++++++--------------- 1 file changed, 16 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 2f978592..f18f35d4 100644 --- a/pom.xml +++ b/pom.xml @@ -277,6 +277,22 @@ under the License. + + + org.codehaus.mojo + taglist-maven-plugin + 3.0.0 + + + + maven-compiler-plugin + 3.10.1 + + + + maven-pmd-plugin + 3.16.0 + @@ -388,21 +404,6 @@ under the License. false - - org.codehaus.mojo - l10n-maven-plugin - 1.0-alpha-2 - - - de - fr - it - nl - pt_BR - sv - - -