From b487453f02d26523ee33efb47a8c0a9e25edbacd Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 21 Apr 2022 10:42:03 -0700 Subject: [PATCH] Upgrade Spring Geode Samples Maven POMs to Spring Boot 2.5.13 and SBDG 1.5.13-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 8817bcf4..497700be 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.12-SNAPSHOT + 1.5.13-SNAPSHOT ../../pom.xml diff --git a/spring-geode-samples/pom.xml b/spring-geode-samples/pom.xml index 59a291ad..3a998915 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.12 + 2.5.13 org.springframework.geode spring-geode-samples-parent - 1.5.12-SNAPSHOT + 1.5.13-SNAPSHOT pom Spring Geode Samples Parent @@ -42,19 +42,19 @@ org.springframework.geode spring-geode-starter - 1.5.12-SNAPSHOT + 1.5.13-SNAPSHOT org.springframework.geode spring-geode-starter-logging - 1.5.12-SNAPSHOT + 1.5.13-SNAPSHOT org.springframework.geode spring-geode-starter-test - 1.5.12-SNAPSHOT + 1.5.13-SNAPSHOT