Skip to content

Commit

Permalink
fix plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
hykes committed Jul 4, 2017
1 parent 85fa8a8 commit 59cbef7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>me.hehaiyang.codegen</id>
<name>CodeGen</name>
<version>0.6</version>
<version>0.7</version>
<vendor email="[email protected]">hehaiyang</vendor>

<description><![CDATA[
Expand All @@ -19,7 +19,13 @@
]]></description>

<change-notes><![CDATA[
<ul>
<li>add in-house variables (serialVersionUID)</li>
<li>support template sub directory</li>
<li>support resources (sub) directory</li>
<li>fix add group bug</li>
<li>remove lombok jar</li>
</ul>
]]>
</change-notes>

Expand Down

0 comments on commit 59cbef7

Please sign in to comment.