Skip to content

Commit

Permalink
Update plugin for ES 2.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Branor committed Apr 12, 2016
1 parent c35e42f commit 2c59a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.3.0</version>
<version>2.2.3.1</version>
<properties>
<elasticsearch.version>2.3.0</elasticsearch.version>
<elasticsearch.version>2.3.1</elasticsearch.version>
</properties>

<repositories>
Expand Down
2 changes: 1 addition & 1 deletion src/main/plugin-metadata/plugin-descriptor.properties
Original file line number Diff line number Diff line change
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.0
elasticsearch.version=2.3.1
#
### deprecated elements for jvm plugins :
#
Expand Down

0 comments on commit 2c59a8d

Please sign in to comment.