From bf20f63be222549a6b0e9e7aac86f2ce1a355c2d Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 27 Jul 2020 02:23:13 -0700 Subject: [PATCH] Upgrade to Spring Data Ockham-M1. Upgrade to Spring Data for Apache Geode & VMware GemFire 2.4.0-M1. Upgrade to Spring Data BOM (Release Train) 2020.0.0-M1. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index bfc91105..4f5019dc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,10 +8,10 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.2 springVersion=5.3.0-M1 springBootVersion=2.4.0-M1 -springDataGemFireVersion=2.3.2.RELEASE -springDataGeodeVersion=2.3.2.RELEASE +springDataGemFireVersion=2.4.0-M1 +springDataGeodeVersion=2.4.0-M1 springDataGeodeTestVersion=0.0.17.RELEASE -springDataReleaseTrainVersion=Neumann-SR2 +springDataReleaseTrainVersion=2020.0.0-M1 springSessionBomVersion=Dragonfruit-RELEASE springSessionDataGeodeVersion=2.3.0.RELEASE springShellVersion=1.2.0.RELEASE