Fixup incorrect parent version

Inadvertently missed during a 1.0.x merge.
This commit is contained in:
Phillip Webb
2014-05-28 15:26:05 +01:00
parent 99af5dbe23
commit 4417d05f3a

View File

@@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId>
<version>1.0.3.BUILD-SNAPSHOT</version>
<version>1.1.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-tomcat8-jsp</artifactId>
<packaging>war</packaging>