This is an automated email from the ASF dual-hosted git repository. adangel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
The following commit(s) were added to refs/heads/master by this push: new dfef938 [MPMD-312] Upgrade to PMD 6.32.0 dfef938 is described below commit dfef938ef2f300aeec2c21a26f997afe19787b4a Author: Andreas Dangel <adan...@apache.org> AuthorDate: Sat Feb 27 12:44:26 2021 +0100 [MPMD-312] Upgrade to PMD 6.32.0 --- pom.xml | 2 +- src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8612b0e..a1ac9db 100644 --- a/pom.xml +++ b/pom.xml @@ -89,7 +89,7 @@ under the License. <doxiaVersion>1.9.1</doxiaVersion> <doxiaSitetoolsVersion>1.9.2</doxiaSitetoolsVersion> <javaVersion>7</javaVersion><!-- Because PMD 5.4+ requires Java 7 --> - <pmdVersion>6.31.0</pmdVersion> + <pmdVersion>6.32.0</pmdVersion> <slf4jVersion>1.7.25</slf4jVersion> <sitePluginVersion>3.7.1</sitePluginVersion> <projectInfoReportsPluginVersion>3.0.0</projectInfoReportsPluginVersion> diff --git a/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm b/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm index ab9d1aa..367d9c1 100644 --- a/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm +++ b/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm @@ -88,7 +88,7 @@ Upgrading PMD at Runtime *--------------------------------------------------------------------------------*--------------------------------------------------* | <<maven-pmd-plugin>> | <<PMD>> | *--------------------------------------------------------------------------------*--------------------------------------------------* -| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.15.0/}3.15.0}} | {{{https://pmd.github.io/pmd-6.31.0/}6.31.0}} | +| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.15.0/}3.15.0}} | {{{https://pmd.github.io/pmd-6.32.0/}6.32.0}} | *--------------------------------------------------------------------------------*--------------------------------------------------* | {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.14.0/}3.14.0}} | {{{https://pmd.github.io/pmd-6.29.0/}6.29.0}} | *--------------------------------------------------------------------------------*--------------------------------------------------*