This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch next in repository https://gitbox.apache.org/repos/asf/maven-changes-plugin.git
commit 8c79ef67c661169d5b59ff836a16755c0bf86da2 Author: Sylwester Lachiewicz <slachiew...@apache.org> AuthorDate: Thu Dec 24 00:18:27 2020 +0100 Bump maven-reporting-impl from 2.3 to 3.0.0 --- pom.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index fd95100..47ee6b7 100644 --- a/pom.xml +++ b/pom.xml @@ -125,13 +125,7 @@ under the License. <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-impl</artifactId> - <version>2.3</version> - <exclusions> - <exclusion> - <groupId>org.apache.maven</groupId> - <artifactId>maven-project</artifactId> - </exclusion> - </exclusions> + <version>3.0.0</version> </dependency> <dependency> <groupId>org.apache.maven.shared</groupId>