DATAMONGO-873 - Prepare release 1.3.5.RELEASE.

Updated readme, changelog,... to reflect recent version number. Updated reference to spring.io.

Original Pull Request: #144.
This commit is contained in:
Christoph Strobl
2014-03-10 11:22:52 +01:00
committed by Oliver Gierke
parent c077ae8985
commit 3ea9dd9e73
12 changed files with 71 additions and 41 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.4.RELEASE</version>
<version>1.3.5.RELEASE</version>
</dependency>
```