Upgrade to 1.0.6
diff --git a/elastic-job-console/pom.xml b/elastic-job-console/pom.xml
index a1420c4..1382cb5 100644
--- a/elastic-job-console/pom.xml
+++ b/elastic-job-console/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.dangdang</groupId>
         <artifactId>elastic-job</artifactId>
-        <version>1.0.6-SNAPSHOT</version>
+        <version>1.0.6</version>
     </parent>
     <artifactId>elastic-job-console</artifactId>
     <packaging>war</packaging>
diff --git a/elastic-job-core/pom.xml b/elastic-job-core/pom.xml
index 5688c4d..63399a7 100644
--- a/elastic-job-core/pom.xml
+++ b/elastic-job-core/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.dangdang</groupId>
         <artifactId>elastic-job</artifactId>
-        <version>1.0.6-SNAPSHOT</version>
+        <version>1.0.6</version>
     </parent>
     <artifactId>elastic-job-core</artifactId>
     <name>${project.artifactId}</name>
diff --git a/elastic-job-doc/content/post/release_notes.md b/elastic-job-doc/content/post/release_notes.md
index 9648cbb..27d07e6 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.6-SNAPSHOT
+## 1.0.6
 
 ### 功能提升
 
diff --git a/elastic-job-example/pom.xml b/elastic-job-example/pom.xml
index 99d551b..abc601a 100644
--- a/elastic-job-example/pom.xml
+++ b/elastic-job-example/pom.xml
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.dangdang</groupId>
     <artifactId>elastic-job-example</artifactId>
-    <version>1.0.6-SNAPSHOT</version>
+    <version>1.0.6</version>
     <name>${project.artifactId}</name>
     
     <properties>
@@ -12,7 +12,7 @@
         <project.build.locale>zh_CN</project.build.locale>
         <project.nexus.address>maven.dangdang.com</project.nexus.address>
         
-        <elastic-job.version>1.0.6-SNAPSHOT</elastic-job.version>
+        <elastic-job.version>1.0.6</elastic-job.version>
         
         <slf4j.version>1.7.7</slf4j.version>
         <logback.version>1.1.2</logback.version>
diff --git a/elastic-job-spring/pom.xml b/elastic-job-spring/pom.xml
index ad0fba9..e9e6a3a 100644
--- a/elastic-job-spring/pom.xml
+++ b/elastic-job-spring/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <groupId>com.dangdang</groupId>
         <artifactId>elastic-job</artifactId>
-        <version>1.0.6-SNAPSHOT</version>
+        <version>1.0.6</version>
     </parent>
     <artifactId>elastic-job-spring</artifactId>
     <name>${project.artifactId}</name>
diff --git a/pom.xml b/pom.xml
index fd2411d..e9777b2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
     <modelVersion>4.0.0</modelVersion>
     <groupId>com.dangdang</groupId>
     <artifactId>elastic-job</artifactId>
-    <version>1.0.6-SNAPSHOT</version>
+    <version>1.0.6</version>
     <packaging>pom</packaging>
     <name>${project.artifactId}</name>
     <description>Elastic-Job - distributed scheduled job solution</description>