Skip to content

Commit 0ca439e

Browse files
authored
Merge pull request #71 from LeonardLaszlo/PMD-6.21-Upgrade
Update manifest to PMD 6.21
2 parents 76944b6 + 7d2595d commit 0ca439e

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

PMD-Intellij.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</content>
1010
<orderEntry type="inheritedJdk" />
1111
<orderEntry type="sourceFolder" forTests="false" />
12-
<orderEntry type="library" name="pmd-6.17" level="project" />
12+
<orderEntry type="library" name="pmd-6.21" level="project" />
1313
</component>
1414
</module>

resources/META-INF/plugin.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
<description>A plugin to run static analysis using PMD in intelliJ.</description>
55

66
<change-notes>
7-
Update PMD plugin to use PMD 6.17.
8-
Fix for https://github.com/amitdev/PMD-Intellij/issues/68
7+
Update PMD plugin to use PMD 6.21.
98
</change-notes>
109

11-
<version>1.8.11</version>
10+
<version>1.8.12</version>
1211
<vendor>Amit Dev</vendor>
1312

1413
<idea-version since-build="181.0"/>

0 commit comments

Comments
 (0)