From fb2a2324310e2a5f47fcb9e68d8063d28e3fdb80 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Mon, 3 Mar 2014 10:45:20 +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] Stempel (Polish) Analysis plugin for elasticsearch 1.8.0 released ``` We prefer to have that form: ``` [ANN] Elasticsearch Stempel (Polish) 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 6164baf7b6c..5b12b16e927 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ elasticsearch-analysis-stempel 2.1.0-SNAPSHOT jar - Stempel (Polish) Analysis plugin for elasticsearch + Elasticsearch Stempel (Polish) Analysis plugin The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch. https://github.com/elasticsearch/elasticsearch-analysis-stempel/ 2009