Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions net.sourceforge.pmd.eclipse.plugin/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@
<!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md and https://github.com/eclipse-tycho/tycho/releases -->
<tycho.version>4.0.10</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pmd.version>7.8.0</pmd.version>
<pmd.version>7.9.0</pmd.version>
<pmd.build-tools.version>28</pmd.build-tools.version>
<checkstyle.version>10.18.1</checkstyle.version>
<checkstyle.plugin.version>3.5.0</checkstyle.plugin.version>
<pmd.plugin.version>3.25.0</pmd.plugin.version>
<pmd.check.version>7.8.0</pmd.check.version>
<pmd.check.version>7.9.0</pmd.check.version>

<keystorePath>.ci/files/pmd-eclipse-plugin.p12</keystorePath>
<keystore>${basedir}/${keystorePath}</keystore>
Expand Down
Loading