From 7eee3ee7e15309ac8fcf413bf69f072a34c8d18e Mon Sep 17 00:00:00 2001 From: John Blum Date: Sun, 30 Jul 2017 10:54:38 -0700 Subject: [PATCH] DATAGEODE-31 - Project build needs to use springdata.commons as property name for Spring Data Commons dependency. --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index f1425cee..537f8743 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ 1.2.0 1.01 2.5 - 2.0.0.BUILD-SNAPSHOT + 2.0.0.BUILD-SNAPSHOT 1.2.0.RELEASE 1.8 @@ -74,7 +74,7 @@ org.springframework.data spring-data-commons - ${spring-data-commons.version} + ${springdata.commons}