Skip to content

Commit cf353c6

Browse files
committed
(doc) Update release notes
1 parent 027bf25 commit cf353c6

File tree

1 file changed

+19
-15
lines changed

1 file changed

+19
-15
lines changed

src/site/markdown/releasenotes.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,38 +21,42 @@ under the License.
2121

2222
# Release Notes
2323

24-
## Version 3.17.0-SNAPSHOT
24+
## Version 3.17.0
2525

26-
**Release Date:** not released yet
26+
**Release Date:** 2022-05-31
2727

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

30-
**GitHub:** <https://github.com/apache/maven-pmd-plugin/releases>
31-
32-
### 🐛 Bug Fixes
33-
* [MPMD-334](https://issues.apache.org/jira/browse/MPMD-334) - Source Encoding parameter is ignored
34-
* [MPMD-342](https://issues.apache.org/jira/browse/MPMD-342) - No debug log message issued when empty report shall be skipped and not issues have been found
30+
**GitHub:** <https://github.com/apache/maven-pmd-plugin/releases/tag/maven-pmd-plugin-3.17.0>
3531

3632
### 🚀 New features and improvements
37-
* [MPMD-309](https://issues.apache.org/jira/browse/MPMD-309) - Add configuration option to show suppressed violations
38-
* [MPMD-332](https://issues.apache.org/jira/browse/MPMD-332) - Support Java 18
33+
* [MPMD-309](https://issues.apache.org/jira/browse/MPMD-309) - Add configuration option to show suppressed violations (#59) @adangel
34+
* [MPMD-332](https://issues.apache.org/jira/browse/MPMD-332) - Support Java 18 (#63) @adangel
35+
36+
### 🐛 Bug Fixes
37+
* [MPMD-334](https://issues.apache.org/jira/browse/MPMD-334) - Source Encoding parameter is ignored (#64) @laoseth
38+
* [MPMD-342](https://issues.apache.org/jira/browse/MPMD-342) - No debug log message issued when empty report shall be ski… (#69) @michael-o
3939

4040
### 📝 Documentation updates
41-
* [MPMD-333](https://issues.apache.org/jira/browse/MPMD-333) - Add release notes documentation
41+
* [MPMD-333](https://issues.apache.org/jira/browse/MPMD-333) - Add release notes documentation (#61) @adangel
4242

4343
### 👻 Maintenance
44-
* [MPMD-336](https://issues.apache.org/jira/browse/MPMD-336) - Replace deprecated calls to PMD
44+
* [MPMD-336](https://issues.apache.org/jira/browse/MPMD-336) - Replace deprecated calls to PMD (#66) @adangel
4545

4646
### 📦 Dependency updates
4747
* [MPMD-329](https://issues.apache.org/jira/browse/MPMD-329) - Upgrade to PMD 6.45.0
48-
* [MPMD-330](https://issues.apache.org/jira/browse/MPMD-330) - Upgrade Maven Parent to 35
49-
* [MPMD-331](https://issues.apache.org/jira/browse/MPMD-331) - Require Maven 3.2.5+
50-
* [MPMD-337](https://issues.apache.org/jira/browse/MPMD-337) - Upgrade Maven Parent to 36
48+
* [MPMD-330](https://issues.apache.org/jira/browse/MPMD-330) - Upgrade Maven Parent to 35 (#60) @adangel
49+
* [MPMD-331](https://issues.apache.org/jira/browse/MPMD-331) - Require Maven 3.2.5+ (#60) @adangel
50+
* [MPMD-337](https://issues.apache.org/jira/browse/MPMD-337) - Upgrade Maven Parent to 36 (#67) @adangel
5151
* [MPMD-338](https://issues.apache.org/jira/browse/MPMD-338) - Upgrade to Doxia/Doxia Sitetools to 1.11.1
5252
* [MPMD-339](https://issues.apache.org/jira/browse/MPMD-339) - Upgrade plugins in ITs
5353
* [MPMD-340](https://issues.apache.org/jira/browse/MPMD-340) - Upgrade Maven Reporting API/Impl to 3.1.0
5454
* [MPMD-341](https://issues.apache.org/jira/browse/MPMD-341) - Upgrade Maven Plugin Test Harness to 3.3.0
55-
* [MPMD-343](https://issues.apache.org/jira/browse/MPMD-343) - Upgrade to PMD 6.46.0
55+
* [MPMD-343](https://issues.apache.org/jira/browse/MPMD-343) - Upgrade to PMD 6.46.0 (#71) @adangel
56+
* Bump release-drafter/release-drafter from 5.19.0 to 5.20.0 (#68) @dependabot
57+
* Bump release-drafter/release-drafter from 5.18.1 to 5.19.0 (#58) @dependabot
58+
* Bump commons-io from 2.6 to 2.7 in /src/it/MPMD-318-auxclasspath-includeTests/module-a (#65) @dependabot
59+
* Bump slf4jVersion from 1.7.25 to 1.7.36 (#53) @dependabot
5660

5761
## Version 3.16.0
5862

0 commit comments

Comments
 (0)