File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed
net.sourceforge.pmd.eclipse.plugin/META-INF Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,8 @@ This is a minor release.
1313
1414### New and noteworthy
1515
16+ * Updated to PMD 7.0.0-rc2
17+
1618### Fixed Issues
1719
1820### API Changes
Original file line number Diff line number Diff line change @@ -56,6 +56,7 @@ Bundle-ClassPath: .,
5656 target/lib/pmd-java.jar,
5757 target/lib/pmd-javascript.jar,
5858 target/lib/pmd-jsp.jar,
59+ target/lib/pmd-julia.jar,
5960 target/lib/pmd-kotlin.jar,
6061 target/lib/pmd-lua.jar,
6162 target/lib/pmd-matlab.jar,
Original file line number Diff line number Diff line change 2121 <!-- https://github.com/eclipse/tycho/blob/master/RELEASE_NOTES.md and https://github.com/eclipse-tycho/tycho/releases -->
2222 <tycho .version>3.0.4</tycho .version>
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24- <pmd .version>7.0.0-rc1 </pmd .version>
24+ <pmd .version>7.0.0-rc2 </pmd .version>
2525 <pmd .build-tools.version>20</pmd .build-tools.version>
2626 <checkstyle .version>10.7.0</checkstyle .version>
2727 <checkstyle .plugin.version>3.2.1</checkstyle .plugin.version>
You can’t perform that action at this time.
0 commit comments