Skip to content

Commit

Permalink
next version
Browse files Browse the repository at this point in the history
  • Loading branch information
idegtiarenko committed Sep 11, 2016
1 parent c806abe commit 8e29f26
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ apply plugin: 'org.jetbrains.intellij'
apply plugin: 'net.saliman.cobertura'

group 'org.concordion.plugin.idea'
version '0.10'
version '0.10.1'

sourceCompatibility = 1.8
targetCompatibility = 1.8
Expand All @@ -31,7 +31,7 @@ repositories {
intellij {
pluginName 'IdeaConcordionSupport'
plugins = ['junit', 'properties', 'Groovy', 'org.intellij.scala:2016.2.1', 'git4idea']
version '2016.2.3'
version '2016.2.4'
// sandboxDirectory "$projectDir/idea-sandbox"
downloadSources false
updateSinceUntilBuild false
Expand Down
7 changes: 6 additions & 1 deletion 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.10</version>
<version>0.10.1</version>
<vendor email="[email protected]" url="https://github.com/concordion/idea-concordion-support">Ievgen Degtiarenko</vendor>

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

<change-notes><![CDATA[
<p>
Version 0.10.1<br/>
<ul>
<li>Updates to support newer groovy plugin</li>
<li>Updates to support newer markdown navigator plugin</li>
</ul>
Version 0.10<br/>
<ul>
<li>Create spec and fixture dialog</li>
Expand Down

0 comments on commit 8e29f26

Please sign in to comment.