Skip to content

Commit 34287f4

Browse files
committed
Upgrade to PMD 6.3.0, fixes #48
1 parent 396b94a commit 34287f4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

ReleaseNotes.md

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

1212
### New and noteworthy
1313

14+
* Updated PMD to 6.3.0
15+
1416
### Fixed Issues
1517

18+
* [#48](https://github.com/pmd/pmd-eclipse-plugin/issues/48): Upgrade to PMD 6.3.0
19+
1620
### External Contributions
1721

1822

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

0 commit comments

Comments
 (0)