Skip to content

Commit fd2ca58

Browse files
committed
Upgrade to PMD 6.13.0
Fixes #95
1 parent 7e85164 commit fd2ca58

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
@@ -10,10 +10,14 @@ Eclipse Update Site:
1010
## ????: 4.1.1.v????
1111

1212
This is a bugfix release.
13+
### New and noteworthy
14+
15+
* Updated PMD to 6.13.0
1316

1417
### Fixed Issues
1518

1619
* [#94](https://github.com/pmd/pmd-eclipse-plugin/issues/94): Changing a project's PMD configuration no longer prompts for build
20+
* [#95](https://github.com/pmd/pmd-eclipse-plugin/issues/95): Upgrade to PMD 6.13.0
1721

1822
## 07-March-2019: 4.1.0.v20190307-2036
1923

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.3.0</tycho.version>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<pmd.version>6.12.0</pmd.version>
19+
<pmd.version>6.13.0</pmd.version>
2020
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
2121
<pmd.build-tools.version>1.4.0</pmd.build-tools.version>
2222
<checkstyle.version>3.0.0</checkstyle.version>

0 commit comments

Comments
 (0)