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:44 UTC

[maven-pmd-plugin] 02/04: [MPMD-339] Upgrade plugins in ITs

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 0a6b60c0fc86806b7dd99b5addd47ee6696a22bf
Author: Michael Osipov <mi...@apache.org>
AuthorDate: Sun May 15 16:58:06 2022 +0200

    [MPMD-339] Upgrade plugins in ITs
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 06ab0a7..7a63d82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -91,8 +91,8 @@ under the License.
     <javaVersion>8</javaVersion><!-- Because PMD 6.35.0+ requires Java 8 -->
     <pmdVersion>6.45.0</pmdVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
-    <sitePluginVersion>3.7.1</sitePluginVersion>
-    <projectInfoReportsPluginVersion>3.0.0</projectInfoReportsPluginVersion>
+    <sitePluginVersion>3.12.0</sitePluginVersion>
+    <projectInfoReportsPluginVersion>3.3.0</projectInfoReportsPluginVersion>
     <project.build.outputTimestamp>2022-02-05T09:47:26Z</project.build.outputTimestamp>
   </properties>