forge / springboot-addon

SpringBoot Addon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code can't manage suffix .M1, ... for the spring boot version

cmoulliard opened this issue · comments

As some spring boot versions aren't released with suffix .RELEASE but with 2.0.0.M1, then the code must be adapted as the suffix .RELEASE is hard coded as you can see hereafter

https://github.com/forge/springboot-addon/blob/master/src/main/java/org/jboss/forge/addon/springboot/commands/setup/SetupProjectCommand.java#L242