From ea84479e9a27640d8449c2f3a2dd2e8fd420b608 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Mon, 15 Dec 2014 12:04:15 -0800 Subject: [PATCH] Fix HATEOAS sample application version number --- spring-boot-samples/spring-boot-sample-hateoas/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-samples/spring-boot-sample-hateoas/pom.xml b/spring-boot-samples/spring-boot-sample-hateoas/pom.xml index 5a9a8477bc..888d64d6a4 100644 --- a/spring-boot-samples/spring-boot-sample-hateoas/pom.xml +++ b/spring-boot-samples/spring-boot-sample-hateoas/pom.xml @@ -5,7 +5,7 @@ org.springframework.boot spring-boot-samples - 1.1.11.BUILD-SNAPSHOT + 1.2.1.BUILD-SNAPSHOT spring-boot-sample-hateoas Spring Boot Hateoas Sample