Skip to content

Commit ea84479

Browse files
committed
Fix HATEOAS sample application version number
1 parent 4ed42aa commit ea84479

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-samples/spring-boot-sample-hateoas

1 file changed

+1
-1
lines changed

spring-boot-samples/spring-boot-sample-hateoas/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<!-- Your own application should inherit from spring-boot-starter-parent -->
66
<groupId>org.springframework.boot</groupId>
77
<artifactId>spring-boot-samples</artifactId>
8-
<version>1.1.11.BUILD-SNAPSHOT</version>
8+
<version>1.2.1.BUILD-SNAPSHOT</version>
99
</parent>
1010
<artifactId>spring-boot-sample-hateoas</artifactId>
1111
<name>Spring Boot Hateoas Sample</name>

0 commit comments

Comments
 (0)