Skip to content

Commit

Permalink
Update for ES 5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Branor committed Jun 6, 2017
1 parent 002f09b commit f9f4311
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.couchbase</groupId>
<artifactId>elasticsearch-transport-couchbase</artifactId>
<version>2.5.4.0</version>
<version>2.5.4.1</version>
<properties>
<elasticsearch.version>5.4.0</elasticsearch.version>
<elasticsearch.version>5.4.1</elasticsearch.version>
</properties>

<repositories>
Expand Down
4 changes: 2 additions & 2 deletions src/main/plugin-metadata/plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
description=Couchbase to Elasticsearch Transport
#
# 'version': plugin's version
version=2.5.4.0
version=2.5.4.1
#
# 'name': the plugin name
name=transport-couchbase
Expand Down Expand Up @@ -65,7 +65,7 @@ java.version=1.8
# elasticsearch release. This version is checked when the plugin
# is loaded so Elasticsearch will refuse to start in the presence of
# plugins with the incorrect elasticsearch.version.
elasticsearch.version=5.4.0
elasticsearch.version=5.4.1
#
### deprecated elements for jvm plugins :
#
Expand Down

0 comments on commit f9f4311

Please sign in to comment.