Skip to content

Commit

Permalink
Merge pull request #65 from viartemev/release-0.10
Browse files Browse the repository at this point in the history
release 0.10
  • Loading branch information
viartemev authored Feb 23, 2018
2 parents 36b18c6 + 56e6e12 commit b6e3abf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 12 deletions.
10 changes: 5 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ buildscript {
junit_plugin_version = '1.0.1'
spek_version = '1.1.5'
assertj_version = '3.8.0'
gradle_intellij_plugin = '0.2.17'
gradle_intellij_plugin = '0.2.18'
gradle_plugin = '2.5'
kotlinter_gradle_plugin = '1.7.0'
kluent_version = '1.32'
kluent_version = '1.34'
log4j_version = '2.9.0'
coveralls_plugin = '2.8.2'
}
Expand Down Expand Up @@ -49,7 +49,7 @@ apply plugin: "com.github.kt3k.coveralls"


group "com.viartemev.requestmapper"
version "0.9"
version "0.10"

dependencies {
compile("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
Expand Down Expand Up @@ -91,11 +91,11 @@ intellij {
}

patchPluginXml {
version '0.9'
version '0.10'
sinceBuild '141.0'
untilBuild ''
}

task wrapper(type: Wrapper) {
gradleVersion = '4.5.1'
}
}
4 changes: 2 additions & 2 deletions sonar-project.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
sonar.projectKey=com.viartemev.requestmapper
sonar.projectName=Request Mapper
sonar.projectVersion=0.9
sonar.projectVersion=0.10
sonar.sourceEncoding=UTF-8
sonar.organization=viartemev-github
sonar.organization=viartemev-github
11 changes: 6 additions & 5 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<idea-plugin>
<id>com.viartemev.requestmapper</id>
<name>Request mapper</name>
<version>0.9</version>
<vendor email="[email protected]" url="http://viartemev.com">Vyacheslav Artemyev</vendor>
<version>0.10</version>
<vendor email="[email protected]" url="https://github.com/viartemev">Vyacheslav Artemyev</vendor>

<description><![CDATA[
Plugin for quick navigation to url mapping declaration.<br/>
Expand Down Expand Up @@ -44,8 +44,9 @@

<change-notes><![CDATA[
<ul>
<li>Improvement: add type for PathVariables</li>
<li>Improvement: update documentation</li>
<li>Improvement: path search</li>
<li>Bug fix: path search with path variables</li>
<li>Bug fix: path search with params</li>
</ul>
]]>
</change-notes>
Expand All @@ -65,4 +66,4 @@
</action>
</actions>

</idea-plugin>
</idea-plugin>

0 comments on commit b6e3abf

Please sign in to comment.