From 2e41d7a0ee972df5ddcce8569636c4c18d8c45f7 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 7 Dec 2021 19:40:45 -0800 Subject: [PATCH] Upgrade to Spring Data Turing-SNAPSHOT (3.0.0-SNAPSHOT). Upgrade to Spring Data BOM 2022.1.0-SNAPSHOT (Turing-SNAPSHOT). Upgrade to Spring Data Build (parent) 3.0.0-SNAPSHOT. Upgrade to Spring Data for Apache Geode 3.0.0-SNAPSHOT. Upgrade to Spring Data for VMware Tanzu (Pivotal) GemFire 3.0.0-SNAPSHOT. --- gradle.properties | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/gradle.properties b/gradle.properties index a091aac..bd3f895 100644 --- a/gradle.properties +++ b/gradle.properties @@ -9,8 +9,8 @@ multithreadedtcVersion=1.01 pivotalGemFireVersion=9.10.11 springVersion=6.0.0-SNAPSHOT springBootVersion=3.0.0-SNAPSHOT -springDataBomVersion=2021.0.7 -springDataGemFireVersion=2.5.7 -springDataGeodeVersion=2.5.7 +springDataBomVersion=2022.1.0-SNAPSHOT +springDataGemFireVersion=3.0.0-SNAPSHOT +springDataGeodeVersion=3.0.0-SNAPSHOT springShellVersion=1.2.0.RELEASE version=1.0.0-SNAPSHOT diff --git a/pom.xml b/pom.xml index e1e05c6..38a761d 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.springframework.data.build spring-data-parent - 2.5.7 + 3.0.0-SNAPSHOT org.springframework.data @@ -94,7 +94,7 @@ 9.10.11 6.0.0-SNAPSHOT 3.0.0-SNAPSHOT - 2021.0.7 + 2022.1.0-SNAPSHOT 1.2.0.RELEASE