diff --git a/README.md b/README.md
index 7ce5c7e157f..2c1e362187e 100644
--- a/README.md
+++ b/README.md
@@ -3,14 +3,14 @@ Smart Chinese Analysis for Elasticsearch
The Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch.
-In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/2.0.0.RC1`.
+In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-smartcn/2.0.0`.
* For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-analysis-smartcn/tree/master).
* For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-analysis-smartcn/tree/1.x).
| Smart Chinese Analysis Plugin | elasticsearch | Release date |
|-------------------------------|---------------------|:------------:|
-| 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | XXXX-XX-XX |
+| 2.0.0 | 1.0.0.RC1 -> master | 2014-02-28 |
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 2014-01-15 |
diff --git a/pom.xml b/pom.xml
index 16ed51bdc70..6411fb8e2b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.elasticsearch
elasticsearch-analysis-smartcn
- 2.0.0-SNAPSHOT
+ 2.0.0
jar
Smart Chinese Analysis plugin for elasticsearch
Smart Chinese Analysis plugin integrates Lucene Smart Chinese analysis module into elasticsearch.