Fix broken parent POM version

Update the parent POM version in spring-boot-sample-web-secure-custom
This commit is contained in:
Phillip Webb 2014-08-12 13:45:19 -07:00
parent 300910f7d5
commit 6634af6a25
1 changed files with 1 additions and 1 deletions

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.1.6.BUILD-SNAPSHOT</version>
<version>1.2.0.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-web-secure-custom</artifactId>
<name>spring-boot-sample-web-secure-custom</name>