Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 13bc3fe

Browse files
committed
[MPMD-291] - Upgrade to PMD 6.21.0
1 parent 5e42898 commit 13bc3fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ under the License.
8888
<mavenVersion>3.0</mavenVersion>
8989
<doxiaVersion>1.7</doxiaVersion>
9090
<javaVersion>7</javaVersion><!-- Because PMD 5.4+ requires Java 7 -->
91-
<pmdVersion>6.19.0</pmdVersion>
91+
<pmdVersion>6.21.0</pmdVersion>
9292
<sitePluginVersion>3.7.1</sitePluginVersion>
9393
<projectInfoReportsPluginVersion>3.0.0</projectInfoReportsPluginVersion>
9494
</properties>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Upgrading PMD at Runtime
8888
*--------------------------------------------------------------------------------*--------------------------------------------------*
8989
| <<maven-pmd-plugin>> | <<PMD>> |
9090
*--------------------------------------------------------------------------------*--------------------------------------------------*
91-
| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.13.0/}3.13.0}} | {{{https://pmd.github.io/pmd-6.19.0/}6.19.0}} |
91+
| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.13.0/}3.13.0}} | {{{https://pmd.github.io/pmd-6.21.0/}6.21.0}} |
9292
*--------------------------------------------------------------------------------*--------------------------------------------------*
9393
| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.12.0/}3.12.0}} | {{{https://pmd.github.io/pmd-6.13.0/}6.13.0}} |
9494
*--------------------------------------------------------------------------------*--------------------------------------------------*

0 commit comments

Comments
 (0)