Skip to content

Commit 4fd865b

Browse files
committed
DATAES-128 - After release cleanups.
1 parent 0c4e827 commit 4fd865b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Add the Maven dependency:
3131
<dependency>
3232
<groupId>org.springframework.data</groupId>
3333
<artifactId>spring-data-elasticsearch</artifactId>
34-
<version>1.0.0.RELEASE</version>
34+
<version>1.1.0.RELEASE</version>
3535
</dependency>
3636
```
3737

@@ -42,7 +42,7 @@ the appropriate dependency version.
4242
<dependency>
4343
<groupId>org.springframework.data</groupId>
4444
<artifactId>spring-data-elasticsearch</artifactId>
45-
<version>1.0.0.BUILD-SNAPSHOT</version>
45+
<version>1.2.0.BUILD-SNAPSHOT</version>
4646
</dependency>
4747

4848
<repository>
@@ -53,9 +53,9 @@ the appropriate dependency version.
5353
```
5454

5555
###Note:
56-
Spring data elaticsearch 1.0.0.RELEASE version is on elasticsearch 1.1.1 library which uses java 1.6 or later version.
57-
As latest version of elasticsearch 1.2.x is now supporting java 1.7, future releases of spring data elasticsearch library can be used with Java 7 or later version.
58-
In order to use with java 6 it has to be with elasticsearch 1.1.x.
56+
Spring data elaticsearch until 1.0.0.RELEASE version is on elasticsearch 1.1.x library, which uses java 1.6 or later version.
57+
58+
From spring data elastic search 1.1.0.RELEASE (current) on, the version of elasticsearch 1.3.x is supporting java 1.7 or later.
5959

6060
### ElasticsearchRepository
6161
A default implementation of ElasticsearchRepository, aligning to the generic Repository Interfaces, is provided. Spring can do the Repository implementation for you depending on method names in the interface definition.

0 commit comments

Comments
 (0)