Skip to content

Commit 2957d43

Browse files
committed
Updated PMD to 5.3.2
1 parent 4bb6af3 commit 2957d43

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
@@ -6,7 +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
9+
* Updated PMD to 5.3.2
1010
* Fixed Unable to check more than one class without FullBuildEnabled ([#1352](https://sourceforge.net/p/pmd/bugs/1352/))
1111
* Fixed Manually checking code with PMD only works if PMD is activated for the project ([bug #1351](https://sourceforge.net/p/pmd/bugs/1351/))
1212
* 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.1</pmd.version>
19+
<pmd.version>5.3.2</pmd.version>
2020
</properties>
2121

2222
<repositories>

0 commit comments

Comments
 (0)