We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 369c484 commit 99a221dCopy full SHA for 99a221d
README.md
@@ -81,6 +81,7 @@ zh-tw
81
82
| Elasticsearch | Plugin | Release date |
83
| -------------- | -------------- | ------------ |
84
+| 2.4.4 | 2.4.4.0 | Jan 15, 2017 |
85
| 2.4.3 | 2.4.3.0 | Jan 15, 2017 |
86
| 2.3.3 | 2.3.3.0 | Jun 11, 2016 |
87
| 2.3.2 | 2.3.2.0 | Jun 11, 2016 |
build.gradle
@@ -1,5 +1,5 @@
1
group = 'org.xbib.elasticsearch.plugin'
2
-version = '2.4.3.0'
+version = '2.4.4.0'
3
4
ext {
5
pluginName = 'langdetect'
@@ -11,7 +11,7 @@ ext {
11
scmConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
12
scmDeveloperConnection = 'scm:git:git://github.com/' + user + '/' + name + '.git'
13
versions = [
14
- 'elasticsearch' : '2.4.3',
+ 'elasticsearch' : '2.4.4',
15
'jackson': '2.8.1',
16
'log4j': '2.5',
17
'junit' : '4.12'
0 commit comments