Fix HATEOAS sample application version number

This commit is contained in:
Phillip Webb 2014-12-15 12:04:15 -08:00
parent 4ed42aac37
commit ea84479e9a

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.11.BUILD-SNAPSHOT</version>
<version>1.2.1.BUILD-SNAPSHOT</version>
</parent>
<artifactId>spring-boot-sample-hateoas</artifactId>
<name>Spring Boot Hateoas Sample</name>