You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mi...@apache.org on 2020/05/30 07:34:37 UTC

[maven-apache-parent] 01/01: [MPOM-246] Upgrade Maven Project Info Reports Plugin to 3.1.0

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

michaelo pushed a commit to branch MPOM-246
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git

commit cea7e87e91dd143c9ecc13517361e7d9b5c18c81
Author: Gabriel Belingueres <be...@gmail.com>
AuthorDate: Fri May 29 23:53:15 2020 -0300

    [MPOM-246] Upgrade Maven Project Info Reports Plugin to 3.1.0
    
    This closes #5
---
 pom.xml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 89f4c56..5e9288c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -221,7 +221,12 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.0.0</version>
+          <version>3.1.0</version>
+          <configuration>
+            <pluginManagementExcludes>
+              <exclude>org.eclipse.m2e:lifecycle-mapping</exclude>
+            </pluginManagementExcludes>
+          </configuration>
         </plugin>
         <!-- START SNIPPET: release-plugin-configuration -->
         <plugin>