DATAMONGO-1420 - Update version numbers in Github readme.

Bumped to latest versions available

Original pull request: #354
This commit is contained in:
Raja Dilip Kolli
2016-03-28 16:57:10 +05:30
committed by Mark Paluch
parent 0228255d2b
commit cf44a7105f

View File

@@ -26,7 +26,7 @@ Add the Maven dependency:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>1.5.0.RELEASE</version>
<version>1.9.1.RELEASE</version>
</dependency>
```
@@ -36,7 +36,7 @@ If you'd rather like the latest snapshots of the upcoming major version, use our
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-mongodb</artifactId>
<version>1.6.0.BUILD-SNAPSHOT</version>
<version>1.10.0.BUILD-SNAPSHOT</version>
</dependency>
<repository>