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 2023/01/25 11:01:45 UTC

[maven-apache-parent] 02/02: [MPOM-389] Upgrade to Maven Project Info Reports Plugin 3.4.2

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

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

commit 6b850c5f263c9bb4074ebb9a7974344059dd834c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Wed Jan 25 12:01:28 2023 +0100

    [MPOM-389] Upgrade to Maven Project Info Reports Plugin 3.4.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 37403c1..8a6fa27 100644
--- a/pom.xml
+++ b/pom.xml
@@ -238,7 +238,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-project-info-reports-plugin</artifactId>
-          <version>3.4.1</version>
+          <version>3.4.2</version>
           <configuration>
             <pluginManagementExcludes>
               <exclude>org.eclipse.m2e:lifecycle-mapping</exclude>