Fix broken parent POM version
Update the parent POM version in spring-boot-sample-web-secure-custom
This commit is contained in:
parent
300910f7d5
commit
6634af6a25
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue