DATAMONGO-491 - Upgrade to Spring Data Commons 1.4.0.M1.

This commit is contained in:
Oliver Gierke
2012-07-24 15:27:55 +02:00
parent 190d7cefb0
commit 94c057e89c

View File

@@ -18,7 +18,7 @@
<org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30> <org.springframework.version.30>3.0.7.RELEASE</org.springframework.version.30>
<org.springframework.version.40>4.0.0.RELEASE</org.springframework.version.40> <org.springframework.version.40>4.0.0.RELEASE</org.springframework.version.40>
<org.springframework.version.range>[${org.springframework.version.30}, ${org.springframework.version.40})</org.springframework.version.range> <org.springframework.version.range>[${org.springframework.version.30}, ${org.springframework.version.40})</org.springframework.version.range>
<data.commons.version>1.4.0.BUILD-SNAPSHOT</data.commons.version> <data.commons.version>1.4.0.M1</data.commons.version>
<aspectj.version>1.6.11.RELEASE</aspectj.version> <aspectj.version>1.6.11.RELEASE</aspectj.version>
<bundlor.failOnWarnings>true</bundlor.failOnWarnings> <bundlor.failOnWarnings>true</bundlor.failOnWarnings>
</properties> </properties>