File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 9
9
<parent >
10
10
<groupId >org.springframework.data.build</groupId >
11
11
<artifactId >spring-data-parent</artifactId >
12
- <version >2.0.0.BUILD-SNAPSHOT </version >
12
+ <version >2.0.0.M4 </version >
13
13
</parent >
14
14
15
15
<name >Spring Data Elasticsearch</name >
20
20
<commonscollections >3.2.1</commonscollections >
21
21
<commonslang >2.6</commonslang >
22
22
<elasticsearch >5.4.0</elasticsearch >
23
- <springdata .commons>2.0.0.BUILD-SNAPSHOT </springdata .commons>
23
+ <springdata .commons>2.0.0.M4 </springdata .commons>
24
24
</properties >
25
25
26
26
<dependencies >
150
150
<scope >test</scope >
151
151
</dependency >
152
152
153
- <dependency ><!-- required by elasticsearch -->
153
+ <dependency >
154
+ <!-- required by elasticsearch -->
154
155
<groupId >org.elasticsearch.plugin</groupId >
155
156
<artifactId >transport-netty4-client</artifactId >
156
157
<version >${elasticsearch} </version >
210
211
211
212
<repositories >
212
213
<repository >
213
- <id >spring-libs-snapshot </id >
214
- <url >https://repo.spring.io/libs-snapshot </url >
214
+ <id >spring-libs-milestone </id >
215
+ <url >https://repo.spring.io/libs-milestone </url >
215
216
</repository >
216
217
</repositories >
217
218
Original file line number Diff line number Diff line change 1
- Spring Data Elasticsearch 3.0 M3
1
+ Spring Data Elasticsearch 3.0 M4
2
2
Copyright (c) [2013-2016] Pivotal Software, Inc.
3
3
4
4
This product is licensed to you under the Apache License, Version 2.0 (the "License").
You can’t perform that action at this time.
0 commit comments