File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ Version Compatibility:
28
28
+------------------------------------------------------------------+
29
29
| Plugin | Couchbase | Elasticsearch |
30
30
+------------------------------------------------------------------+
31
- | master | 2.5.x - 4.x | 5.3 .0 |
31
+ | master | 2.5.x - 4.x | 5.4 .0 |
32
32
+------------------------------------------------------------------+
33
33
| 2.5.x.y | 2.5.x - 4.x | 5.x.y |
34
34
+------------------------------------------------------------------+
Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >com.couchbase</groupId >
4
4
<artifactId >elasticsearch-transport-couchbase</artifactId >
5
- <version >2.5.3 .0</version >
5
+ <version >2.5.4 .0</version >
6
6
<properties >
7
- <elasticsearch .version>5.3 .0</elasticsearch .version>
7
+ <elasticsearch .version>5.4 .0</elasticsearch .version>
8
8
</properties >
9
9
10
10
<repositories >
Original file line number Diff line number Diff line change 34
34
description =Couchbase to Elasticsearch Transport
35
35
#
36
36
# 'version': plugin's version
37
- version =2.5.3 .0
37
+ version =2.5.4 .0
38
38
#
39
39
# 'name': the plugin name
40
40
name =transport-couchbase
@@ -65,7 +65,7 @@ java.version=1.8
65
65
# elasticsearch release. This version is checked when the plugin
66
66
# is loaded so Elasticsearch will refuse to start in the presence of
67
67
# plugins with the incorrect elasticsearch.version.
68
- elasticsearch.version =5.3 .0
68
+ elasticsearch.version =5.4 .0
69
69
#
70
70
# ## deprecated elements for jvm plugins :
71
71
#
You can’t perform that action at this time.
0 commit comments