From 0192141d2730ac8bfd512f3933153ce2ddb4bf06 Mon Sep 17 00:00:00 2001 From: John Blum Date: Tue, 12 Jun 2018 22:20:34 -0700 Subject: [PATCH] Upgrade to Spring Data Release Train Kay-BUILD-SNAPSHOT. Upgrade to Spring Data for Apache Geode 2.0.8.BUILD-SNAPSHOT. Upgrade to Spring Data for Pivotal GemFire 2.0.8.BUILD-SNAPSHOT. --- .../gemfire-spring-boot-starter.gradle | 3 ++- .../geode-spring-boot-autoconfigure.gradle | 2 ++ geode-spring-boot-starter/geode-spring-boot-starter.gradle | 2 ++ geode-spring-boot/geode-spring-boot.gradle | 2 ++ gradle.properties | 6 +++--- 5 files changed, 11 insertions(+), 4 deletions(-) diff --git a/gemfire-spring-boot-starter/gemfire-spring-boot-starter.gradle b/gemfire-spring-boot-starter/gemfire-spring-boot-starter.gradle index 4ae96b91..9a657183 100644 --- a/gemfire-spring-boot-starter/gemfire-spring-boot-starter.gradle +++ b/gemfire-spring-boot-starter/gemfire-spring-boot-starter.gradle @@ -13,6 +13,8 @@ dependencyManagement { } } +ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion" + dependencies { compile("org.springframework.boot:spring-boot-starter") { @@ -30,4 +32,3 @@ dependencies { compile "org.springframework.data:spring-data-gemfire" } - diff --git a/geode-spring-boot-autoconfigure/geode-spring-boot-autoconfigure.gradle b/geode-spring-boot-autoconfigure/geode-spring-boot-autoconfigure.gradle index a14e3d0d..a1e4854c 100644 --- a/geode-spring-boot-autoconfigure/geode-spring-boot-autoconfigure.gradle +++ b/geode-spring-boot-autoconfigure/geode-spring-boot-autoconfigure.gradle @@ -16,6 +16,8 @@ dependencyManagement { } } +ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion" + dependencies { compile project(":geode-spring-boot") diff --git a/geode-spring-boot-starter/geode-spring-boot-starter.gradle b/geode-spring-boot-starter/geode-spring-boot-starter.gradle index 30ed9ce3..45d9b8fa 100644 --- a/geode-spring-boot-starter/geode-spring-boot-starter.gradle +++ b/geode-spring-boot-starter/geode-spring-boot-starter.gradle @@ -13,6 +13,8 @@ dependencyManagement { } } +ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion" + dependencies { compile("org.springframework.boot:spring-boot-starter") { diff --git a/geode-spring-boot/geode-spring-boot.gradle b/geode-spring-boot/geode-spring-boot.gradle index e84d923e..962605b3 100644 --- a/geode-spring-boot/geode-spring-boot.gradle +++ b/geode-spring-boot/geode-spring-boot.gradle @@ -16,6 +16,8 @@ dependencyManagement { } } +ext['spring-data-releasetrain.version'] = "$springDataReleaseTrainVersion" + dependencies { compile "org.springframework:spring-context-support" diff --git a/gradle.properties b/gradle.properties index 935a77cb..539e20f9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -12,9 +12,9 @@ pivotalGemFireVersion=9.1.1 slf4jVersion=1.7.25 springVersion=5.0.6.RELEASE springBootVersion=2.0.2.RELEASE -springDataGemFireVersion=2.0.7.RELEASE -springDataGeodeVersion=2.0.7.RELEASE -springDataReleaseTrainVersion=Kay-SR7 +springDataGemFireVersion=2.0.8.BUILD-SNAPSHOT +springDataGeodeVersion=2.0.8.BUILD-SNAPSHOT +springDataReleaseTrainVersion=Kay-BUILD-SNAPSHOT springShellVersion=1.2.0.RELEASE springDataGeodeTest=0.0.1.BUILD-SNAPSHOT version=1.0.0.BUILD-SNAPSHOT