Skip to content

Commit 3b78034

Browse files
committed
DATAMONGO-519 - 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.
1 parent a06a697 commit 3b78034

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spring-data-mongodb-parent/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
<org.slf4j.version>1.6.1</org.slf4j.version>
1717
<org.codehaus.jackson.version>1.6.1</org.codehaus.jackson.version>
1818
<org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30>
19-
<org.springframework.version.40>4.0.0.RELEASE</org.springframework.version.40>
20-
<org.springframework.version.range>[${org.springframework.version.30}, ${org.springframework.version.40})</org.springframework.version.range>
19+
<org.springframework.version.range>3.1.2.RELEASE</org.springframework.version.range>
2120
<data.commons.version>1.4.0.BUILD-SNAPSHOT</data.commons.version>
2221
<aspectj.version>1.6.11.RELEASE</aspectj.version>
2322
<bundlor.failOnWarnings>true</bundlor.failOnWarnings>

0 commit comments

Comments
 (0)