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 365c7ba commit 75950a7Copy full SHA for 75950a7
ReleaseNotes.md
@@ -6,7 +6,13 @@ Eclipse Update Site: <https://dl.bintray.com/pmd/pmd-eclipse-plugin/updates/>
6
7
## ????: 4.0.16.v????
8
9
-* Updated PMD to 6.0.0
+### New and noteworthy
10
+
11
+* Updated PMD to 6.1.0
12
13
+### Fixed Issues
14
15
+* [#32](https://github.com/pmd/pmd-eclipse-plugin/issues/32): Upgrade PMD to 6.1.0
16
17
### External Contributions
18
pom.xml
@@ -16,7 +16,7 @@
<properties>
<tycho.version>1.0.0</tycho.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19
- <pmd.version>6.0.0-SNAPSHOT</pmd.version>
+ <pmd.version>6.1.0</pmd.version>
20
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
21
</properties>
22
0 commit comments