File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
net.sourceforge.pmd.eclipse.plugin/META-INF Expand file tree Collapse file tree 3 files changed +6
-2
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.1.0
17+
1618### Fixed Issues
1719* [ #191 ] ( https://github.com/pmd/pmd-eclipse-plugin/issues/191 ) : Rule Configuration Pref Page - PropertyDescriptor cannot be cast to Comparable
1820* [ #192 ] ( https://github.com/pmd/pmd-eclipse-plugin/pull/192 ) : Add japicmp
Original file line number Diff line number Diff line change @@ -88,7 +88,9 @@ Bundle-ClassPath: .,
8888 target/lib/upack_2.13.jar,
8989 target/lib/upickle_2.13.jar,
9090 target/lib/upickle-core_2.13.jar,
91- target/lib/upickle-implicits_2.13.jar
91+ target/lib/upickle-implicits_2.13.jar,
92+ target/lib/xmlresolver.jar,
93+ target/lib/xmlresolver-data.jar
9294Bundle-Localization : plugin
9395Export-Package : ch.qos.logback.classic;x-friends:="net.sourceforge.pmd.eclipse.plugin.test",
9496 net.sourceforge.pmd;
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>4.0.6</tycho .version>
2323 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
24- <pmd .version>7.0 .0</pmd .version>
24+ <pmd .version>7.1 .0</pmd .version>
2525 <pmd .build-tools.version>24</pmd .build-tools.version>
2626 <checkstyle .version>10.14.0</checkstyle .version>
2727 <checkstyle .plugin.version>3.3.1</checkstyle .plugin.version>
You can’t perform that action at this time.
0 commit comments