Skip to content

Commit ca0a2a6

Browse files
committed
update to Elasticsearch 5.3.2
1 parent d38c79b commit ca0a2a6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,8 @@ Here is a list of languages code recognized:
8989
[frame="all"]
9090
|===
9191
| Plugin version | Elasticsearch version | Release date
92+
| 5.3.2.0 | 5.3.2 | Apr 30, 2017
93+
| 5.3.1.0 | 5.3.1 | Apr 30, 2017
9294
| 5.3.0.2 | 5.3.0 | Apr 3, 2017
9395
| 5.3.0.1 | 5.3.0 | Apr 1, 2017
9496
| 5.3.0.0 | 5.3.0 | Mar 30, 2017
@@ -122,7 +124,7 @@ Here is a list of languages code recognized:
122124

123125
[source]
124126
----
125-
./bin/elasticsearch-plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-langdetect/5.3.0.2/elasticsearch-langdetect-5.3.0.2-plugin.zip
127+
./bin/elasticsearch-plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-langdetect/5.3.2.0/elasticsearch-langdetect-5.3.2.0-plugin.zip
126128
----
127129

128130
### Elasticsearch 2.x

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
group = org.xbib.elasticsearch.plugin
22
name = elasticsearch-langdetect
3-
version = 5.3.1.0
3+
version = 5.3.2.0
44

5-
elasticsearch.version = 5.3.1
5+
elasticsearch.version = 5.3.2
66
log4j.version = 2.8.2
77
junit.version = 4.12
88
asciidoclet.version = 1.5.4

0 commit comments

Comments
 (0)