Skip to content

Commit df27eb3

Browse files
committed
2.0.1.0
1 parent 1dc99f9 commit df27eb3

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ zh-tw
8181

8282
| Elasticsearch | Plugin | Release date |
8383
| -------------- | -------------- | ------------ |
84+
| 2.0.1 | 2.0.1.0 | Dec 15, 2015 |
8485
| 2.0.0 | 2.0.0.0 | Nov 12, 2015 |
8586
| 2.0.0-beta2 | 2.0.0-beta2.0 | Sep 19, 2015 |
8687
| 1.6.0 | 1.6.0.0 | Jul 1, 2015 |
@@ -99,7 +100,7 @@ zh-tw
99100

100101
## Installation Elasticsearch 2.x
101102

102-
./bin/plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-langdetect/2.0.0.0/elasticsearch-langdetect-2.0.0.0-plugin.zip
103+
./bin/plugin install http://xbib.org/repository/org/xbib/elasticsearch/plugin/elasticsearch-langdetect/2.0.1.0/elasticsearch-langdetect-2.0.1.0-plugin.zip
103104

104105
Do not forget to restart the node after installing.
105106

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<groupId>org.xbib.elasticsearch.plugin</groupId>
99
<artifactId>elasticsearch-langdetect</artifactId>
10-
<version>2.0.0.0</version>
10+
<version>2.0.1.0</version>
1111

1212
<packaging>jar</packaging>
1313

@@ -69,7 +69,7 @@
6969
<github.global.server>github</github.global.server>
7070
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
7171
<java.compiler.version>1.7</java.compiler.version>
72-
<elasticsearch.version>2.0.0</elasticsearch.version>
72+
<elasticsearch.version>2.0.1</elasticsearch.version>
7373
<jackson.version>2.5.3</jackson.version>
7474
</properties>
7575

0 commit comments

Comments
 (0)