DATAMONGO-846 - Prepare Release 1.3.4.

Updated change log, notice, read me. Updated SD Commons dependency to 1.6.4.RELEASE.

Tweaks in MongoRepositoryfactoryBeanUnitTests to adapt to changes introduced in Spring Data Commons 1.6.4.

Related issues: DATACMNS-432.
This commit is contained in:
Thomas Darimont
2014-02-17 13:57:53 +01:00
committed by Oliver Gierke
parent b9c8b7b234
commit 1637f8d181
7 changed files with 83 additions and 18 deletions

View File

@@ -26,7 +26,7 @@ Add the Maven dependency:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>1.3.2.RELEASE</version>
<version>1.3.4.RELEASE</version>
</dependency>
```