Skip to content

Commit

Permalink
Update for ES 5.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Branor committed May 11, 2017
1 parent cc7e6e9 commit 002f09b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Version Compatibility:
+------------------------------------------------------------------+
| Plugin | Couchbase | Elasticsearch |
+------------------------------------------------------------------+
| master | 2.5.x - 4.x | 5.3.0 |
| master | 2.5.x - 4.x | 5.4.0 |
+------------------------------------------------------------------+
| 2.5.x.y | 2.5.x - 4.x | 5.x.y |
+------------------------------------------------------------------+
Expand Down
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.3.0</version>
<version>2.5.4.0</version>
<properties>
<elasticsearch.version>5.3.0</elasticsearch.version>
<elasticsearch.version>5.4.0</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.3.0
version=2.5.4.0
#
# '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.3.0
elasticsearch.version=5.4.0
#
### deprecated elements for jvm plugins :
#
Expand Down

0 comments on commit 002f09b

Please sign in to comment.