Skip to content

Commit 0f6004a

Browse files
committed
DATAES-211 - update read me for elasticsearch version information.
1 parent e9576ad commit 0f6004a

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,20 @@ the appropriate dependency version.
5252
</repository>
5353
```
5454

55-
###Note:
55+
### Note:
56+
5657
1) Spring data elaticsearch until 1.0.0.RELEASE version is on elasticsearch 1.1.x library, which uses java 1.6 or later version.
5758

5859
2) From spring data elasticsearch 1.1.0.RELEASE the version of elasticsearch is 1.3.x which is supporting java 1.7 or later.
5960

60-
| spring data elasticsearch | elasticsearch |
61-
|:-------------------------------:|:-------------:|
62-
| 1.4.0.M1 | 1.7.3 |
63-
| 1.3.0.RELEASE | 1.5.2 |
64-
| 1.3.0.RELEASE | 1.5.2 |
65-
| 1.2.0.RELEASE | 1.4.4 |
66-
| 1.1.0.RELEASE | 1.3.2 |
67-
| 1.0.0.RELEASE | 1.1.1 |
61+
| spring data elasticsearch | elasticsearch |
62+
|:-----------------------------------:|:-------------:|
63+
| 1.4.0.BUILD-SNAPSHOT | 2.2.0 |
64+
| 1.4.0.M1 | 1.7.3 |
65+
| 1.3.0.RELEASE | 1.5.2 |
66+
| 1.2.0.RELEASE | 1.4.4 |
67+
| 1.1.0.RELEASE | 1.3.2 |
68+
| 1.0.0.RELEASE | 1.1.1 |
6869

6970

7071
### ElasticsearchRepository

0 commit comments

Comments
 (0)