From bd5a2cfae4f1ddc0ecd8bf5cff816b37017953b5 Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 20 Jun 2018 13:59:34 -0700 Subject: [PATCH] Declare version property for Apache Geode set to 1.2.1. Declare version property for Pivotal GemFire set to 9.1.1. --- gradle.properties | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gradle.properties b/gradle.properties index 99b1dca..13e0ef1 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,9 @@ antlrVersion=2.7.7 +apacheGeodeVersion=1.2.1 apacheTaglibsStandardVersion=1.2.5 javaxServletJspJstlApiVersion=1.2.1 multithreadedtcVersion=1.01 +pivotalGemFireVersion=9.1.1 # The Spring Boot & Spring Session version are the only required version properties. # The other Spring version properties are for overriding/testing purposes. springVersion=5.0.7.RELEASE