prepare release elasticsearch-analysis-smartcn-2.0.0
This commit is contained in:
parent
542d5fc092
commit
f224b0435c
|
@ -3,14 +3,14 @@ Smart Chinese Analysis for Elasticsearch
|
|||
|
||||
The Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch.
|
||||
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/2.0.0.RC1`.
|
||||
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/2.0.0`.
|
||||
|
||||
* For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-analysis-smartcn/tree/master).
|
||||
* For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-analysis-smartcn/tree/1.x).
|
||||
|
||||
| Smart Chinese Analysis Plugin | elasticsearch | Release date |
|
||||
|-------------------------------|---------------------|:------------:|
|
||||
| 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | XXXX-XX-XX |
|
||||
| 2.0.0 | 1.0.0.RC1 -> master | 2014-02-28 |
|
||||
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
|
||||
|
||||
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -5,7 +5,7 @@
|
|||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.elasticsearch</groupId>
|
||||
<artifactId>elasticsearch-analysis-smartcn</artifactId>
|
||||
<version>2.0.0-SNAPSHOT</version>
|
||||
<version>2.0.0</version>
|
||||
<packaging>jar</packaging>
|
||||
<name>Smart Chinese Analysis plugin for elasticsearch</name>
|
||||
<description>Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch.</description>
|
||||
|
|
Loading…
Reference in New Issue