From af5dd365d4aaeb8cc7af5d83c425d85b9910c64b Mon Sep 17 00:00:00 2001 From: Mark Fisher Date: Thu, 26 Nov 2009 05:42:04 +0000 Subject: [PATCH] build.properties was supposed to be included in the last commit (for the spring.version property) --- build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.properties b/build.properties index 97985e951d..35f460f49e 100644 --- a/build.properties +++ b/build.properties @@ -7,6 +7,6 @@ ivy.cache.dir=${basedir}/../ivy-cache integration.repo.dir=${basedir}/../integration-repo javadoc.exclude.package.names=org/springframework/integration/samples/** # dependency versions -spring.version=3.0.0.RC1 +spring.version=3.0.0.CI-475 junit.version=4.7.0 mockito.version=1.8.0