From 164a3b2785bb0b2a0b2f7daa5c9d0f8c9f50f647 Mon Sep 17 00:00:00 2001 From: John Blum Date: Fri, 14 Jan 2022 11:19:16 -0800 Subject: [PATCH] Upgrade to Spring Data BOM 2021.2.0-M1 (Raj). Upgrade to Spring Data Build Parent 2.7.0-M1. Upgrade to Spring Data for Apache Geode 2.7.0-M1. Upgrade to Spring Data for VMware Tanzu (Pivotal) GemFire 2.7.0-M1. --- gradle.properties | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index 1a23f4d..ded6f08 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,8 +9,8 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.14 springVersion=5.3.15 springBootVersion=2.7.0-SNAPSHOT -springDataBomVersion=2021.2.0-SNAPSHOT -springDataGemFireVersion=2.7.0-SNAPSHOT -springDataGeodeVersion=2.7.0-SNAPSHOT +springDataBomVersion=2021.2.0-M1 +springDataGemFireVersion=2.7.0-M1 +springDataGeodeVersion=2.7.0-M1 springShellVersion=1.2.0.RELEASE version=0.3.0-RAJ-SNAPSHOT diff --git a/pom.xml b/pom.xml index 3a1069d..c53308e 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.data.build spring-data-parent - 2.7.0-SNAPSHOT + 2.7.0-M1 org.springframework.data @@ -92,7 +92,7 @@ 9.10.14 5.3.15 2.7.0-SNAPSHOT - 2021.2.0-SNAPSHOT + 2021.2.0-M1 1.2.0.RELEASE