-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from viartemev/release-0.10
release 0.10
- Loading branch information
Showing
3 changed files
with
13 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/> | ||
|
@@ -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> | ||
|
@@ -65,4 +66,4 @@ | |
</action> | ||
</actions> | ||
|
||
</idea-plugin> | ||
</idea-plugin> |