From f5cc94a1a220e2d3b1fa01142f658679b09f8956 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Mon, 3 Mar 2014 10:43:23 +0100 Subject: [PATCH] Update naming for better mailing list announcement By now, when we release the plugin, users can be confused about version naming. For example, email title could be: ``` [ANN] Smart Chinese Analysis plugin for elasticsearch 1.8.0 released ``` We prefer to have that form: ``` [ANN] Elasticsearch Smart Chinese Analysis plugin 1.8.0 released ``` Thanks to @spinscale to reporting this. --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 027f4ac50c5..ce711a75b2d 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ elasticsearch-analysis-smartcn 2.1.0-SNAPSHOT jar - Smart Chinese Analysis plugin for elasticsearch + Elasticsearch Smart Chinese Analysis plugin Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch. https://github.com/elasticsearch/elasticsearch-analysis-smartcn/ 2009