Skip to content

Commit 002f09b

Browse files
committed
Update for ES 5.4.0
1 parent cc7e6e9 commit 002f09b

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Version Compatibility:
2828
+------------------------------------------------------------------+
2929
| Plugin | Couchbase | Elasticsearch |
3030
+------------------------------------------------------------------+
31-
| master | 2.5.x - 4.x | 5.3.0 |
31+
| master | 2.5.x - 4.x | 5.4.0 |
3232
+------------------------------------------------------------------+
3333
| 2.5.x.y | 2.5.x - 4.x | 5.x.y |
3434
+------------------------------------------------------------------+

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>com.couchbase</groupId>
44
<artifactId>elasticsearch-transport-couchbase</artifactId>
5-
<version>2.5.3.0</version>
5+
<version>2.5.4.0</version>
66
<properties>
7-
<elasticsearch.version>5.3.0</elasticsearch.version>
7+
<elasticsearch.version>5.4.0</elasticsearch.version>
88
</properties>
99

1010
<repositories>

src/main/plugin-metadata/plugin-descriptor.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
description=Couchbase to Elasticsearch Transport
3535
#
3636
# 'version': plugin's version
37-
version=2.5.3.0
37+
version=2.5.4.0
3838
#
3939
# 'name': the plugin name
4040
name=transport-couchbase
@@ -65,7 +65,7 @@ java.version=1.8
6565
# elasticsearch release. This version is checked when the plugin
6666
# is loaded so Elasticsearch will refuse to start in the presence of
6767
# plugins with the incorrect elasticsearch.version.
68-
elasticsearch.version=5.3.0
68+
elasticsearch.version=5.4.0
6969
#
7070
### deprecated elements for jvm plugins :
7171
#

0 commit comments

Comments
 (0)