File tree Expand file tree Collapse file tree 3 files changed +13
-12
lines changed
src/main/resources/META-INF Expand file tree Collapse file tree 3 files changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ buildscript {
6
6
junit_plugin_version = ' 1.0.1'
7
7
spek_version = ' 1.1.5'
8
8
assertj_version = ' 3.8.0'
9
- gradle_intellij_plugin = ' 0.2.17 '
9
+ gradle_intellij_plugin = ' 0.2.18 '
10
10
gradle_plugin = ' 2.5'
11
11
kotlinter_gradle_plugin = ' 1.7.0'
12
- kluent_version = ' 1.32 '
12
+ kluent_version = ' 1.34 '
13
13
log4j_version = ' 2.9.0'
14
14
coveralls_plugin = ' 2.8.2'
15
15
}
@@ -49,7 +49,7 @@ apply plugin: "com.github.kt3k.coveralls"
49
49
50
50
51
51
group " com.viartemev.requestmapper"
52
- version " 0.9 "
52
+ version " 0.10 "
53
53
54
54
dependencies {
55
55
compile(" org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version " )
@@ -91,11 +91,11 @@ intellij {
91
91
}
92
92
93
93
patchPluginXml {
94
- version ' 0.9 '
94
+ version ' 0.10 '
95
95
sinceBuild ' 141.0'
96
96
untilBuild ' '
97
97
}
98
98
99
99
task wrapper (type : Wrapper ) {
100
100
gradleVersion = ' 4.5.1'
101
- }
101
+ }
Original file line number Diff line number Diff line change 1
1
sonar.projectKey =com.viartemev.requestmapper
2
2
sonar.projectName =Request Mapper
3
- sonar.projectVersion =0.9
3
+ sonar.projectVersion =0.10
4
4
sonar.sourceEncoding =UTF-8
5
- sonar.organization =viartemev-github
5
+ sonar.organization =viartemev-github
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.viartemev.requestmapper</id >
3
3
<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 >
6
6
7
7
<description ><![CDATA[
8
8
Plugin for quick navigation to url mapping declaration.<br/>
44
44
45
45
<change-notes ><![CDATA[
46
46
<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>
49
50
</ul>
50
51
]]>
51
52
</change-notes >
65
66
</action >
66
67
</actions >
67
68
68
- </idea-plugin >
69
+ </idea-plugin >
You can’t perform that action at this time.
0 commit comments