Skip to content

Commit

Permalink
Add URL to plugin.xml.
Browse files Browse the repository at this point in the history
  • Loading branch information
gshakhn committed Feb 20, 2013
1 parent 5f2c4c0 commit 0951c69
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ Changelog

Version 1.0.6-SNAPSHOT
- Fix Open in Browser if host doesn't have http:// (see [#23](https://github.com/gshakhn/sonar-intellij-plugin/issues/23) and [#26](https://github.com/gshakhn/sonar-intellij-plugin/pull/26))
- Add URL to plugin.xml so website shows up in JetBrains repository. (see [#21](https://github.com/gshakhn/sonar-intellij-plugin/issues/21))

Version 1.0.5
- Fix NPE if looking at file that isn't analyzed by sonar. (see [#17](https://github.com/gshakhn/sonar-intellij-plugin/issues/17))
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<name>Sonar IntelliJ</name>
<description>${project.description}</description>
<version>${project.version}</version>
<vendor>George Shakhnazaryan</vendor>
<vendor url="https://github.com/gshakhn/sonar-intellij-plugin">George Shakhnazaryan</vendor>
<idea-version since-build="${idea.build}"/>
<!--<idea-version since-build="111.167"/>-->

Expand Down

0 comments on commit 0951c69

Please sign in to comment.