release 1.2.0

This commit is contained in:
Shay Banon 2012-04-30 12:47:48 +03:00
parent e20248f123
commit 0d02b918e6
2 changed files with 4 additions and 2 deletions

View File

@ -3,13 +3,15 @@ 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.1.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/1.2.0`.
--------------------------------------------------
| Smart Chinese Analysis Plugin | ElasticSearch |
--------------------------------------------------
| master | 0.19 -> master |
--------------------------------------------------
| 1.2.0 | 0.19 -> master |
--------------------------------------------------
| 1.1.0 | 0.19 -> master |
--------------------------------------------------
| 1.0.0 | 0.18 |

View File

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