Skip to content
This repository has been archived by the owner on Nov 3, 2024. It is now read-only.

Commit

Permalink
updated changelog and project url
Browse files Browse the repository at this point in the history
  • Loading branch information
Michail Plushnikov committed Apr 29, 2015
1 parent be62d37 commit 5f6c3c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lombok-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<idea-plugin version="2" url="http://code.google.com/p/lombok-intellij-plugin">
<idea-plugin version="2" url="https://github.com/mplushnikov/lombok-intellij-plugin">
<id>Lombook Plugin</id>
<name>Lombok Plugin</name>
<vendor url="https://github.com/mplushnikov/lombok-intellij-plugin" email="[email protected]">Michail Plushnikov</vendor>
Expand Down Expand Up @@ -205,6 +205,7 @@
<li>0.9.4
<ol>
<li>Fixed regression #108: Getter/Setter wrong after last Update</li>
<li>Fixed #100, #72: AssertionError: Stub and PSI element type mismatch</li>
</ol>
</li>
<li>0.9.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
daemon.donate.title=Lombok support plugin updated to v{0}
daemon.donate.content=\
- Fixed regression (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/108">#108</a>): Getter/Setter wrong after last Update<br/>\
- Fixed (<a href="https://github.com/mplushnikov/lombok-intellij-plugin/issues/100">#100</a>): AssertionError: Stub and PSI element type mismatch<br/>\
<br/>\
If you find my plugin helpful, donate me using <b>\
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\\&hosted_button_id=3F9HXD7A2SMCN">PayPal</a></b>

0 comments on commit 5f6c3c3

Please sign in to comment.