File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ Eclipse Update Site:
1111
1212### New and noteworthy
1313
14- * Updated PMD to 6.9 .0
15- * Eclipse SimRel 2018-09 is supported.
16- To do this, the plugin doesn't expose log4j for other plugins anymore
14+ * Updated PMD to 6.10 .0
15+ * Eclipse SimRel 2018-09 and 2018-12 is supported.
16+ To do this, the plugin doesn't expose log4j for other plugins anymore.
1717 (the package ` org.apache.log4j ` is not exported anymore). In case you used this in a fragment,
1818 you should now use the eclipse platform logging facilities.
1919
2020### Fixed Issues
2121
22- * [ #48 ] ( https://github.com/pmd/pmd-eclipse-plugin/issues/48 ) : Upgrade to PMD 6.7 .0
22+ * [ #48 ] ( https://github.com/pmd/pmd-eclipse-plugin/issues/48 ) : Upgrade to PMD 6.10 .0
2323* [ #65 ] ( https://github.com/pmd/pmd-eclipse-plugin/issues/65 ) : Support multiple rulesets
2424* [ #67 ] ( https://github.com/pmd/pmd-eclipse-plugin/issues/67 ) : PMD's XML Schemas should be registered in XML Catalog
2525
Original file line number Diff line number Diff line change 1616 <properties >
1717 <tycho .version>1.1.0</tycho .version>
1818 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
19- <pmd .version>6.9 .0</pmd .version>
19+ <pmd .version>6.10 .0</pmd .version>
2020 <maven-antrun-plugin .version>1.8</maven-antrun-plugin .version>
2121 </properties >
2222
You can’t perform that action at this time.
0 commit comments