Skip to content

Commit f5cc94a

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] 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.
1 parent ee4b15b commit f5cc94a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<artifactId>elasticsearch-analysis-smartcn</artifactId>
88
<version>2.1.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
10-
<name>Smart Chinese Analysis plugin for elasticsearch</name>
10+
<name>Elasticsearch Smart Chinese Analysis plugin</name>
1111
<description>Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch.</description>
1212
<url>https://github.com/elasticsearch/elasticsearch-analysis-smartcn/</url>
1313
<inceptionYear>2009</inceptionYear>

0 commit comments

Comments
 (0)