Skip to content

Commit b6e3abf

Browse files
authored
Merge pull request #65 from viartemev/release-0.10
release 0.10
2 parents 36b18c6 + 56e6e12 commit b6e3abf

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

build.gradle

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ buildscript {
66
junit_plugin_version = '1.0.1'
77
spek_version = '1.1.5'
88
assertj_version = '3.8.0'
9-
gradle_intellij_plugin = '0.2.17'
9+
gradle_intellij_plugin = '0.2.18'
1010
gradle_plugin = '2.5'
1111
kotlinter_gradle_plugin = '1.7.0'
12-
kluent_version = '1.32'
12+
kluent_version = '1.34'
1313
log4j_version = '2.9.0'
1414
coveralls_plugin = '2.8.2'
1515
}
@@ -49,7 +49,7 @@ apply plugin: "com.github.kt3k.coveralls"
4949

5050

5151
group "com.viartemev.requestmapper"
52-
version "0.9"
52+
version "0.10"
5353

5454
dependencies {
5555
compile("org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version")
@@ -91,11 +91,11 @@ intellij {
9191
}
9292

9393
patchPluginXml {
94-
version '0.9'
94+
version '0.10'
9595
sinceBuild '141.0'
9696
untilBuild ''
9797
}
9898

9999
task wrapper(type: Wrapper) {
100100
gradleVersion = '4.5.1'
101-
}
101+
}

sonar-project.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
sonar.projectKey=com.viartemev.requestmapper
22
sonar.projectName=Request Mapper
3-
sonar.projectVersion=0.9
3+
sonar.projectVersion=0.10
44
sonar.sourceEncoding=UTF-8
5-
sonar.organization=viartemev-github
5+
sonar.organization=viartemev-github

src/main/resources/META-INF/plugin.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<idea-plugin>
22
<id>com.viartemev.requestmapper</id>
33
<name>Request mapper</name>
4-
<version>0.9</version>
5-
<vendor email="viartemev@gmail.com" url="http://viartemev.com">Vyacheslav Artemyev</vendor>
4+
<version>0.10</version>
5+
<vendor email="viartemev@gmail.com" url="https://github.com/viartemev">Vyacheslav Artemyev</vendor>
66

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

4545
<change-notes><![CDATA[
4646
<ul>
47-
<li>Improvement: add type for PathVariables</li>
48-
<li>Improvement: update documentation</li>
47+
<li>Improvement: path search</li>
48+
<li>Bug fix: path search with path variables</li>
49+
<li>Bug fix: path search with params</li>
4950
</ul>
5051
]]>
5152
</change-notes>
@@ -65,4 +66,4 @@
6566
</action>
6667
</actions>
6768

68-
</idea-plugin>
69+
</idea-plugin>

0 commit comments

Comments
 (0)