Cut the release of java-chassis 0.1.0-m1
diff --git a/common-javassist/pom.xml b/common-javassist/pom.xml
index 114a161..a247500 100644
--- a/common-javassist/pom.xml
+++ b/common-javassist/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>common-javassist</artifactId>
 	<dependencies>
diff --git a/common-protobuf/pom.xml b/common-protobuf/pom.xml
index f477451..cc87e9c 100644
--- a/common-protobuf/pom.xml
+++ b/common-protobuf/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>common-protobuf</artifactId>
 	<dependencies>
diff --git a/common-rest/pom.xml b/common-rest/pom.xml
index 55bd5a1..084587d 100644
--- a/common-rest/pom.xml
+++ b/common-rest/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>common-rest</artifactId>
 
diff --git a/core/pom.xml b/core/pom.xml
index 59384cb..7289ef9 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>java-chassis-core</artifactId>
 	<dependencies>
diff --git a/demo/demo-crossapp/crossapp-client/pom.xml b/demo/demo-crossapp/crossapp-client/pom.xml
index cf8514a..84c0637 100644
--- a/demo/demo-crossapp/crossapp-client/pom.xml
+++ b/demo/demo-crossapp/crossapp-client/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-crossapp</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>crossapp-client</artifactId>
 
@@ -58,7 +58,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-run-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-crossapp/crossapp-server/pom.xml b/demo/demo-crossapp/crossapp-server/pom.xml
index ec2b9d5..bde682d 100644
--- a/demo/demo-crossapp/crossapp-server/pom.xml
+++ b/demo/demo-crossapp/crossapp-server/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-crossapp</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>crossapp-server</artifactId>
 
@@ -54,7 +54,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-build-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-crossapp/pom.xml b/demo/demo-crossapp/pom.xml
index c8d6ab9..81e3cc6 100644
--- a/demo/demo-crossapp/pom.xml
+++ b/demo/demo-crossapp/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-crossapp</artifactId>
 	<packaging>pom</packaging>
diff --git a/demo/demo-jaxrs/jaxrs-client/pom.xml b/demo/demo-jaxrs/jaxrs-client/pom.xml
index 153fb14..4a03ef4 100644
--- a/demo/demo-jaxrs/jaxrs-client/pom.xml
+++ b/demo/demo-jaxrs/jaxrs-client/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-jaxrs</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>jaxrs-client</artifactId>
 
@@ -58,7 +58,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-run-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-jaxrs/jaxrs-server/pom.xml b/demo/demo-jaxrs/jaxrs-server/pom.xml
index 04a3fc0..77fc510 100644
--- a/demo/demo-jaxrs/jaxrs-server/pom.xml
+++ b/demo/demo-jaxrs/jaxrs-server/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-jaxrs</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>jaxrs-server</artifactId>
 
@@ -54,7 +54,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-build-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-jaxrs/pom.xml b/demo/demo-jaxrs/pom.xml
index a77821e..306df15 100644
--- a/demo/demo-jaxrs/pom.xml
+++ b/demo/demo-jaxrs/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-jaxrs</artifactId>
 	<packaging>pom</packaging>
diff --git a/demo/demo-local/pom.xml b/demo/demo-local/pom.xml
index 53a7735..cd986ae 100644
--- a/demo/demo-local/pom.xml
+++ b/demo/demo-local/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-local</artifactId>
 	<dependencies>
diff --git a/demo/demo-perf-client/pom.xml b/demo/demo-perf-client/pom.xml
index 23b6679..3f234a3 100644
--- a/demo/demo-perf-client/pom.xml
+++ b/demo/demo-perf-client/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-perf-client</artifactId>
 	<dependencies>
diff --git a/demo/demo-pojo/pojo-client/pom.xml b/demo/demo-pojo/pojo-client/pom.xml
index 891b307..99fc676 100644
--- a/demo/demo-pojo/pojo-client/pom.xml
+++ b/demo/demo-pojo/pojo-client/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-pojo</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>pojo-client</artifactId>
 
@@ -54,7 +54,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-run-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-pojo/pojo-server/pom.xml b/demo/demo-pojo/pojo-server/pom.xml
index 886e221..2ca0642 100644
--- a/demo/demo-pojo/pojo-server/pom.xml
+++ b/demo/demo-pojo/pojo-server/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-pojo</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>pojo-server</artifactId>
 
