Skip to content

Update to Elasticsearch 2.4.0 #116

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ When importing archive files again, this information is reapplied.

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

## Installation 2.x

./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
./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

Do not forget to restart the node after installation.

Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ext {
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
versions = [
'elasticsearch' : '2.3.4',
'elasticsearch' : '2.4.0',
'elasticsearch-helper' : '2.3.4.0',
'log4j': '2.5',
'junit' : '4.12',
Expand Down Expand Up @@ -184,4 +184,4 @@ if (project.hasProperty('signing.keyId')) {
ext.grgit = org.ajoberstar.grgit.Grgit.open()

apply from: 'gradle/git.gradle'
apply from: 'gradle/publish.gradle'
apply from: 'gradle/publish.gradle'
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
group = org.xbib.elasticsearch.plugin
version = 2.3.4.0
version = 2.4.0.0
org.gradle.daemon = true