Skip to content

Commit 51c7154

Browse files
committed
Updated PMD to 5.3.1
1 parent cfd196d commit 51c7154

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Eclipse Update Site: <https://sourceforge.net/projects/pmd/files/pmd-eclipse/upd
66

77
## ????: 4.0.7.v????
88

9+
* Updated PMD to 5.3.1
910
* Fixed Unable to check more than one class without FullBuildEnabled ([#1352](https://sourceforge.net/p/pmd/bugs/1352/))
1011
* Fixed Manually checking code with PMD only works if PMD is activated for the project ([bug #1351](https://sourceforge.net/p/pmd/bugs/1351/))
1112
* Fixed Check code after saving runs PMD unnecessarily ([bug #1350](https://sourceforge.net/p/pmd/bugs/1350/))

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>0.22.0</tycho.version>
1818
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19-
<pmd.version>5.3.0</pmd.version>
19+
<pmd.version>5.3.1</pmd.version>
2020
</properties>
2121

2222
<repositories>

0 commit comments

Comments
 (0)