Fix HATEOAS sample application version number

pull/2400/head
Phillip Webb 10 years ago
parent 4ed42aac37
commit ea84479e9a

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

Loading…
Cancel
Save