File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Add the Maven dependency:
31
31
<dependency >
32
32
<groupId >org.springframework.data</groupId >
33
33
<artifactId >spring-data-elasticsearch</artifactId >
34
- <version >1.3.4 .RELEASE</version >
34
+ <version >2.0.0 .RELEASE</version >
35
35
</dependency >
36
36
```
37
37
@@ -42,7 +42,7 @@ the appropriate dependency version.
42
42
<dependency >
43
43
<groupId >org.springframework.data</groupId >
44
44
<artifactId >spring-data-elasticsearch</artifactId >
45
- <version >2.0 .0.BUILD-SNAPSHOT</version >
45
+ <version >2.1 .0.BUILD-SNAPSHOT</version >
46
46
</dependency >
47
47
48
48
<repository >
@@ -52,15 +52,9 @@ the appropriate dependency version.
52
52
</repository >
53
53
```
54
54
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
-
61
55
| spring data elasticsearch | elasticsearch |
62
56
| :-----------------------------------:| :-------------:|
63
- | 2.0.0.RC1 | 2.2.0 |
57
+ | 2.0.0.RELEASE | 2.2.0 |
64
58
| 1.4.0.M1 | 1.7.3 |
65
59
| 1.3.0.RELEASE | 1.5.2 |
66
60
| 1.2.0.RELEASE | 1.4.4 |
You can’t perform that action at this time.
0 commit comments