Commit 4417d05f authored by Phillip Webb's avatar Phillip Webb

Fixup incorrect parent version

Inadvertently missed during a 1.0.x merge.
parent 99af5dbe
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<!-- Your own application should inherit from spring-boot-starter-parent --> <!-- Your own application should inherit from spring-boot-starter-parent -->
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-samples</artifactId> <artifactId>spring-boot-samples</artifactId>
<version>1.0.3.BUILD-SNAPSHOT</version> <version>1.1.0.BUILD-SNAPSHOT</version>
</parent> </parent>
<artifactId>spring-boot-sample-tomcat8-jsp</artifactId> <artifactId>spring-boot-sample-tomcat8-jsp</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment