Skip to content

Commit 1d1116e

Browse files
authored
[MPMD-356] - Upgrade to PMD 6.50.0 (#98)
1 parent 2ca4c8f commit 1d1116e

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
@@ -89,7 +89,7 @@ under the License.
8989
<doxiaVersion>1.11.1</doxiaVersion>
9090
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
9191
<javaVersion>8</javaVersion><!-- Because PMD 6.35.0+ requires Java 8 -->
92-
<pmdVersion>6.49.0</pmdVersion>
92+
<pmdVersion>6.50.0</pmdVersion>
9393
<slf4jVersion>1.7.36</slf4jVersion>
9494
<aetherVersion>1.0.0.v20140518</aetherVersion>
9595
<sitePluginVersion>3.12.1</sitePluginVersion>

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.20.0/}3.20.0}} | {{{https://pmd.github.io/pmd-6.50.0/}6.50.0}} |
92+
*--------------------------------------------------------------------------------*--------------------------------------------------*
9193
| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.19.0/}3.19.0}} | {{{https://pmd.github.io/pmd-6.49.0/}6.49.0}} |
9294
*--------------------------------------------------------------------------------*--------------------------------------------------*
9395
| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.18.0/}3.18.0}} | {{{https://pmd.github.io/pmd-6.48.0/}6.48.0}} |

0 commit comments

Comments
 (0)