You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/10/14 19:37:49 UTC

[maven-dependency-plugin] branch mthmulders-MDEP-626-mthmulders created (now 52fd887)

This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch mthmulders-MDEP-626-mthmulders
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git.


      at 52fd887  [MDEP-626] Upgrade maven-reporting-imp

This branch includes the following new commits:

     new 52fd887  [MDEP-626] Upgrade maven-reporting-imp

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[maven-dependency-plugin] 01/01: [MDEP-626] Upgrade maven-reporting-imp

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch mthmulders-MDEP-626-mthmulders
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit 52fd8874b7d63d39288c847430c4569de4ca07d0
Author: Maarten Mulders <m....@xs4all.nl>
AuthorDate: Mon Oct 7 13:58:22 2019 +0200

    [MDEP-626] Upgrade maven-reporting-imp
    
    This newer version doesn't depend on struts2-core or xercesImpl.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 35c1ac5..b0351cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -140,7 +140,7 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>2.3</version>
+      <version>3.0.0</version>
       <exclusions>
         <exclusion>
           <artifactId>maven-artifact-manager</artifactId>