Fix version of parent in pom for spring-boot-sample-war

This commit is contained in:
Andy Wilkinson 2015-10-16 10:39:58 +01:00
parent 072001e15d
commit 874cd3390e
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.2.7.BUILD-SNAPSHOT</version>
<version>1.3.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-war</artifactId>
<packaging>war</packaging>