@@ -54,7 +54,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-build-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-pojo/pom.xml b/demo/demo-pojo/pom.xml
index e0d9746..7bc15b5 100644
--- a/demo/demo-pojo/pom.xml
+++ b/demo/demo-pojo/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-pojo</artifactId>
 	<packaging>pom</packaging>
diff --git a/demo/demo-schema/pom.xml b/demo/demo-schema/pom.xml
index 6ba3c0d..c3dcf85 100644
--- a/demo/demo-schema/pom.xml
+++ b/demo/demo-schema/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-schema</artifactId>
 
diff --git a/demo/demo-server-servlet/pom.xml b/demo/demo-server-servlet/pom.xml
index 8b760b2..d0ad8d1 100644
--- a/demo/demo-server-servlet/pom.xml
+++ b/demo/demo-server-servlet/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-server-servlet</artifactId>
 	<packaging>war</packaging>
diff --git a/demo/demo-spring-boot-discovery/demo-spring-boot-discovery-client/pom.xml b/demo/demo-spring-boot-discovery/demo-spring-boot-discovery-client/pom.xml
index 72aac4e..c3653ed 100644
--- a/demo/demo-spring-boot-discovery/demo-spring-boot-discovery-client/pom.xml
+++ b/demo/demo-spring-boot-discovery/demo-spring-boot-discovery-client/pom.xml
@@ -22,7 +22,7 @@
 		<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-spring-boot-discovery</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-spring-boot-discovery-client</artifactId>
 	
diff --git a/demo/demo-spring-boot-discovery/demo-spring-boot-zuul-proxy/pom.xml b/demo/demo-spring-boot-discovery/demo-spring-boot-zuul-proxy/pom.xml
index 1353edc..dd99ccd 100644
--- a/demo/demo-spring-boot-discovery/demo-spring-boot-zuul-proxy/pom.xml
+++ b/demo/demo-spring-boot-discovery/demo-spring-boot-zuul-proxy/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-spring-boot-discovery</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-spring-boot-zuul-proxy</artifactId>
 
diff --git a/demo/demo-spring-boot-discovery/pom.xml b/demo/demo-spring-boot-discovery/pom.xml
index 354b654..bf79a69 100644
--- a/demo/demo-spring-boot-discovery/pom.xml
+++ b/demo/demo-spring-boot-discovery/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-spring-boot-discovery</artifactId>
 	<packaging>pom</packaging>
@@ -34,7 +34,7 @@
 		<dependency>
 			<groupId>io.servicecomb</groupId>
 			<artifactId>spring-boot-starter-discovery</artifactId>
-			<version>0.1.0-m1-SNAPSHOT</version>
+			<version>0.1.0-m1</version>
 		</dependency>
 		<dependency>
 			<groupId>org.springframework.boot</groupId>
diff --git a/demo/demo-spring-boot-transport/demo-spring-boot-pojo-client/pom.xml b/demo/demo-spring-boot-transport/demo-spring-boot-pojo-client/pom.xml
index f38b9a4..e099cc1 100644
--- a/demo/demo-spring-boot-transport/demo-spring-boot-pojo-client/pom.xml
+++ b/demo/demo-spring-boot-transport/demo-spring-boot-pojo-client/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-spring-boot-transport</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	
 	<properties>
@@ -44,7 +44,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-run-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-spring-boot-transport/demo-spring-boot-pojo-server/pom.xml b/demo/demo-spring-boot-transport/demo-spring-boot-pojo-server/pom.xml
index 51050cd..443f7ec 100644
--- a/demo/demo-spring-boot-transport/demo-spring-boot-pojo-server/pom.xml
+++ b/demo/demo-spring-boot-transport/demo-spring-boot-pojo-server/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-spring-boot-transport</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	
 	<properties>
@@ -44,7 +44,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-build-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-spring-boot-transport/pom.xml b/demo/demo-spring-boot-transport/pom.xml
index 0504f3a..6a4e1e4 100644
--- a/demo/demo-spring-boot-transport/pom.xml
+++ b/demo/demo-spring-boot-transport/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-spring-boot-transport</artifactId>
 	<packaging>pom</packaging>
