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 2022/02/21 19:50:01 UTC

[maven-project-info-reports-plugin] 03/03: [MPIR-414] Upgrade Maven Reporting API/Impl to 3.1.0

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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git

commit 99bfaef54bbff120317a7adfb7ca9cf0f883075c
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Mon Feb 21 20:49:10 2022 +0100

    [MPIR-414] Upgrade Maven Reporting API/Impl to 3.1.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 67d0fee..e53b4f2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -133,12 +133,12 @@ under the License.
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-api</artifactId>
-      <version>3.0</version>
+      <version>3.1.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.maven.reporting</groupId>
       <artifactId>maven-reporting-impl</artifactId>
-      <version>3.0.0</version>
+      <version>3.1.0</version>
     </dependency>
 
     <!-- Maven -->