File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
net.sourceforge.pmd.eclipse.plugin/META-INF Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,7 @@ Eclipse Update Site:
1212This is a minor release.
1313
1414### New and noteworthy
15+ * Update to PMD 7.9.0
1516* Support for Eclipse 2024-12 added
1617* Support for Eclipse 2023-12 removed
1718* The plugin now uses GPG signatures. Releases are signed with
@@ -26,6 +27,9 @@ This is a minor release.
2627* Use gpg signing ([ #233 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/233 ) ) by [ @adangel ] ( https://github.com/adangel )
2728* Support eclipse 2024-12 ([ #232 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/232 ) ) by [ @adangel ] ( https://github.com/adangel )
2829
30+ ### Dependency updates
31+ * Bump PMD from 7.8.0 to 7.9.0 ([ #235 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/235 ) ) by [ @adangel ] ( https://github.com/adangel )
32+
2933## 29-November-2024: 7.8.0.v20241129-1139-r
3034
3135This is a minor release.
Original file line number Diff line number Diff line change @@ -68,6 +68,7 @@ Bundle-ClassPath: .,
6868 target/lib/pmd-plsql.jar,
6969 target/lib/pmd-python.jar,
7070 target/lib/pmd-ruby.jar,
71+ target/lib/pmd-rust.jar,
7172 target/lib/pmd-scala_2.13.jar,
7273 target/lib/pmd-swift.jar,
7374 target/lib/pmd-tsql.jar,
Original file line number Diff line number Diff line change 2121 <!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md and https://github.com/eclipse-tycho/tycho/releases -->
2222 <tycho .version>4.0.10</tycho .version>
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24- <pmd .version>7.8 .0</pmd .version>
24+ <pmd .version>7.9 .0</pmd .version>
2525 <pmd .build-tools.version>28</pmd .build-tools.version>
2626 <checkstyle .version>10.18.1</checkstyle .version>
2727 <checkstyle .plugin.version>3.5.0</checkstyle .plugin.version>
2828 <pmd .plugin.version>3.25.0</pmd .plugin.version>
29- <pmd .check.version>7.8 .0</pmd .check.version>
29+ <pmd .check.version>7.9 .0</pmd .check.version>
3030
3131 <keystorePath >.ci/files/pmd-eclipse-plugin.p12</keystorePath >
3232 <keystore >${basedir}/${keystorePath}</keystore >
You can’t perform that action at this time.
0 commit comments