Skip to content

Commit 36ff468

Browse files
committed
Update to PMD 6.9.0
Refs #48
1 parent 888039c commit 36ff468

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ReleaseNotes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Eclipse Update Site:
1111

1212
### New and noteworthy
1313

14-
* Updated PMD to 6.7.0
14+
* Updated PMD to 6.9.0
1515
* Eclipse SimRel 2018-09 is supported.
1616
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,

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.7.0</pmd.version>
19+
<pmd.version>6.9.0</pmd.version>
2020
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
2121
</properties>
2222

0 commit comments

Comments
 (0)