From 153e812025af57ed0e7603d92234b2927e0e47db Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 5 Oct 2016 20:51:19 -0700 Subject: [PATCH] SGF-554 - Release version 1.0.0.APACHE-GEODE-INCUBATING-M3. --- gradle.properties | 2 +- pom.xml | 2 +- src/main/resources/changelog.txt | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 662d7c04..cdcbb76e 100644 --- a/gradle.properties +++ b/gradle.properties @@ -19,4 +19,4 @@ springVersion=4.3.3.RELEASE springDataBuildVersion=1.8.4.RELEASE springDataCommonsVersion=1.12.4.RELEASE springShellVersion=1.1.0.RELEASE -version=1.0.0.APACHE-GEODE-INCUBATING-M3-SNAPSHOT +version=1.0.0.APACHE-GEODE-INCUBATING-M3 diff --git a/pom.xml b/pom.xml index fe8777e1..b747a98f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.data spring-data-geode - 1.0.0.APACHE-GEODE-INCUBATING-M3-SNAPSHOT + 1.0.0.APACHE-GEODE-INCUBATING-M3 Spring Data Geode diff --git a/src/main/resources/changelog.txt b/src/main/resources/changelog.txt index 057fa463..f7d6e380 100644 --- a/src/main/resources/changelog.txt +++ b/src/main/resources/changelog.txt @@ -26,6 +26,7 @@ Changes in version 1.0.0.APACHE-GEODE-INCUBATING-M2 (2016-10-05) * SGF-512 - Configure GemFire System Properties with annotations. * SGF-513 - Configure SSL with annotations. * SGF-514 - Configure HttpService with annotations. +* SGF-515 - Configure Geode Off-Heap Memory with annotations. * SGF-517 - Configure Authentication/Authorization with annotations. * SGF-518 - Configure Logging with annotations. * SGF-519 - Configure Mcast with annotations.