DATAES-240 - Bump version to 2.0

update readme
This commit is contained in:
Mohsin Husen 2016-03-09 09:55:12 +00:00
parent a8d915f830
commit f98d888151

View File

@ -31,7 +31,7 @@ Add the Maven dependency:
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>1.3.0.RELEASE</version>
<version>1.3.4.RELEASE</version>
</dependency>
```
@ -42,7 +42,7 @@ the appropriate dependency version.
<dependency>
<groupId>org.springframework.data</groupId>
<artifactId>spring-data-elasticsearch</artifactId>
<version>1.4.0.BUILD-SNAPSHOT</version>
<version>2.0.0.BUILD-SNAPSHOT</version>
</dependency>
<repository>