From 739d2add459bb6ebef88da98367628a055feaf84 Mon Sep 17 00:00:00 2001 From: John Blum Date: Mon, 28 Feb 2022 12:22:00 -0800 Subject: [PATCH] Upgrade the Spring Geode Samples parent Maven POM to Spring Boot 2.5.10 and SBDG 1.5.10-SNAPSHOT. --- spring-geode-samples/intro/getting-started/pom.xml | 2 +- spring-geode-samples/pom.xml | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-geode-samples/intro/getting-started/pom.xml b/spring-geode-samples/intro/getting-started/pom.xml index 9ccb24b5..782abb1f 100644 --- a/spring-geode-samples/intro/getting-started/pom.xml +++ b/spring-geode-samples/intro/getting-started/pom.xml @@ -8,7 +8,7 @@ org.springframework.geode spring-geode-samples-parent - 1.5.9-SNAPSHOT + 1.5.10-SNAPSHOT ../../pom.xml diff --git a/spring-geode-samples/pom.xml b/spring-geode-samples/pom.xml index 29328492..eaed6e83 100644 --- a/spring-geode-samples/pom.xml +++ b/spring-geode-samples/pom.xml @@ -8,13 +8,13 @@ org.springframework.boot spring-boot-starter-parent - 2.5.9 + 2.5.10 org.springframework.geode spring-geode-samples-parent - 1.5.9-SNAPSHOT + 1.5.10-SNAPSHOT pom Spring Geode Samples Parent @@ -42,19 +42,19 @@ org.springframework.geode spring-geode-starter - 1.5.9-SNAPSHOT + 1.5.10-SNAPSHOT org.springframework.geode spring-geode-starter-logging - 1.5.9-SNAPSHOT + 1.5.10-SNAPSHOT org.springframework.geode spring-geode-starter-test - 1.5.9-SNAPSHOT + 1.5.10-SNAPSHOT