File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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 >2.0.4 .RELEASE</version >
34
+ <version >x.y.z .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.1.0 .BUILD-SNAPSHOT</version >
45
+ <version >x.y.z .BUILD-SNAPSHOT</version >
46
46
</dependency >
47
47
48
48
<repository >
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >org.springframework.data</groupId >
6
6
<artifactId >spring-data-elasticsearch</artifactId >
7
- <version >2.1 .0.BUILD-SNAPSHOT</version >
7
+ <version >3.0 .0.BUILD-SNAPSHOT</version >
8
8
9
9
<parent >
10
10
<groupId >org.springframework.data.build</groupId >
11
11
<artifactId >spring-data-parent</artifactId >
12
- <version >1.9 .0.BUILD-SNAPSHOT</version >
12
+ <version >2.0 .0.BUILD-SNAPSHOT</version >
13
13
<relativePath >../spring-data-build/parent/pom.xml</relativePath >
14
14
</parent >
15
15
24
24
<commonscollections >3.2.1</commonscollections >
25
25
<commonslang >2.6</commonslang >
26
26
<elasticsearch >2.4.0</elasticsearch >
27
- <springdata .commons>1.13 .0.BUILD-SNAPSHOT</springdata .commons>
27
+ <springdata .commons>2.0 .0.BUILD-SNAPSHOT</springdata .commons>
28
28
29
29
</properties >
30
30
You can’t perform that action at this time.
0 commit comments