diff --git a/demo/demo-spring-boot/demo-spring-boot-jaxrs-client/pom.xml b/demo/demo-spring-boot/demo-spring-boot-jaxrs-client/pom.xml
index 8ad2e19..d7ac807 100644
--- a/demo/demo-spring-boot/demo-spring-boot-jaxrs-client/pom.xml
+++ b/demo/demo-spring-boot/demo-spring-boot-jaxrs-client/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-spring-boot</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<dependencies>
 		<dependency>
@@ -43,7 +43,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-run-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-spring-boot/demo-spring-boot-jaxrs-server/pom.xml b/demo/demo-spring-boot/demo-spring-boot-jaxrs-server/pom.xml
index f0b2cc2..7a896f2 100644
--- a/demo/demo-spring-boot/demo-spring-boot-jaxrs-server/pom.xml
+++ b/demo/demo-spring-boot/demo-spring-boot-jaxrs-server/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-spring-boot</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<properties>
 		<demo.main>io.servicecomb.springboot.jaxrs.server.JaxrsServer</demo.main>
@@ -45,7 +45,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-build-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-spring-boot/demo-spring-boot-springmvc-client/pom.xml b/demo/demo-spring-boot/demo-spring-boot-springmvc-client/pom.xml
index 4b4b5d5..af260b4 100644
--- a/demo/demo-spring-boot/demo-spring-boot-springmvc-client/pom.xml
+++ b/demo/demo-spring-boot/demo-spring-boot-springmvc-client/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-spring-boot</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<dependencies>
 		<dependency>
diff --git a/demo/demo-spring-boot/demo-spring-boot-springmvc-server/pom.xml b/demo/demo-spring-boot/demo-spring-boot-springmvc-server/pom.xml
index 01cb89b..20c0de9 100644
--- a/demo/demo-spring-boot/demo-spring-boot-springmvc-server/pom.xml
+++ b/demo/demo-spring-boot/demo-spring-boot-springmvc-server/pom.xml
@@ -24,7 +24,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-spring-boot</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<dependencies>
 		<dependency>
diff --git a/demo/demo-spring-boot/pom.xml b/demo/demo-spring-boot/pom.xml
index c7b5851..d56a43d 100644
--- a/demo/demo-spring-boot/pom.xml
+++ b/demo/demo-spring-boot/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-spring-boot</artifactId>
 	<packaging>pom</packaging>
diff --git a/demo/demo-springmvc/pom.xml b/demo/demo-springmvc/pom.xml
index 1547ad1..917d4bd 100644
--- a/demo/demo-springmvc/pom.xml
+++ b/demo/demo-springmvc/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>demo-springmvc</artifactId>
 	<packaging>pom</packaging>
diff --git a/demo/demo-springmvc/springmvc-client/pom.xml b/demo/demo-springmvc/springmvc-client/pom.xml
index db55842..6b9d4e2 100644
--- a/demo/demo-springmvc/springmvc-client/pom.xml
+++ b/demo/demo-springmvc/springmvc-client/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-springmvc</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>springmvc-client</artifactId>
 
@@ -58,7 +58,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-run-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/demo-springmvc/springmvc-server/pom.xml b/demo/demo-springmvc/springmvc-server/pom.xml
index b1923fd..227d3d3 100644
--- a/demo/demo-springmvc/springmvc-server/pom.xml
+++ b/demo/demo-springmvc/springmvc-server/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb.demo</groupId>
 		<artifactId>demo-springmvc</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>springmvc-server</artifactId>
 
@@ -54,7 +54,7 @@
 						<mixin>
 							<groupId>io.servicecomb.demo</groupId>
 							<artifactId>docker-build-config</artifactId>
-							<version>0.1.0-m1-SNAPSHOT</version>
+							<version>0.1.0-m1</version>
 						</mixin>
 					</mixins>
 				</configuration>
diff --git a/demo/docker-build-config/pom.xml b/demo/docker-build-config/pom.xml
index 2c84b3a..9ac9855 100644
--- a/demo/docker-build-config/pom.xml
+++ b/demo/docker-build-config/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>demo-parent</artifactId>
         <groupId>io.servicecomb.demo</groupId>
