Skip to content

Commit f9f4311

Browse files
committed
Update for ES 5.4.1
1 parent 002f09b commit f9f4311

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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.4.0</version>
5+
<version>2.5.4.1</version>
66
<properties>
7-
<elasticsearch.version>5.4.0</elasticsearch.version>
7+
<elasticsearch.version>5.4.1</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.4.0
37+
version=2.5.4.1
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.4.0
68+
elasticsearch.version=5.4.1
6969
#
7070
### deprecated elements for jvm plugins :
7171
#

0 commit comments

Comments
 (0)