Skip to content

Commit eeb5f60

Browse files
committed
Update to Elasticsearch 2.4.0
1 parent 2f4fb4d commit eeb5f60

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ When importing archive files again, this information is reapplied.
2727

2828
| Elasticsearch | Plugin | Release date |
2929
| -------------- | -------------- | ------------ |
30+
| 2.4.0 | 2.4.0.0 | Aug 31, 2016|
3031
| 2.3.4 | 2.3.4.0 | Aug 4, 2016 |
3132
| 2.3.3 | 2.3.3.0 | May 23, 2016 |
3233
| 2.3.1 | 2.3.1.0 | Apr 21, 2016 |
@@ -43,7 +44,7 @@ For older releases and 1.x versions, see the repective branches.
4344

4445
## Installation 2.x
4546

46-
./bin/plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.3.4.0/elasticsearch-knapsack-2.3.4.0-plugin.zip
47+
./bin/plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-knapsack/2.4.0.0/elasticsearch-knapsack-2.4.0.0-plugin.zip
4748

4849
Do not forget to restart the node after installation.
4950

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ ext {
3535
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
3636
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
3737
versions = [
38-
'elasticsearch' : '2.3.4',
38+
'elasticsearch' : '2.4.0',
3939
'elasticsearch-helper' : '2.3.4.0',
4040
'log4j': '2.5',
4141
'junit' : '4.12',
@@ -184,4 +184,4 @@ if (project.hasProperty('signing.keyId')) {
184184
ext.grgit = org.ajoberstar.grgit.Grgit.open()
185185

186186
apply from: 'gradle/git.gradle'
187-
apply from: 'gradle/publish.gradle'
187+
apply from: 'gradle/publish.gradle'

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
group = org.xbib.elasticsearch.plugin
2-
version = 2.3.4.0
2+
version = 2.4.0.0
33
org.gradle.daemon = true

0 commit comments

Comments
 (0)