Skip to content

Commit

Permalink
[MPMD-345] - Upgrade to PMD 6.47.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Jun 30, 2022
1 parent 94b6da1 commit b97b2a4
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ under the License.
<doxiaVersion>1.11.1</doxiaVersion>
<doxiaSitetoolsVersion>1.11.1</doxiaSitetoolsVersion>
<javaVersion>8</javaVersion><!-- Because PMD 6.35.0+ requires Java 8 -->
<pmdVersion>6.46.0</pmdVersion>
<pmdVersion>6.47.0</pmdVersion>
<slf4jVersion>1.7.36</slf4jVersion>
<sitePluginVersion>3.12.0</sitePluginVersion>
<projectInfoReportsPluginVersion>3.3.0</projectInfoReportsPluginVersion>
Expand Down
2 changes: 2 additions & 0 deletions src/site/apt/examples/upgrading-PMD-at-runtime.apt.vm
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ Upgrading PMD at Runtime
*--------------------------------------------------------------------------------*--------------------------------------------------*
| <<maven-pmd-plugin>> | <<PMD>> |
*--------------------------------------------------------------------------------*--------------------------------------------------*
| {{{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}} |
*--------------------------------------------------------------------------------*--------------------------------------------------*
| {{{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}} |
*--------------------------------------------------------------------------------*--------------------------------------------------*
| {{{https://maven.apache.org/plugins-archives/maven-pmd-plugin-3.16.0/}3.16.0}} | {{{https://pmd.github.io/pmd-6.42.0/}6.42.0}} |
Expand Down
11 changes: 11 additions & 0 deletions src/site/markdown/releasenotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,17 @@ under the License.

# Release Notes

## Version 3.18.0

**Release Date:** ??

**JIRA:** [Release Notes - Maven PMD Plugin - Version 3.18.0](https://issues.apache.org/jira/projects/MPMD/versions/12351813)

**GitHub:** <https://github.com/apache/maven-pmd-plugin/releases/tag/maven-pmd-plugin-3.18.0>

### 📦 Dependency updates
* [MPMD-345](https://issues.apache.org/jira/browse/MPMD-345) - Upgrade to PMD 6.47.0

## Version 3.17.0

**Release Date:** 2022-05-31
Expand Down

0 comments on commit b97b2a4

Please sign in to comment.