Skip to content

Commit 97e714c

Browse files
committed
update for Elasticsearch 2.2.1
1 parent c66f9d7 commit 97e714c

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
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.2.1 | 2.2.1.0 | Mar 31, 2016 |
3031
| 2.1.2 | 2.1.2.0 | Mar 23, 2016 |
3132
| 2.2.0 | 2.2.0.0 | Feb 23, 2016 |
3233
| 2.1.1 | 2.1.1.0 | Dec 30, 2015 |

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
group = 'org.xbib.elasticsearch.plugin'
2-
version = '2.2.1.0'
3-
41
buildscript {
52
repositories {
63
mavenCentral()
@@ -17,6 +14,9 @@ plugins {
1714
id 'org.ajoberstar.grgit' version '1.4.2'
1815
}
1916

17+
group = 'org.xbib.elasticsearch.plugin'
18+
version = '2.2.1.0'
19+
2020
apply plugin: 'java'
2121
apply plugin: 'maven'
2222
apply plugin: 'signing'

0 commit comments

Comments
 (0)