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

Skip to content

Commit 10d345c

Browse files
committed
[MPMD-347] - Upgrade to PMD 6.48.0
1 parent 5a0ae88 commit 10d345c

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
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.47.0</pmdVersion>
92+
<pmdVersion>6.48.0</pmdVersion>
9393
<slf4jVersion>1.7.36</slf4jVersion>
9494
<sitePluginVersion>3.12.0</sitePluginVersion>
9595
<projectInfoReportsPluginVersion>3.3.0</projectInfoReportsPluginVersion>

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.18.0/}3.18.0}} | {{{https://pmd.github.io/pmd-6.47.0/}6.47.0}} |
91+
| {{{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}} |
9292
*--------------------------------------------------------------------------------*--------------------------------------------------*
9393
| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.17.0/}3.17.0}} | {{{https://pmd.github.io/pmd-6.46.0/}6.46.0}} |
9494
*--------------------------------------------------------------------------------*--------------------------------------------------*

src/site/markdown/releasenotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ under the License.
3131

3232
### 📦 Dependency updates
3333
* [MPMD-345](https://issues.apache.org/jira/browse/MPMD-345) - Upgrade to PMD 6.47.0
34+
* [MPMD-347](https://issues.apache.org/jira/browse/MPMD-347) - Upgrade to PMD 6.48.0
3435

3536
## Version 3.17.0
3637

0 commit comments

Comments
 (0)