From 2de0ca1f1abb851f4becb29fc76884f525db42be Mon Sep 17 00:00:00 2001 From: David Pilato Date: Mon, 3 Mar 2014 10:41:25 +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] ICU Analysis plugin for elasticsearch 1.8.0 released ``` We prefer to have that form: ``` [ANN] Elasticsearch ICU 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 a35c7c859bce2..9e33dedd0507a 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ elasticsearch-analysis-icu 2.1.0-SNAPSHOT jar - ICU Analysis plugin for elasticsearch + Elasticsearch ICU Analysis plugin The ICU Analysis plugin integrates Lucene ICU module into elasticsearch, adding ICU relates analysis components. https://github.com/elasticsearch/elasticsearch-analysis-icu/ 2009