-        <version>0.1.0-m1-SNAPSHOT</version>
+        <version>0.1.0-m1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/demo/docker-run-config/pom.xml b/demo/docker-run-config/pom.xml
index 7a952a6..879ee96 100644
--- a/demo/docker-run-config/pom.xml
+++ b/demo/docker-run-config/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>demo-parent</artifactId>
         <groupId>io.servicecomb.demo</groupId>
-        <version>0.1.0-m1-SNAPSHOT</version>
+        <version>0.1.0-m1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/demo/pom.xml b/demo/pom.xml
index 32c4f20..d8e410a 100644
--- a/demo/pom.xml
+++ b/demo/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<groupId>io.servicecomb.demo</groupId>
 	<artifactId>demo-parent</artifactId>
@@ -50,52 +50,52 @@
 			<dependency>
 				<groupId>io.servicecomb.demo</groupId>
 				<artifactId>demo-schema</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb.demo</groupId>
 				<artifactId>all-client</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb.demo</groupId>
 				<artifactId>pojo-server</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb.demo</groupId>
 				<artifactId>jaxrs-server</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb.demo</groupId>
 				<artifactId>springmvc-server</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb.demo</groupId>
 				<artifactId>crossapp-server</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb.demo</groupId>
 				<artifactId>pojo-client</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb.demo</groupId>
 				<artifactId>jaxrs-client</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb.demo</groupId>
 				<artifactId>springmvc-client</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb.demo</groupId>
 				<artifactId>crossapp-client</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>org.springframework.boot</groupId>
diff --git a/foundation-common/pom.xml b/foundation-common/pom.xml
index a1ef2c3..c5b4557 100644
--- a/foundation-common/pom.xml
+++ b/foundation-common/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>foundation-common</artifactId>
 
diff --git a/foundation-config/pom.xml b/foundation-config/pom.xml
index 7d2a6af..9297c2b 100644
--- a/foundation-config/pom.xml
+++ b/foundation-config/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<artifactId>java-chassis</artifactId>
 		<groupId>io.servicecomb</groupId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/foundation-metrics/pom.xml b/foundation-metrics/pom.xml
index c34dbaa..1d5230c 100644
--- a/foundation-metrics/pom.xml
+++ b/foundation-metrics/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>foundation-metrics</artifactId>
 
diff --git a/foundation-ssl/pom.xml b/foundation-ssl/pom.xml
index 3c6679b..2ee0f32 100644
--- a/foundation-ssl/pom.xml
+++ b/foundation-ssl/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>foundation-ssl</artifactId>
 
diff --git a/foundation-vertx/pom.xml b/foundation-vertx/pom.xml
index 745b194..987bc0e 100644
--- a/foundation-vertx/pom.xml
+++ b/foundation-vertx/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>foundation-vertx</artifactId>
 
diff --git a/handler-bizkeeper/pom.xml b/handler-bizkeeper/pom.xml
index 4726bf6..eba100b 100644
--- a/handler-bizkeeper/pom.xml
+++ b/handler-bizkeeper/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 
 	<artifactId>handler-bizkeeper</artifactId>
diff --git a/handler-flowcontrol-qps/pom.xml b/handler-flowcontrol-qps/pom.xml
index 1921396..3ac61a9 100644
--- a/handler-flowcontrol-qps/pom.xml
+++ b/handler-flowcontrol-qps/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>handler-flowcontrol-qps</artifactId>
 	<dependencies>
diff --git a/handler-loadbalance/pom.xml b/handler-loadbalance/pom.xml
index 6e76653..e875570 100644
--- a/handler-loadbalance/pom.xml
+++ b/handler-loadbalance/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 
 	<artifactId>handler-loadbalance</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index a1c316b..0407027 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>java-chassis</artifactId>
         <groupId>io.servicecomb</groupId>
-        <version>0.1.0-m1-SNAPSHOT</version>
+        <version>0.1.0-m1</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
diff --git a/java-chassis-dependencies/pom.xml b/java-chassis-dependencies/pom.xml
index 19c076c..1cd21f1 100644
--- a/java-chassis-dependencies/pom.xml
+++ b/java-chassis-dependencies/pom.xml
@@ -22,13 +22,13 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 		<relativePath>../parent</relativePath>
 	</parent>
 	
 	<artifactId>java-chassis-dependencies</artifactId>
 	<packaging>pom</packaging>
