Updates boot reference to 2.0.0

This commit is contained in:
Spencer Gibb
2018-06-05 16:16:51 -04:00
parent e926ffb1f2
commit 4b14e6dc34
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ the test cases). Example Maven configuration:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.4.RELEASE</version>
<version>2.0.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

View File

@@ -113,7 +113,7 @@ the test cases). Example Maven configuration:
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>1.5.4.RELEASE</version>
<version>2.0.0.RELEASE</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>