@@ -26,10 +26,47 @@ Header Templates
26
26
### U+1F47B (Ghost) Maintenance
27
27
### U+1F4DD (Memo) Documentation updates
28
28
### U+1F4E6 (Package) Dependency updates
29
+ ### U+1F4A5 (Boom) Breaking changes
29
30
-->
30
31
31
32
# Release Notes
32
33
34
+ ⚠ Note: The release notes might not always be up to date. The release notes for the latest release are always
35
+ sent through the Maven Announcement mailing list. The archive is available here:
36
+ < https://lists.apache.org/list.html?announce@maven.apache.org >
37
+
38
+ ## Version 3.25.0
39
+
40
+ ** Release Date:** 2024-08-22
41
+
42
+ ** Announcement:** [[ ANN] Maven PMD Plugin 3.25.0 released-Apache Mail Archives] ( https://lists.apache.org/thread/604l12s5hg2y3wc2zcppz3y19hlyms5m )
43
+
44
+ ** JIRA:** [ Release Notes - Maven PMD Plugin - Version 3.25.0] ( https://issues.apache.org/jira/projects/MPMD/versions/12355005 )
45
+
46
+ ** GitHub:** < https://github.com/apache/maven-pmd-plugin/releases/tag/maven-pmd-plugin-3.25.0 >
47
+
48
+ ### 🚀 New features and improvements
49
+ * [ MPMD-390] ( https://issues.apache.org/jira/browse/MPMD-390 ) - Dynamically calculate xrefLocation/xrefTestLocation ([ #126 ] ( https://github.com/apache/maven-pmd-plugin/pull/126 ) ) @michael-o
50
+
51
+ ### 🐛 Bug Fixes
52
+ * [ MPMD-368] ( https://issues.apache.org/jira/browse/MPMD-368 ) - Parameter 'localRepository' is deprecated
53
+
54
+ ### 👻 Maintenance
55
+ * [ MPMD-398] ( https://issues.apache.org/jira/browse/MPMD-398 ) - Refresh download page ([ #165 ] ( https://github.com/apache/maven-pmd-plugin/pull/165 ) ) @FredrikAnderson
56
+
57
+ ### 📝 Documentation updates
58
+ * (doc) Update release notes for 3.23.0 and 3.24.0 ([ #161 ] ( https://github.com/apache/maven-pmd-plugin/pull/161 ) ) @adangel
59
+
60
+ ### 📦 Dependency updates
61
+ * [ MPMD-389] ( https://issues.apache.org/jira/browse/MPMD-389 ) - Upgrade to Doxia 2.0.0 Milestone Stack ([ #126 ] ( https://github.com/apache/maven-pmd-plugin/pull/126 ) ) @michael-o
62
+ * [ MPMD-401] ( https://issues.apache.org/jira/browse/MPMD-401 ) - Upgrade to Parent 43 ([ #159 ] ( https://github.com/apache/maven-pmd-plugin/pull/159 ) ) @dependabot
63
+ * Bump org.apache.commons: commons-lang3 from 3.15.0 to 3.16.0 ([ #164 ] ( https://github.com/apache/maven-pmd-plugin/pull/164 ) ) @dependabot
64
+ * Bump org.apache.commons: commons-lang3 from 3.14.0 to 3.15.0 ([ #163 ] ( https://github.com/apache/maven-pmd-plugin/pull/163 ) ) @dependabot
65
+
66
+ ### 💥 Breaking changes
67
+ * If you use maven-site-plugin together with maven-pmd-plugin, you need to upgrade m-site-p to 3.20.0 or later.
68
+ * Read the details on this release here: https://cwiki.apache.org/confluence/display/MAVEN/Towards+Doxia+2.0.0+Stack
69
+
33
70
## Version 3.24.0
34
71
35
72
** Release Date:** 2024-07-10
0 commit comments