Skip to content

Commit

Permalink
Prepare for 5.3.0, ref #16
Browse files Browse the repository at this point in the history
  • Loading branch information
damienalexandre committed Apr 16, 2017
1 parent 76f167c commit 9549154
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 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.2:
bin/elasticsearch-plugin install https://github.com/jolicode/emoji-search/releases/download/5.2.2.1/analysis-emoji-5.2.2.1.zip
# For 5.3.0:
bin/elasticsearch-plugin install https://github.com/jolicode/emoji-search/releases/download/5.3.0/analysis-emoji-5.3.0.zip
```

## Versions
Expand All @@ -21,6 +21,7 @@ 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.3.0 | https://github.com/jolicode/emoji-search/releases/download/5.3.0/analysis-emoji-5.3.0.zip
5.2.2 | https://github.com/jolicode/emoji-search/releases/download/5.2.2.1/analysis-emoji-5.2.2.1.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
Expand Down
4 changes: 2 additions & 2 deletions esplugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {
}

dependencies {
classpath "org.elasticsearch.gradle:build-tools:5.2.2"
classpath "org.elasticsearch.gradle:build-tools:5.3.0"
}
}

Expand All @@ -17,7 +17,7 @@ if (GradleVersion.current() != GradleVersion.version('2.13')) {
}

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

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

0 comments on commit 9549154

Please sign in to comment.