Skip to content

Commit 99a221d

Browse files
committed
update to Elasticsearch 2.4.4
1 parent 369c484 commit 99a221d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ zh-tw
8181

8282
| Elasticsearch | Plugin | Release date |
8383
| -------------- | -------------- | ------------ |
84+
| 2.4.4 | 2.4.4.0 | Jan 15, 2017 |
8485
| 2.4.3 | 2.4.3.0 | Jan 15, 2017 |
8586
| 2.3.3 | 2.3.3.0 | Jun 11, 2016 |
8687
| 2.3.2 | 2.3.2.0 | Jun 11, 2016 |

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = 'org.xbib.elasticsearch.plugin'
2-
version = '2.4.3.0'
2+
version = '2.4.4.0'
33

44
ext {
55
pluginName = 'langdetect'
@@ -11,7 +11,7 @@ ext {
1111
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
1212
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
1313
versions = [
14-
'elasticsearch' : '2.4.3',
14+
'elasticsearch' : '2.4.4',
1515
'jackson': '2.8.1',
1616
'log4j': '2.5',
1717
'junit' : '4.12'

0 commit comments

Comments
 (0)