Skip to content

Commit c998e44

Browse files
committed
Update to PMD 7.4.0
1 parent c960a4f commit c998e44

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

ReleaseNotes.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,7 @@ Eclipse Update Site:
1212
This is a minor release.
1313

1414
### New and noteworthy
15-
16-
### Fixed Issues
17-
18-
### API Changes
19-
20-
### External Contributions
15+
* Update to PMD 7.4.0
2116

2217
## 28-June-2024: 7.3.0.v20240628-1015-r
2318

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,12 @@
2121
<!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md and https://github.com/eclipse-tycho/tycho/releases -->
2222
<tycho.version>4.0.8</tycho.version>
2323
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
24-
<pmd.version>7.3.0</pmd.version>
24+
<pmd.version>7.4.0</pmd.version>
2525
<pmd.build-tools.version>26</pmd.build-tools.version>
2626
<checkstyle.version>10.14.0</checkstyle.version>
2727
<checkstyle.plugin.version>3.3.1</checkstyle.plugin.version>
2828
<pmd.plugin.version>3.23.0</pmd.plugin.version>
29-
<pmd.check.version>7.3.0</pmd.check.version>
29+
<pmd.check.version>7.4.0</pmd.check.version>
3030

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

0 commit comments

Comments
 (0)