Skip to content

Commit 207420c

Browse files
committed
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] Japanese (kuromoji) Analysis plugin for elasticsearch 1.8.0 released ``` We prefer to have that form: ``` [ANN] Elasticsearch Japanese (kuromoji) Analysis plugin 1.8.0 released ``` Thanks to @spinscale to reporting this.
1 parent f01363e commit 207420c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>elasticsearch-analysis-kuromoji</artifactId>
88
<version>2.1.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
10-
<name>Japanese (kuromoji) Analysis plugin for elasticsearch</name>
10+
<name>Elasticsearch Japanese (kuromoji) Analysis plugin</name>
1111
<description>The Japanese (kuromoji) Analysis plugin integrates Lucene kuromoji analysis module into elasticsearch.</description>
1212
<url>https://github.com/elasticsearch/elasticsearch-analysis-kuromoji/</url>
1313
<inceptionYear>2009</inceptionYear>

0 commit comments

Comments
 (0)