Skip to content

Commit

Permalink
next version metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Nov 10, 2015
1 parent e5b4fb1 commit 0d57d20
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ apply plugin: 'java'
apply plugin: 'org.jetbrains.intellij'

group 'org.concordion.plugin.idea'
version '0.2-SNAPSHOT'
version '0.3'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand All @@ -24,6 +24,7 @@ intellij {
pluginName 'IdeaConcordionSupport'
plugins 'junit'
downloadSources false
version '15.0'
}

dependencies {
Expand Down
12 changes: 9 additions & 3 deletions resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin version="2">
<id>org.concordion.plugin.idea.lang</id>
<name>Concordion support</name>
<version>0.2</version>
<version>0.3</version>
<vendor email="gmandnepr@gmail.com" url="https://github.com/concordion/idea-concordion-support">Ievgen Degtiarenko</vendor>

<depends>com.intellij.modules.java</depends>
Expand All @@ -17,6 +17,14 @@

<change-notes><![CDATA[
<p>
Version 0.3<br/>
<ul>
<li>Number of issues fixed (detection of concordion spec and fixture #7, extra namespace added #6, caching issue)</li>
<li>Better resolving of overloaded methods</li>
<li>Better error message for unresolved fields and usages</li>
<li>Guess types of arguments while creating method from usage</li>
<li>Supported by idea 15</li>
</ul>
Version 0.2<br/>
<ul>
<li>Autocomplete with spec variables</li>
Expand All @@ -36,8 +44,6 @@
</p>
]]></change-notes>

<idea-version since-build="143"/>

<extensions defaultExtensionNs="com.intellij">
<fileTypeFactory implementation="org.concordion.plugin.idea.lang.ConcordionFileTypeFactory"/>
<lang.parserDefinition language="Concordion" implementationClass="org.concordion.plugin.idea.lang.ConcordionParserDefinition"/>
Expand Down

0 comments on commit 0d57d20

Please sign in to comment.