-	<version>0.1.0-m1-SNAPSHOT</version>
+	<version>0.1.0-m1</version>
 
 	<properties>
 		<jackson.version>2.8.1</jackson.version>
@@ -995,37 +995,37 @@
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>foundation-common</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>foundation-ssl</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>foundation-crypt</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>foundation-httpclient</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>foundation-config</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>foundation-vertx</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>foundation-metrics</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 
 			<dependency>
@@ -1066,132 +1066,132 @@
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>java-chassis-core</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>transport-grpc</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>handler-bizkeeper</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>handler-loadbalance</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>handler-flowcontrol-qps</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>common-rest</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>transport-rest-client</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>transport-rest-vertx</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>transport-rest-servlet</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>common-protobuf</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>common-javassist</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>swagger-generator-core</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>swagger-generator-jaxrs</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>swagger-generator-springmvc</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>swagger-invocation-core</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>swagger-invocation-jaxrs</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>swagger-invocation-springmvc</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>service-registry</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>provider-pojo</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>provider-rest-common</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>provider-jaxrs</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>provider-springmvc</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>transport-highway</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>spring-boot-starter-configuration</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>spring-boot-starter-provider</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>spring-boot-starter-transport</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 			</dependency>
 		</dependencies>
 
diff --git a/java-chassis-distribution/pom.xml b/java-chassis-distribution/pom.xml
index b956a8b..bced073 100644
--- a/java-chassis-distribution/pom.xml
+++ b/java-chassis-distribution/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <groupId>io.servicecomb</groupId>
         <artifactId>java-chassis</artifactId>
-        <version>0.1.0-m1-SNAPSHOT</version>
+        <version>0.1.0-m1</version>
     </parent>
     <artifactId>java-chassis-distribution</artifactId>
     <packaging>pom</packaging>
diff --git a/parent/pom.xml b/parent/pom.xml
index 409686f..a334546 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -20,7 +20,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>io.servicecomb</groupId>
 	<artifactId>java-chassis-parent</artifactId>
-	<version>0.1.0-m1-SNAPSHOT</version>
+	<version>0.1.0-m1</version>
 	<packaging>pom</packaging>
 
 	<name>ServiceComb Java Chassis</name>
diff --git a/pom.xml b/pom.xml
index b1bcf24..bd6b240 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,13 +21,13 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 		<relativePath>parent</relativePath>
 	</parent>
 	
 	<groupId>io.servicecomb</groupId>
 	<artifactId>java-chassis</artifactId>
-	<version>0.1.0-m1-SNAPSHOT</version>
+	<version>0.1.0-m1</version>
 	<packaging>pom</packaging>
 
 	<dependencyManagement>
@@ -35,7 +35,7 @@
 			<dependency>
 				<groupId>io.servicecomb</groupId>
 				<artifactId>java-chassis-dependencies</artifactId>
-				<version>0.1.0-m1-SNAPSHOT</version>
+				<version>0.1.0-m1</version>
 				<type>pom</type>
 				<scope>import</scope>
 			</dependency>
diff --git a/provider-jaxrs/pom.xml b/provider-jaxrs/pom.xml
index dbd7ee8..f900c68 100644
--- a/provider-jaxrs/pom.xml
+++ b/provider-jaxrs/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>provider-jaxrs</artifactId>
 
diff --git a/provider-pojo/pom.xml b/provider-pojo/pom.xml
index 783569c..d661081 100644
--- a/provider-pojo/pom.xml
+++ b/provider-pojo/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>provider-pojo</artifactId>
 	<dependencies>
diff --git a/provider-rest-common/pom.xml b/provider-rest-common/pom.xml
index 86295ce..d46cf16 100644
--- a/provider-rest-common/pom.xml
+++ b/provider-rest-common/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>provider-rest-common</artifactId>
 
diff --git a/provider-springmvc/pom.xml b/provider-springmvc/pom.xml
index 3bb8abc..417ed51 100644
--- a/provider-springmvc/pom.xml
+++ b/provider-springmvc/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>provider-springmvc</artifactId>
 
diff --git a/service-registry/pom.xml b/service-registry/pom.xml
index 30490d5..ad2ff37 100644
--- a/service-registry/pom.xml
+++ b/service-registry/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<modelVersion>4.0.0</modelVersion>
 
