You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/12/24 00:31:04 UTC

[maven-changes-plugin] 02/04: Bump maven-reporting-impl from 2.3 to 3.0.0

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 <sl...@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>