Skip to content

Commit

Permalink
Update to PMD 7.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adangel committed Sep 27, 2024
1 parent bf4fc57 commit e057c2c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Eclipse Update Site:
This is a minor release.

### New and noteworthy

* Update to PMD 7.6.0
* Support for Eclipse 2024-09 added
* Support for Eclipse 2023-09 removed
* New Git default branch - "main":
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.8</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<pmd.version>7.5.0</pmd.version>
<pmd.version>7.6.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.23.0</pmd.plugin.version>
<pmd.check.version>7.5.0</pmd.check.version>
<pmd.check.version>7.6.0</pmd.check.version>

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

0 comments on commit e057c2c

Please sign in to comment.