Skip to content

Commit

Permalink
Fixes #48
Browse files Browse the repository at this point in the history
  • Loading branch information
Amit Dev committed May 19, 2018
1 parent 90f956b commit f24f7a4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
<description>A plugin to run static analysis using PMD in intelliJ.</description>

<change-notes>
Support for PMD 6.0 and minor bug fixes.
Support for PMD 6.3.0.
</change-notes>

<version>1.8.4</version>
<version>1.8.5</version>
<vendor>bodhi</vendor>

<idea-version since-build="145.258"/>
<idea-version since-build="181.0"/>
<project-components>
<component>
<implementation-class>com.intellij.plugins.bodhi.pmd.PMDProjectComponent</implementation-class>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@
name = "PDMPlugin",
storages = {
@Storage(
id = "other",
file = "$PROJECT_FILE$"
)}
)
Expand Down

0 comments on commit f24f7a4

Please sign in to comment.