Skip to content

Commit

Permalink
Update plugin to ES 2.4.4 and CAPI server 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Branor committed Apr 19, 2017
1 parent aee3a74 commit a3f3405
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 @@ -3,9 +3,9 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.couchbase</groupId>
<artifactId>elasticsearch-transport-couchbase</artifactId>
<version>2.${elasticsearch.version}-update3</version>
<version>2.${elasticsearch.version}</version>
<properties>
<elasticsearch.version>2.3.4</elasticsearch.version>
<elasticsearch.version>2.4.4</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.2.3.4-update2
version=2.2.4.4
#
# 'name': the plugin name
name=transport-couchbase
Expand Down Expand Up @@ -65,7 +65,7 @@ java.version=1.7
# 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=2.3.4
elasticsearch.version=2.4.4
#
### deprecated elements for jvm plugins :
#
Expand Down

0 comments on commit a3f3405

Please sign in to comment.