From a2dfe9d06921f35feb86efc703f4603eda01b762 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 13 Nov 2010 15:44:40 -0800 Subject: [PATCH] Return version to 2.0.0.BUILD-SNAPSHOT following RC2 release --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index e855427365..4a026608fe 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ # version to be applied to all projects in this multi-project build. this is # the one and only location version changes need to be made. # ------------------------------------------------------------------------------ -springIntegrationVersion=2.0.0.RC2 +springIntegrationVersion=2.0.0.BUILD-SNAPSHOT # ------------------------------------------------------------------------------ # build system user roles