Skip to content

Commit c35e42f

Browse files
committed
Update for ES 2.3.0
1 parent 72bd802 commit c35e42f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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.2.2.0</version>
5+
<version>2.2.3.0</version>
66
<properties>
7-
<elasticsearch.version>2.2.0</elasticsearch.version>
7+
<elasticsearch.version>2.3.0</elasticsearch.version>
88
</properties>
99

1010
<repositories>

src/main/plugin-metadata/plugin-descriptor.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.2.0
68+
elasticsearch.version=2.3.0
6969
#
7070
### deprecated elements for jvm plugins :
7171
#

0 commit comments

Comments
 (0)