From 71bc1ff6201bb437a6440b097a6e30ec5bcc55be Mon Sep 17 00:00:00 2001 From: Michael Osipov Date: Sun, 14 May 2023 19:19:18 +0200 Subject: [PATCH] [MPMD-377] Upgrade plugins and components (in ITs) --- pom.xml | 4 +- .../pom.xml | 2 +- .../MCHECKSTYLE-70-multi-sourcefolder/pom.xml | 170 +++++++++--------- src/it/check-pass/pom.xml | 2 +- 4 files changed, 89 insertions(+), 89 deletions(-) diff --git a/pom.xml b/pom.xml index 3de11b9b..a88db4f9 100644 --- a/pom.xml +++ b/pom.xml @@ -170,7 +170,7 @@ under the License. org.codehaus.plexus plexus-utils - 3.4.2 + 3.5.1 org.codehaus.plexus @@ -269,7 +269,7 @@ under the License. org.apache.maven.wagon wagon-http-lightweight - 3.5.1 + 3.5.3 test diff --git a/src/it/MCHECKSTYLE-219-no-license_success/pom.xml b/src/it/MCHECKSTYLE-219-no-license_success/pom.xml index 2cf51cc2..67fb2ede 100644 --- a/src/it/MCHECKSTYLE-219-no-license_success/pom.xml +++ b/src/it/MCHECKSTYLE-219-no-license_success/pom.xml @@ -32,7 +32,7 @@ - The default configLocation (i.e. sun_checks.xml ) doesn't check for headers, so it doesn't matter if the LICENSE.txt couldn't be found. + The default configLocation (i.e. sun_checks.xml) doesn't check for headers, so it doesn't matter if the LICENSE.txt couldn't be found. diff --git a/src/it/MCHECKSTYLE-70-multi-sourcefolder/pom.xml b/src/it/MCHECKSTYLE-70-multi-sourcefolder/pom.xml index f142b5b7..658b9211 100644 --- a/src/it/MCHECKSTYLE-70-multi-sourcefolder/pom.xml +++ b/src/it/MCHECKSTYLE-70-multi-sourcefolder/pom.xml @@ -1,85 +1,85 @@ - - - - - 4.0.0 - - org.apache.maven.plugins.checkstyle - multi-sourcefolder - 1.0-SNAPSHOT - - https://issues.apache.org/jira/browse/MCHECKSTYLE-70 - - - UTF-8 - - - - - - org.codehaus.mojo - build-helper-maven-plugin - 1.7 - - - main-source - - add-source - - - - src/additional/java - - - - - test-source - - add-test-source - - - - src/test-additional/java - - - - - - - org.apache.maven.plugins - maven-checkstyle-plugin - @project.version@ - - - check - - check - - - true - - - - - - - + + + + + 4.0.0 + + org.apache.maven.plugins.checkstyle + multi-sourcefolder + 1.0-SNAPSHOT + + https://issues.apache.org/jira/browse/MCHECKSTYLE-70 + + + UTF-8 + + + + + + org.codehaus.mojo + build-helper-maven-plugin + 3.4.0 + + + main-source + + add-source + + + + src/additional/java + + + + + test-source + + add-test-source + + + + src/test-additional/java + + + + + + + org.apache.maven.plugins + maven-checkstyle-plugin + @project.version@ + + + check + + check + + + true + + + + + + + diff --git a/src/it/check-pass/pom.xml b/src/it/check-pass/pom.xml index 532139ce..91162e70 100644 --- a/src/it/check-pass/pom.xml +++ b/src/it/check-pass/pom.xml @@ -40,7 +40,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.11.0 org.apache.maven.plugins