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 888039c commit 36ff468Copy full SHA for 36ff468
ReleaseNotes.md
@@ -11,7 +11,7 @@ Eclipse Update Site:
11
12
### New and noteworthy
13
14
-* Updated PMD to 6.7.0
+* Updated PMD to 6.9.0
15
* Eclipse SimRel 2018-09 is supported.
16
To do this, the plugin doesn't expose log4j for other plugins anymore
17
(the package `org.apache.log4j` is not exported anymore). In case you used this in a fragment,
pom.xml
@@ -16,7 +16,7 @@
<properties>
<tycho.version>1.1.0</tycho.version>
18
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
19
- <pmd.version>6.7.0</pmd.version>
+ <pmd.version>6.9.0</pmd.version>
20
<maven-antrun-plugin.version>1.8</maven-antrun-plugin.version>
21
</properties>
22
0 commit comments