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/05/15 15:00:45 UTC

[maven-pmd-plugin] 03/04: [MPMD-340] 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-pmd-plugin.git

commit be11e49656f7e47a42cf8a6d8a8ec8ac605b0a6d
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun May 15 16:58:30 2022 +0200

    [MPMD-340] 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 7a63d82..7cdd2b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -209,12 +209,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>
     <dependency>
       <groupId>org.apache.maven.shared</groupId>