Skip to content

Commit f24f7a4

Browse files
author
Amit Dev
committed
Fixes #48
1 parent 90f956b commit f24f7a4

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

resources/META-INF/plugin.xml

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

66
<change-notes>
7-
Support for PMD 6.0 and minor bug fixes.
7+
Support for PMD 6.3.0.
88
</change-notes>
99

10-
<version>1.8.4</version>
10+
<version>1.8.5</version>
1111
<vendor>bodhi</vendor>
1212

13-
<idea-version since-build="145.258"/>
13+
<idea-version since-build="181.0"/>
1414
<project-components>
1515
<component>
1616
<implementation-class>com.intellij.plugins.bodhi.pmd.PMDProjectComponent</implementation-class>

src/com/intellij/plugins/bodhi/pmd/PMDProjectComponent.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@
3535
name = "PDMPlugin",
3636
storages = {
3737
@Storage(
38-
id = "other",
3938
file = "$PROJECT_FILE$"
4039
)}
4140
)

0 commit comments

Comments
 (0)