Skip to content

Commit

Permalink
Upgrade to ElasticSearch 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vvanholl committed Mar 29, 2017
1 parent d360bf3 commit d0dcb29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
description=Consul Discovery
#
# 'version': plugin's version
version=5.2.2
version=5.3.0
#
# 'name': the plugin name
name=consul-discovery
Expand Down Expand Up @@ -68,7 +68,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.2.2
elasticsearch.version=5.3.0
#
### deprecated elements for jvm plugins :
#
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</scm>

<properties>
<elasticsearch.version>5.2.2</elasticsearch.version>
<elasticsearch.version>5.3.0</elasticsearch.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>

Expand Down

0 comments on commit d0dcb29

Please sign in to comment.