Skip to content

Commit

Permalink
Build for ES 5.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
damienalexandre committed Feb 28, 2017
1 parent 14d6bc6 commit e16fe01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions esplugin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ The plugin version must match your Elasticsearch version.
```
bin/elasticsearch-plugin install URL
# For 5.2.1:
bin/elasticsearch-plugin install https://github.com/jolicode/emoji-search/releases/download/5.1.2/analysis-emoji-5.2.1.zip
# For 5.2.2:
bin/elasticsearch-plugin install https://github.com/jolicode/emoji-search/releases/download/5.2.2/analysis-emoji-5.2.2.zip
```

## Versions
Expand All @@ -21,7 +21,8 @@ ICU is always up to date to the latest data in this plugin, so upgrading may req

analysis-emoji version and ES version | Install URL
-----------|-----------
5.2.1 | https://github.com/jolicode/emoji-search/releases/download/5.2.0/analysis-emoji-5.2.1.zip
5.2.2 | https://github.com/jolicode/emoji-search/releases/download/5.2.2/analysis-emoji-5.2.2.zip
5.2.1 | https://github.com/jolicode/emoji-search/releases/download/5.2.1/analysis-emoji-5.2.1.zip
5.2.0 | https://github.com/jolicode/emoji-search/releases/download/5.2.0/analysis-emoji-5.2.0.zip
5.1.2 (ICU 58.2) | https://github.com/jolicode/emoji-search/releases/download/5.1.2/analysis-emoji-5.1.2.zip
5.1.1 | https://github.com/jolicode/emoji-search/releases/download/5.1.1/analysis-emoji-5.1.1.zip
Expand Down
2 changes: 1 addition & 1 deletion esplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if (GradleVersion.current() != GradleVersion.version('2.13')) {
}

group = 'org.elasticsearch.plugin'
version = '5.2.1'
version = '5.2.2'

apply plugin: 'java'
apply plugin: 'elasticsearch.esplugin'
Expand Down

0 comments on commit e16fe01

Please sign in to comment.