From 5dc4a9a10738b9ef41640e19e005497ebafb4b6f Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 27 Jan 2020 14:19:23 -0800 Subject: [PATCH] Sync Spring Data Release Train version with Spring Boot. Changes SBDG's transitivity dependency on the Spring Data Release Train (along with the related SD Modules) to match the transitive dependency version of the Spring Data Release Train that Spring Boot declares based on the version of Sring Boot for which SBDG is based. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 7d9c0217..34548c19 100644 --- a/gradle.properties +++ b/gradle.properties @@ -10,7 +10,7 @@ springBootVersion=2.3.0.BUILD-SNAPSHOT springDataGemFireVersion=2.3.0.BUILD-SNAPSHOT springDataGeodeVersion=2.3.0.BUILD-SNAPSHOT springDataGeodeTestVersion=0.0.13.NEUMANN-BUILD-SNAPSHOT -springDataReleaseTrainVersion=Neumann-BUILD-SNAPSHOT +springDataReleaseTrainVersion=Neumann-M2 springSessionBomVersion=Corn-BUILD-SNAPSHOT springSessionDataGeodeVersion=2.3.0.BUILD-SNAPSHOT springShellVersion=1.2.0.RELEASE