Skip to content

Commit

Permalink
Fix broken link in plugin description.
Browse files Browse the repository at this point in the history
  • Loading branch information
lfn3 committed Jul 17, 2017
1 parent 0e314c4 commit 83a18fb
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,21 @@
-->

<!--suppress XmlUnboundNsPrefix -->
<idea-plugin version="2">
<idea-plugin>
<id>com.lmax.intellijLint</id>
<name>intellijLint</name>
<version>0.1</version>
<vendor email="opensource@lmax.com" url="https://github.com/lmax/intellijLint">LMAX</vendor>
<version>0.1.1</version>
<vendor email="opensource@lmax.com" url="https://github.com/LMAX-Exchange/intellijLint">LMAX</vendor>

<description><![CDATA[
Some additional inspections, including a type checker for annotated primitives.
]]></description>

<change-notes><![CDATA[
0.1 - Initial release
<ul>
<li>0.1 - Initial release</li>
<li>0.1.1 - Fix broken link in plugin description.</li>
</ul>
]]>
</change-notes>

Expand Down

0 comments on commit 83a18fb

Please sign in to comment.