Skip to content

Commit

Permalink
Bump PMD from 7.7.0 to 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Nov 29, 2024
1 parent 8b69652 commit 3bac02d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.8.0

### Fixed Issues

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.7.0</pmd.version>
<pmd.version>7.8.0</pmd.version>
<pmd.build-tools.version>27</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.7.0</pmd.check.version>
<pmd.check.version>7.8.0</pmd.check.version>

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

0 comments on commit 3bac02d

Please sign in to comment.