Skip to content

Commit ab68659

Browse files
committed
Updated for ES 2.4.5
1 parent a3f3405 commit ab68659

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>elasticsearch-transport-couchbase</artifactId>
66
<version>2.${elasticsearch.version}</version>
77
<properties>
8-
<elasticsearch.version>2.4.4</elasticsearch.version>
8+
<elasticsearch.version>2.4.5</elasticsearch.version>
99
</properties>
1010

1111
<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.2.4.4
37+
version=2.2.4.5
3838
#
3939
# 'name': the plugin name
4040
name=transport-couchbase
@@ -65,7 +65,7 @@ java.version=1.7
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=2.4.4
68+
elasticsearch.version=2.4.5
6969
#
7070
### deprecated elements for jvm plugins :
7171
#

0 commit comments

Comments
 (0)