diff --git a/spring-boot-starter/pom.xml b/spring-boot-starter/pom.xml
index ef333a4..a735200 100644
--- a/spring-boot-starter/pom.xml
+++ b/spring-boot-starter/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.servicecomb</groupId>
     <artifactId>java-chassis</artifactId>
-    <version>0.1.0-m1-SNAPSHOT</version>
+    <version>0.1.0-m1</version>
   </parent>
   <artifactId>sprint-boot-starter-parent</artifactId>
   <packaging>pom</packaging>
diff --git a/spring-boot-starter/spring-boot-starter-configuration/pom.xml b/spring-boot-starter/spring-boot-starter-configuration/pom.xml
index 05df88f..14e94f8 100644
--- a/spring-boot-starter/spring-boot-starter-configuration/pom.xml
+++ b/spring-boot-starter/spring-boot-starter-configuration/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>sprint-boot-starter-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 
 	<artifactId>spring-boot-starter-configuration</artifactId>
diff --git a/spring-boot-starter/spring-boot-starter-discovery/pom.xml b/spring-boot-starter/spring-boot-starter-discovery/pom.xml
index 729334d..00d76b8 100644
--- a/spring-boot-starter/spring-boot-starter-discovery/pom.xml
+++ b/spring-boot-starter/spring-boot-starter-discovery/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>sprint-boot-starter-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>spring-boot-starter-discovery</artifactId>
 
diff --git a/spring-boot-starter/spring-boot-starter-provider/pom.xml b/spring-boot-starter/spring-boot-starter-provider/pom.xml
index 94c64df..369cae3 100644
--- a/spring-boot-starter/spring-boot-starter-provider/pom.xml
+++ b/spring-boot-starter/spring-boot-starter-provider/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>sprint-boot-starter-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>spring-boot-starter-provider</artifactId>
 
diff --git a/spring-boot-starter/spring-boot-starter-transport/pom.xml b/spring-boot-starter/spring-boot-starter-transport/pom.xml
index 8ba96fd..4f7ccf1 100644
--- a/spring-boot-starter/spring-boot-starter-transport/pom.xml
+++ b/spring-boot-starter/spring-boot-starter-transport/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>sprint-boot-starter-parent</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 
 	<artifactId>spring-boot-starter-transport</artifactId>
diff --git a/swagger/pom.xml b/swagger/pom.xml
index 8a37b9d..ebc3ae7 100644
--- a/swagger/pom.xml
+++ b/swagger/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.servicecomb</groupId>
     <artifactId>java-chassis</artifactId>
-    <version>0.1.0-m1-SNAPSHOT</version>
+    <version>0.1.0-m1</version>
   </parent>
   <artifactId>swagger</artifactId>
   <packaging>pom</packaging>
diff --git a/swagger/swagger-generator/generator-core/pom.xml b/swagger/swagger-generator/generator-core/pom.xml
index ce63f39..33bcc29 100644
--- a/swagger/swagger-generator/generator-core/pom.xml
+++ b/swagger/swagger-generator/generator-core/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>swagger-generator</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>swagger-generator-core</artifactId>
 
diff --git a/swagger/swagger-generator/generator-jaxrs/pom.xml b/swagger/swagger-generator/generator-jaxrs/pom.xml
index e14c9ba..b1e7db5 100644
--- a/swagger/swagger-generator/generator-jaxrs/pom.xml
+++ b/swagger/swagger-generator/generator-jaxrs/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>swagger-generator</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>swagger-generator-jaxrs</artifactId>
 
diff --git a/swagger/swagger-generator/generator-springmvc/pom.xml b/swagger/swagger-generator/generator-springmvc/pom.xml
index 4f69476..90f85a9 100644
--- a/swagger/swagger-generator/generator-springmvc/pom.xml
+++ b/swagger/swagger-generator/generator-springmvc/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>swagger-generator</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>swagger-generator-springmvc</artifactId>
 
diff --git a/swagger/swagger-generator/pom.xml b/swagger/swagger-generator/pom.xml
index 5556e6c..f8ecf1d 100644
--- a/swagger/swagger-generator/pom.xml
+++ b/swagger/swagger-generator/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.servicecomb</groupId>
     <artifactId>swagger</artifactId>
