Skip to content

Commit 7a3b2c2

Browse files
committed
[MPMD-400] Upgrade to PMD 7.3.0
This closes #157
1 parent 2a72cc8 commit 7a3b2c2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ under the License.
8383
<properties>
8484
<javaVersion>8</javaVersion>
8585
<mavenVersion>3.6.3</mavenVersion>
86-
<pmdVersion>7.0.0</pmdVersion>
86+
<pmdVersion>7.3.0</pmdVersion>
8787
<slf4jVersion>1.7.36</slf4jVersion>
8888
<resolverVersion>1.4.1</resolverVersion>
8989
<doxiaVersion>1.12.0</doxiaVersion>

src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,8 @@ Upgrading PMD at Runtime
8888
*--------------------------------------------------------------------------------*-----------------------------------------------------*
8989
| <<maven-pmd-plugin>> | <<PMD>> |
9090
*--------------------------------------------------------------------------------*-----------------------------------------------------*
91+
| {{{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}} |
92+
*--------------------------------------------------------------------------------*-----------------------------------------------------*
9193
| {{{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}} |
9294
*--------------------------------------------------------------------------------*-----------------------------------------------------*
9395
| {{{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}} |

0 commit comments

Comments
 (0)