Skip to content

Commit

Permalink
Modify plugin.xml - add description, increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-inv committed Feb 11, 2018
1 parent d4618f6 commit d77ef5e
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,22 +1,24 @@
<idea-plugin>
<id>com.alivanov.intellij.plugins.liquigen</id>
<name>Liquigen</name>
<version>0.01</version>
<version>0.0.2</version>
<vendor email="[email protected]">Alexey Ivanov</vendor>

<description><![CDATA[
<h1>Liquigen - Liquibase Changeset Generation</h1><br/>
]]></description>
<h1>Liquibase Changeset Generation</h1><br/>
<change-notes><![CDATA[
Provides integration of Liquibase Command Tools.<br/>
Currently following options are included:<br/>
<ul>
<li>
Liquigen v0.0.1<br/>
Initial release. Supports diffToChangeLog and generateChangeLog commands.
Generate a full XML changelog from a specific Data Source
</li>
<li>
Compare target Data Source to reference in an XML changelog
</li>
</ul>
]]>
</change-notes>
Github page: <a href="https://github.com/iman89/liquigen">https://github.com/iman89/liquigen</a>
]]></description>

<!-- please see http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html for description -->
<idea-version since-build="173.0"/>
Expand Down

0 comments on commit d77ef5e

Please sign in to comment.