DATAES-154 - After release cleanups.

This commit is contained in:
Mohsin Husen 2015-03-24 10:23:33 +00:00
parent f789521210
commit fa996716ab

View File

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