From ceab880293d218fdfd21a2d9e444b941578754e5 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 19 Mar 2022 23:29:46 +0100 Subject: [PATCH] Require Maven 3.2.5+ --- pom.xml | 39 ++++----------- src/it/jdepend-01/pom.xml | 2 +- src/it/jdepend-02/pom.xml | 2 +- src/it/jdepend-03/pom.xml | 2 +- src/it/jdepend-04/pom.xml | 2 +- src/it/jdepend-05/pom.xml | 2 +- src/it/jdepend-example/pom.xml | 2 +- src/it/setup/pom.xml | 89 +++++++++++++--------------------- 8 files changed, 49 insertions(+), 91 deletions(-) diff --git a/pom.xml b/pom.xml index 852aeae..a62450d 100644 --- a/pom.xml +++ b/pom.xml @@ -68,7 +68,7 @@ - 2.2.1 + 3.2.5 2.9.1 1.8 target/staging/${project.artifactId} @@ -88,23 +88,28 @@ org.apache.maven.reporting maven-reporting-api - ${mavenVersion} + 3.1.0 org.apache.maven.reporting maven-reporting-impl - 2.3 + 3.1.0 org.codehaus.plexus plexus-utils - 3.0.20 + 3.4.1 jdepend jdepend ${jdependVersion} + + junit + junit + test + @@ -161,28 +166,6 @@ - - - - org.apache.maven.plugins - maven-changes-plugin - 2.9 - - true - Type,Key,Summary,Status,Resolution,Assignee - Type,Key - - - - - jira-report - - - - - - - run-its @@ -191,7 +174,7 @@ org.apache.maven.plugins maven-invoker-plugin - 1.9 + 3.2.2 true true @@ -250,8 +233,6 @@ org.apache.maven.plugins:maven-pmd-plugin:3.0.1:maven-plugin org.apache.maven.plugins:maven-surefire-report-plugin:2.16:maven-plugin org.codehaus.mojo:taglist-maven-plugin:2.4:maven-plugin - - org.apache.maven.plugin-tools:maven-plugin-tools-javadoc:3.2:jar org.codehaus.plexus:plexus-component-javadoc:1.5.5:jar diff --git a/src/it/jdepend-01/pom.xml b/src/it/jdepend-01/pom.xml index ead9e63..351dfa8 100644 --- a/src/it/jdepend-01/pom.xml +++ b/src/it/jdepend-01/pom.xml @@ -60,7 +60,7 @@ junit junit - 3.8.1 + 4.13.2 test diff --git a/src/it/jdepend-02/pom.xml b/src/it/jdepend-02/pom.xml index 51656bd..4cacc1d 100644 --- a/src/it/jdepend-02/pom.xml +++ b/src/it/jdepend-02/pom.xml @@ -61,7 +61,7 @@ junit junit - 3.8.1 + 4.13.2 test diff --git a/src/it/jdepend-03/pom.xml b/src/it/jdepend-03/pom.xml index a50bfb4..9e3578f 100644 --- a/src/it/jdepend-03/pom.xml +++ b/src/it/jdepend-03/pom.xml @@ -56,7 +56,7 @@ junit junit - 3.8.1 + 4.13.2 test diff --git a/src/it/jdepend-04/pom.xml b/src/it/jdepend-04/pom.xml index 6ba7498..d2c799f 100644 --- a/src/it/jdepend-04/pom.xml +++ b/src/it/jdepend-04/pom.xml @@ -59,7 +59,7 @@ junit junit - 3.8.1 + 4.13.2 test diff --git a/src/it/jdepend-05/pom.xml b/src/it/jdepend-05/pom.xml index 7749b44..f5a14ba 100644 --- a/src/it/jdepend-05/pom.xml +++ b/src/it/jdepend-05/pom.xml @@ -56,7 +56,7 @@ junit junit - 3.8.1 + 4.13.2 test diff --git a/src/it/jdepend-example/pom.xml b/src/it/jdepend-example/pom.xml index 0ea6a87..20e95f8 100644 --- a/src/it/jdepend-example/pom.xml +++ b/src/it/jdepend-example/pom.xml @@ -36,7 +36,7 @@ JDepend Example Report http://mojo.codehaus.org - 2.2.1 + 3.2.5 diff --git a/src/it/setup/pom.xml b/src/it/setup/pom.xml index 66a80a0..f54b7f9 100644 --- a/src/it/setup/pom.xml +++ b/src/it/setup/pom.xml @@ -1,23 +1,23 @@ - - + + @@ -71,7 +71,7 @@ org.apache.maven.plugins maven-site-plugin - 2.4 + 3.3 org.apache.maven.plugins @@ -86,7 +86,7 @@ org.apache.maven.plugins maven-clean-plugin - 2.5 + 3.1.0 org.apache.maven.plugins @@ -118,41 +118,18 @@ maven-project-info-reports-plugin 2.7 + + maven-site-plugin + + + attach-descriptor + + attach-descriptor + + + + - - - maven-3 - - - ${basedir} - - - - - - - org.apache.maven.plugins - maven-site-plugin - 3.3 - - - - - - maven-site-plugin - - - attach-descriptor - - attach-descriptor - - - - - - - -