File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ This is a minor release.
1414### New and noteworthy
1515
1616* Java 17 is required for building now. The plugin still works with older eclipse versions with Java 8.
17+ * Updated to PMD 6.51.0
1718
1819### Fixed Issues
1920
Original file line number Diff line number Diff line change 2222 <!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md -->
2323 <tycho .version>3.0.0</tycho .version>
2424 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25- <pmd .version>6.50 .0</pmd .version>
25+ <pmd .version>6.51 .0</pmd .version>
2626 <maven-antrun-plugin .version>1.8</maven-antrun-plugin .version>
2727 <pmd .build-tools.version>18</pmd .build-tools.version>
2828 <checkstyle .version>10.3.3</checkstyle .version>
2929 <checkstyle .plugin.version>3.2.0</checkstyle .plugin.version>
3030 <pmd .plugin.version>3.19.0</pmd .plugin.version>
31- <pmd .check.version>6.50 .0</pmd .check.version>
31+ <pmd .check.version>6.51 .0</pmd .check.version>
3232
3333 <keystorePath >.ci/files/pmd-eclipse-plugin.p12</keystorePath >
3434 <keystore >${basedir}/${keystorePath}</keystore >
You can’t perform that action at this time.
0 commit comments