We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 396b94a commit 34287f4Copy full SHA for 34287f4
ReleaseNotes.md
@@ -11,8 +11,12 @@ Eclipse Update Site:
11
12
### New and noteworthy
13
14
+* Updated PMD to 6.3.0
15
+
16
### Fixed Issues
17
18
+* [#48](https://github.com/pmd/pmd-eclipse-plugin/issues/48): Upgrade to PMD 6.3.0
19
20
### External Contributions
21
22
pom.xml
@@ -16,7 +16,7 @@
<properties>
<tycho.version>1.1.0</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
- <pmd.version>6.2.0</pmd.version>
+ <pmd.version>6.3.0</pmd.version>
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
</properties>
0 commit comments