From 2dfce406e97acb3cfa195f5b76b5f56160e1a0af Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 1 Sep 2015 11:28:41 +0200 Subject: [PATCH] DATAREST-663 - Switched to Spring HATEOAS version property from build parent. --- spring-data-rest-core/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-data-rest-core/pom.xml b/spring-data-rest-core/pom.xml index 6347bb7c2..8485acc6e 100644 --- a/spring-data-rest-core/pom.xml +++ b/spring-data-rest-core/pom.xml @@ -16,7 +16,6 @@ - 0.19.0.BUILD-SNAPSHOT 1.2.0.RELEASE 1.2.1 @@ -31,7 +30,7 @@ org.springframework.hateoas spring-hateoas - ${spring.hateoas} + ${spring-hateoas}