Skip to content

Commit

Permalink
update to elastic search 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kiwionly committed Sep 28, 2016
1 parent ce82c53 commit 621caec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Once the build done, you can find the distribution in build/distribution directo

| Image Plugin | elasticsearch | Release date |
|---------------------------|-------------------|:------------:|
| 2.4.0 | 2.4.0 | 2016-09-28 |
| 2.3.4 | 2.3.4 | 2016-07-18 |
| 2.3.3 | 2.3.3 | 2016-06-13 |
| 2.3.2 | 2.3.2 | 2016-05-16 |
Expand Down Expand Up @@ -202,6 +203,9 @@ See [Large image data sets with LIRE ?some new numbers](http://www.semanticmetad

## ChangeLog

#### 2.4.0 (2016-09-28)
- upgrade to 2.4.0

#### 2.3.4 (2016-07-18)
- upgrade to 2.3.4

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ repositories {
dependencies {

compile fileTree(dir: 'lib', include: '*.jar')
compile 'org.elasticsearch:elasticsearch:2.3.4'
compile 'org.elasticsearch:elasticsearch:2.4.0'
compile ('org.apache.lucene:lucene-core:5.5.2') { transitive = false }
compile 'com.drewnoakes:metadata-extractor:2.8.1'
compile 'com.adobe.xmp:xmpcore:5.1.2'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
org.gradle.daemon = false

project.name = elasticsearch-image
project.version = 2.3.4
project.version = 2.4.0
4 changes: 2 additions & 2 deletions src/main/resources/plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
description=Image Plugin for ElasticSearch.
#
# 'version': plugin's version
version=2.3.4
version=2.4.0
#
# 'name': the plugin name
name=elasticsearch-image
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=2.3.4
elasticsearch.version=2.4.0
#
### deprecated elements for jvm plugins :
#
Expand Down

0 comments on commit 621caec

Please sign in to comment.