Skip to content

Commit

Permalink
Set version to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexFalappa committed May 3, 2017
1 parent 8194094 commit 5dc33d2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ Requestmappings navigator panel feature contributed by [Michael Simons](https://
* Upgrade to Spring Boot 1.5.3
* Projects wizard now open `pom.xml` instead of main class after generation
* Internal reworkings to improve plugin initialization and reaction to project build and configuration properties changes
* Focus filter textfield in _Add Spring Boot Dependencies_ dialog
* [List of closed issues](https://github.com/AlexFalappa/nb-springboot/milestone/10?closed=1)

* __1.5__ (Apr 2017): Dependencies management and configuration properties editor
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.github.alexfalappa</groupId>
<artifactId>nb-springboot-plugin</artifactId>
<version>1.5.1-SNAPSHOT</version>
<version>1.5.1</version>
<packaging>nbm</packaging>

<name>NB SpringBoot</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ OpenIDE-Module-Long-Description=\
<p><b>Version 1.5.1 (May 2017):</b> Another round of fixes</p><ul>\
<li>Upgrade to Spring Boot 1.5.3</li>\
<li>Projects wizard now open <code>pom.xml</code> instead of main class after generation</li>\
<li>Internal reworkings to improve plugin initialization and reaction to project build and configuration properties changes</li>\
<li>Internal reworkings to improve 1plugin initialization and reaction to project build and configuration properties changes</li>\
<li>Focus filter textfield in <i>Add Spring Boot Dependencies</i> dialog</li>\
</ul><p><b>Version 1.5 (Apr 2017):</b>Dependencies management and configuration properties editor</p><ul>\
<li>Configuration properties files: custom icon, specific editor with extended syntax highlighting (dot separated keys and array notation)</li>\
<li>The <i>Spring Initializr</i> project wizard now supports documentation links recently added to the <i>Spring Initializr</i> web service</li>\
Expand Down

0 comments on commit 5dc33d2

Please sign in to comment.