From b570c57df540eb695cf34ebf2caff0f07d408ede Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 20 Aug 2012 16:47:51 +0200 Subject: [PATCH] DATACMNS-219 - Make Spring 3.1.2.RELEASE default Spring dependency version. We move away from Maven version ranges as they complicate the build and dependency resolution process. They make the build in-reproducible. Users stuck with a 3.0.x version of Spring will now have to manually declare Spring dependencies in their needed 3.0.x version. Not that at least Spring 3.0.7 is required currently. --- spring-data-commons-parent/pom.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/spring-data-commons-parent/pom.xml b/spring-data-commons-parent/pom.xml index 9708d3b23..09ed2e8b8 100644 --- a/spring-data-commons-parent/pom.xml +++ b/spring-data-commons-parent/pom.xml @@ -15,8 +15,7 @@ 1.2.16 1.8.5 3.0.7.RELEASE - 4.0.0.RELEASE - [${org.springframework.version.30}, ${org.springframework.version.40}) + 3.1.2.RELEASE 0.1.0.RELEASE 1.2.1 true