From 051479481bd54ebe362162d4b97ef6b16ed032bc Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Tue, 24 Sep 2019 10:51:30 +0200 Subject: [PATCH] DATAREST-1426 - Use Spring Plugin version property from Spring Data Build. Related ticket: spring-projects/spring-data-build#886 Original pull request: #363. --- 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 f03ff97a9..c73474e4e 100644 --- a/spring-data-rest-core/pom.xml +++ b/spring-data-rest-core/pom.xml @@ -16,7 +16,6 @@ - 2.0.0.M2 1.2.2 spring.data.rest.core ${basedir}/.. @@ -51,7 +50,7 @@ org.springframework.plugin spring-plugin-core - ${springplugin} + ${spring-plugin}