update docs
diff --git a/README.md b/README.md
index 9e4832e..227813d 100644
--- a/README.md
+++ b/README.md
@@ -99,14 +99,14 @@
 <dependency>
     <groupId>com.dangdang</groupId>
     <artifactId>elastic-job-core</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3</version>
 </dependency>
 
 <!-- 使用springframework自定义命名空间时引入 -->
 <dependency>
     <groupId>com.dangdang</groupId>
     <artifactId>elastic-job-spring</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3</version>
 </dependency>
 ```
 * **作业开发**
diff --git a/README_en.md b/README_en.md
index f9de2b0..f8cc153 100644
--- a/README_en.md
+++ b/README_en.md
@@ -1,13 +1,14 @@
 ##Elastic-Job - distributed scheduled job solution
-[![Hex.pm](http://dangdangdotcom.github.io/elastic-job/images/license.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
-[![Build Status](https://secure.travis-ci.org/dangdangdotcom/elastic-job.png?branch=master)](https://travis-ci.org/dangdangdotcom/elastic-job)<br/>
+**License:** [![Hex.pm](http://dangdangdotcom.github.io/elastic-job/img/license.svg)](http://www.apache.org/licenses/LICENSE-2.0.html)
+
+**Maven Central:** [![Maven Status](https://maven-badges.herokuapp.com/maven-central/com.dangdang/elastic-job/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.dangdang/elastic-job)
   Elastic-Job is extracted from dd-job which is a component of ddframe. Elastic-Job just removed monitor and integrated standards parts from dd-job. It based on matured open-source productions like Quartz, Zookeeper and its client Curator.
   
   Other components of ddframe also can open-source independently. Dangdang has already released DubboX, which is core component of dd-soa.
   
   The relationship between Elastic-Job and ddframe is in this picture:
   
-  ![Evolution diagram of ddframe](http://dangdangdotcom.github.io/elastic-job/images/ddframe.jpg)
+  ![Evolution diagram of ddframe](http://dangdangdotcom.github.io/elastic-job/img/ddframe.jpg)
 
 ##Contributors
 * Zhang Liang [Dangdang](http://www.dangdang.com/) zhangliang@dangdang.com
@@ -67,14 +68,14 @@
 <dependency>
     <groupId>com.dangdang</groupId>
     <artifactId>elastic-job-core</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3</version>
 </dependency>
 
 <!-- add elastic-job spring module, use namespace -->
 <dependency>
     <groupId>com.dangdang</groupId>
     <artifactId>elastic-job-spring</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3</version>
 </dependency>
 ```
 * **Job development**
diff --git a/elastic-job-doc/content/index/index.md b/elastic-job-doc/content/index/index.md
index 36199d8..27809df 100644
--- a/elastic-job-doc/content/index/index.md
+++ b/elastic-job-doc/content/index/index.md
@@ -65,14 +65,14 @@
 <dependency>
     <groupId>com.dangdang</groupId>
     <artifactId>elastic-job-core</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3</version>
 </dependency>
 
 <!-- 使用springframework自定义命名空间时引入 -->
 <dependency>
     <groupId>com.dangdang</groupId>
     <artifactId>elastic-job-spring</artifactId>
-    <version>1.0.2</version>
+    <version>1.0.3</version>
 </dependency>
 ```
 
diff --git a/elastic-job-doc/content/post/release_notes.md b/elastic-job-doc/content/post/release_notes.md
index cea32b6..c445fd0 100644
--- a/elastic-job-doc/content/post/release_notes.md
+++ b/elastic-job-doc/content/post/release_notes.md
@@ -6,7 +6,7 @@
 
 # Release Notes
 
-## 1.0.3-SNAPSHOT
+## 1.0.3
 1. 修正Issuse#30,注册中心宕机较长时间后重新恢复,作业仍然无法继续执行
 1. 修正Issuse#36,任务在控制台暂停之后,无法恢复运行
 1. 功能提升Issuse#39,增加作业辅助监听功能,通过dump命令抓取作业运行时信息