Updated versions to support Spring Boot 2

This commit is contained in:
Michael Minella
2018-03-02 13:30:17 -06:00
parent 63dfe406f5
commit f3e4b96ffc
10 changed files with 20 additions and 20 deletions

View File

@@ -13,7 +13,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.0.RC2</version>
<version>2.0.0.RELEASE</version>
<relativePath />
</parent>