prepare release elasticsearch-analysis-smartcn-1.6.0

This commit is contained in:
David Pilato 2013-08-08 15:27:56 +02:00
parent 19bcfc2715
commit 78345bc561
2 changed files with 5 additions and 3 deletions

View File

@ -3,12 +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/1.5.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/1.6.0`.
----------------------------------------------------
| Smart Chinese Analysis Plugin | ElasticSearch |
----------------------------------------------------
| 1.6.0-SNAPSHOT (master) | 0.90.3 -> master |
| 1.7.0-SNAPSHOT (master) | 0.90.3 -> master |
----------------------------------------------------
| 1.6.0 | 0.90.3 -> master |
----------------------------------------------------
| 1.5.0 | 0.90.1 -> 0.90.2 |
----------------------------------------------------

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-smartcn</artifactId>
<version>1.6.0-SNAPSHOT</version>
<version>1.6.0</version>
<packaging>jar</packaging>
<description>Smart Chinese Analysis for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>