From ec90ef6c08d21db1f3929d8a2129a64e7064e25b Mon Sep 17 00:00:00 2001 From: John Blum Date: Thu, 25 Oct 2018 18:28:19 -0700 Subject: [PATCH] Upgrade to Pivotal GemFire 9.5.2. Upgrade to Spring Boot 2.1.0.RC1. Upgrade to Spring Data Release Train Lovelace-SR1. --- gradle.properties | 4 ++-- pom.xml | 4 ++-- spring-data-gemfire-test/pom.xml | 3 +++ spring-data-geode-test/pom.xml | 10 +++++----- 4 files changed, 12 insertions(+), 9 deletions(-) diff --git a/gradle.properties b/gradle.properties index 8ef9c67..31b0ad6 100644 --- a/gradle.properties +++ b/gradle.properties @@ -5,9 +5,9 @@ junitVersion=4.12 lombokVersion=1.18.2 mockitoVersion=2.23.0 multithreadedtcVersion=1.01 -pivotalGemFireVersion=9.5.1 +pivotalGemFireVersion=9.5.2 springVersion=5.1.1.RELEASE -springBootVersion=2.1.0.M4 +springBootVersion=2.1.0.RC1 springDataGemFireVersion=2.1.1.RELEASE springDataGeodeVersion=2.1.1.RELEASE springDataReleaseTrainVersion=Lovelace-SR1 diff --git a/pom.xml b/pom.xml index 15aef54..7292151 100644 --- a/pom.xml +++ b/pom.xml @@ -88,8 +88,8 @@ 1.18.2 2.23.0 1.01 - 2.1.0.M4 - Lovelace-RELEASE + 2.1.0.RC1 + Lovelace-SR1 1.2.0.RELEASE diff --git a/spring-data-gemfire-test/pom.xml b/spring-data-gemfire-test/pom.xml index ab4734f..c79b39c 100644 --- a/spring-data-gemfire-test/pom.xml +++ b/spring-data-gemfire-test/pom.xml @@ -64,6 +64,7 @@ + org.springframework.data spring-data-geode-test @@ -75,10 +76,12 @@ + org.springframework.data spring-data-gemfire + diff --git a/spring-data-geode-test/pom.xml b/spring-data-geode-test/pom.xml index d37b86c..d840ca0 100644 --- a/spring-data-geode-test/pom.xml +++ b/spring-data-geode-test/pom.xml @@ -65,11 +65,6 @@ - - org.springframework.data - spring-data-geode - - org.springframework.boot spring-boot-starter @@ -83,6 +78,11 @@ + + org.springframework.data + spring-data-geode + +