Skip to content

Commit c7559ce

Browse files
committed
Update PMD to 6.10.0
Refs #48
1 parent 866d78c commit c7559ce

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

ReleaseNotes.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
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

0 commit comments

Comments
 (0)