Skip to content

Commit

Permalink
Fix HATEOAS sample application version number
Browse files Browse the repository at this point in the history
  • Loading branch information
philwebb committed Dec 23, 2014
1 parent 4ed42aa commit ea84479
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-samples/spring-boot-sample-hateoas/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit ea84479

Please sign in to comment.