Skip to content

Commit

Permalink
Bump PMD from 7.8.0 to 7.9.0 (#235)
Browse files Browse the repository at this point in the history
Merge pull request #235 from adangel:update-pmd-7.9.0
  • Loading branch information
adangel committed Dec 27, 2024
2 parents a232a03 + b530fa9 commit 61360af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 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 All @@ -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.
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

0 comments on commit 61360af

Please sign in to comment.