From 812c0d1a5710af21b77a3ad95a20904999b2cd7e Mon Sep 17 00:00:00 2001 From: John Blum Date: Wed, 20 Jun 2018 11:48:40 -0700 Subject: [PATCH] Prepare next development iteration. --- gradle.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle.properties b/gradle.properties index 01a99b5..99b1dca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,14 +2,14 @@ antlrVersion=2.7.7 apacheTaglibsStandardVersion=1.2.5 javaxServletJspJstlApiVersion=1.2.1 multithreadedtcVersion=1.01 -# The Spring Boot & Spring Session version are the only version properties that matter. +# 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 -springBootVersion=2.0.2.RELEASE +springBootVersion=2.0.3.RELEASE springDataGemFireVersion=2.0.8.RELEASE springDataGeodeVersion=2.0.8.RELEASE springDataReleaseTrainVersion=Kay-SR8 springSessionVersion=2.0.4.RELEASE springSessionBomVersion=Apple-SR3 springShellVersion=1.2.0.RELEASE -version=2.0.3.RELEASE +version=2.0.4.BUILD-SNAPSHOT