-    <version>0.1.0-m1-SNAPSHOT</version>
+    <version>0.1.0-m1</version>
   </parent>
   <artifactId>swagger-generator</artifactId>
   <packaging>pom</packaging>
diff --git a/swagger/swagger-invocation/invocation-core/pom.xml b/swagger/swagger-invocation/invocation-core/pom.xml
index e8d7dd4..f9bd868 100644
--- a/swagger/swagger-invocation/invocation-core/pom.xml
+++ b/swagger/swagger-invocation/invocation-core/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>swagger-invocation</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>swagger-invocation-core</artifactId>
 
diff --git a/swagger/swagger-invocation/invocation-jaxrs/pom.xml b/swagger/swagger-invocation/invocation-jaxrs/pom.xml
index 24d4f06..ca0c398 100644
--- a/swagger/swagger-invocation/invocation-jaxrs/pom.xml
+++ b/swagger/swagger-invocation/invocation-jaxrs/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>swagger-invocation</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>swagger-invocation-jaxrs</artifactId>
 
diff --git a/swagger/swagger-invocation/invocation-springmvc/pom.xml b/swagger/swagger-invocation/invocation-springmvc/pom.xml
index 7eb7b12..7ff69d1 100644
--- a/swagger/swagger-invocation/invocation-springmvc/pom.xml
+++ b/swagger/swagger-invocation/invocation-springmvc/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>swagger-invocation</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>swagger-invocation-springmvc</artifactId>
 
diff --git a/swagger/swagger-invocation/pom.xml b/swagger/swagger-invocation/pom.xml
index c3eedb0..3faa95f 100644
--- a/swagger/swagger-invocation/pom.xml
+++ b/swagger/swagger-invocation/pom.xml
@@ -19,7 +19,7 @@
   <parent>
     <groupId>io.servicecomb</groupId>
     <artifactId>swagger</artifactId>
-    <version>0.1.0-m1-SNAPSHOT</version>
+    <version>0.1.0-m1</version>
   </parent>
   <artifactId>swagger-invocation</artifactId>
   <packaging>pom</packaging>
diff --git a/transport-grpc/pom.xml b/transport-grpc/pom.xml
index b1ccacc..ddf73ab 100644
--- a/transport-grpc/pom.xml
+++ b/transport-grpc/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>transport-grpc</artifactId>
 	<dependencies>
diff --git a/transport-highway/pom.xml b/transport-highway/pom.xml
index 43ef471..47c4fe4 100644
--- a/transport-highway/pom.xml
+++ b/transport-highway/pom.xml
@@ -20,7 +20,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>transport-highway</artifactId>
 	<dependencies>
diff --git a/transport-rest/pom.xml b/transport-rest/pom.xml
index 43f58a1..ca0fae7 100644
--- a/transport-rest/pom.xml
+++ b/transport-rest/pom.xml
@@ -21,7 +21,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>java-chassis</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>transport-rest</artifactId>
 	<packaging>pom</packaging>
diff --git a/transport-rest/transport-rest-client/pom.xml b/transport-rest/transport-rest-client/pom.xml
index dcff5c2..31c38cc 100644
--- a/transport-rest/transport-rest-client/pom.xml
+++ b/transport-rest/transport-rest-client/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>transport-rest</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>transport-rest-client</artifactId>
 
diff --git a/transport-rest/transport-rest-servlet/pom.xml b/transport-rest/transport-rest-servlet/pom.xml
index 836363b..c3eab92 100644
--- a/transport-rest/transport-rest-servlet/pom.xml
+++ b/transport-rest/transport-rest-servlet/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>transport-rest</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>transport-rest-servlet</artifactId>
 
diff --git a/transport-rest/transport-rest-vertx/pom.xml b/transport-rest/transport-rest-vertx/pom.xml
index ebc3d57..3bfdb15 100644
--- a/transport-rest/transport-rest-vertx/pom.xml
+++ b/transport-rest/transport-rest-vertx/pom.xml
@@ -22,7 +22,7 @@
 	<parent>
 		<groupId>io.servicecomb</groupId>
 		<artifactId>transport-rest</artifactId>
-		<version>0.1.0-m1-SNAPSHOT</version>
+		<version>0.1.0-m1</version>
 	</parent>
 	<artifactId>transport-rest-vertx</artifactId>