Skip to content

Commit d87c380

Browse files
committed
Upgrade PMD to 6.2.0
Refs #32
1 parent ef2cb88 commit d87c380

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ReleaseNotes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ Eclipse Update Site:
1111

1212
### New and noteworthy
1313

14-
* Updated PMD to 6.1.0
14+
* Updated PMD to 6.2.0
1515
* At least Java 1.7 is required now.
1616

1717
### Fixed Issues
1818

19-
* [#32](https://github.com/pmd/pmd-eclipse-plugin/issues/32): Upgrade PMD to 6.1.0
19+
* [#32](https://github.com/pmd/pmd-eclipse-plugin/issues/32): Upgrade PMD to 6.2.0
2020

2121
### External Contributions
2222

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

0 commit comments

Comments
 (0)