Fix parent POM version following 1.5.x merge

This commit is contained in:
Phillip Webb 2016-11-28 23:12:49 -08:00
parent 9c374e7755
commit a055ef8614
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.5.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-custom-layout</artifactId>
<name>Spring Boot Custom Layout Sample</name>