diff --git a/ReleaseNotes.md b/ReleaseNotes.md index 9b88e867..d2d87ab0 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -12,6 +12,7 @@ Eclipse Update Site: This is a minor release. ### New and noteworthy +* Update to PMD 7.9.0 * Support for Eclipse 2024-12 added * Support for Eclipse 2023-12 removed * The plugin now uses GPG signatures. Releases are signed with @@ -26,6 +27,9 @@ This is a minor release. * Use gpg signing ([#233](https://github.com/pmd/pmd-eclipse-plugin/pull/233)) by [@adangel](https://github.com/adangel) * Support eclipse 2024-12 ([#232](https://github.com/pmd/pmd-eclipse-plugin/pull/232)) by [@adangel](https://github.com/adangel) +### Dependency updates +* 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) + ## 29-November-2024: 7.8.0.v20241129-1139-r This is a minor release. diff --git a/net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF b/net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF index 97121391..a68a1690 100644 --- a/net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF +++ b/net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF @@ -68,6 +68,7 @@ Bundle-ClassPath: ., target/lib/pmd-plsql.jar, target/lib/pmd-python.jar, target/lib/pmd-ruby.jar, + target/lib/pmd-rust.jar, target/lib/pmd-scala_2.13.jar, target/lib/pmd-swift.jar, target/lib/pmd-tsql.jar, diff --git a/pom.xml b/pom.xml index eb6e7c9e..8516c6df 100644 --- a/pom.xml +++ b/pom.xml @@ -21,12 +21,12 @@ 4.0.10 UTF-8 - 7.8.0 + 7.9.0 28 10.18.1 3.5.0 3.25.0 - 7.8.0 + 7.9.0 .ci/files/pmd-eclipse-plugin.p12 ${basedir}/${keystorePath}