Skip to content

Commit 99a401f

Browse files
committed
DATAES-245 - After release cleanups.
1 parent 6c02728 commit 99a401f

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 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.3.4.RELEASE</version>
34+
<version>2.0.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>2.0.0.BUILD-SNAPSHOT</version>
45+
<version>2.1.0.BUILD-SNAPSHOT</version>
4646
</dependency>
4747

4848
<repository>
@@ -52,15 +52,9 @@ the appropriate dependency version.
5252
</repository>
5353
```
5454

55-
### Note:
56-
57-
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.
58-
59-
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.
60-
6155
| spring data elasticsearch | elasticsearch |
6256
|:-----------------------------------:|:-------------:|
63-
| 2.0.0.RC1 | 2.2.0 |
57+
| 2.0.0.RELEASE | 2.2.0 |
6458
| 1.4.0.M1 | 1.7.3 |
6559
| 1.3.0.RELEASE | 1.5.2 |
6660
| 1.2.0.RELEASE | 1.4.4 |

0 commit comments

Comments
 (0)