This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch MPMD-400 in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
commit 7a3b2c2d516678f3e5ed6ec0c0c9f6298c5b9977 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Jul 7 23:14:08 2024 +0200 [MPMD-400] Upgrade to PMD 7.3.0 This closes #157 --- pom.xml | 2 +- src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 8bcfb1f..eb52acb 100644 --- a/pom.xml +++ b/pom.xml @@ -83,7 +83,7 @@ under the License. <properties> <javaVersion>8</javaVersion> <mavenVersion>3.6.3</mavenVersion> - <pmdVersion>7.0.0</pmdVersion> + <pmdVersion>7.3.0</pmdVersion> <slf4jVersion>1.7.36</slf4jVersion> <resolverVersion>1.4.1</resolverVersion> <doxiaVersion>1.12.0</doxiaVersion> 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 c6baab3..ea0ed0e 100644 --- a/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm +++ b/src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm @@ -88,6 +88,8 @@ Upgrading PMD at Runtime *--------------------------------------------------------------------------------*-----------------------------------------------------* | <<maven-pmd-plugin>> | <<PMD>> | *--------------------------------------------------------------------------------*-----------------------------------------------------* +| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.24.0/}3.24.0}} | {{{https://docs.pmd-code.org/pmd-doc-7.0.0/}7.3.0}} | +*--------------------------------------------------------------------------------*-----------------------------------------------------* | {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.22.0/}3.22.0}} | {{{https://docs.pmd-code.org/pmd-doc-7.0.0/}7.0.0}} | *--------------------------------------------------------------------------------*-----------------------------------------------------* | {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.21.0/}3.21.0}} | {{{https://pmd.github.io/pmd-6.55.0/}6.55.0}} |