You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ma...@apache.org on 2019/08/27 06:17:48 UTC

[servicecomb-toolkit] branch master updated: Cut 0.1.0 Release

This is an automated email from the ASF dual-hosted git repository.

mabin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-toolkit.git


The following commit(s) were added to refs/heads/master by this push:
     new 7bdf3b8  Cut 0.1.0 Release
7bdf3b8 is described below

commit 7bdf3b87301622772ba405adfe6f23a0a8c2b2c3
Author: MabinGo <bi...@huawei.com>
AuthorDate: Tue Aug 27 14:16:53 2019 +0800

    Cut 0.1.0 Release
    
    Signed-off-by: MabinGo <bi...@huawei.com>
---
 README-ZH.md                                                   | 10 +++++-----
 README.md                                                      | 10 +++++-----
 cli/pom.xml                                                    |  2 +-
 codegen/pom.xml                                                |  2 +-
 common/pom.xml                                                 |  2 +-
 contractgen/pom.xml                                            |  2 +-
 contractgen/src/test/projects/demo/pom.xml                     |  2 +-
 core/pom.xml                                                   |  2 +-
 docgen/pom.xml                                                 |  2 +-
 integration-tests/coverage-aggregate/pom.xml                   |  2 +-
 integration-tests/pom.xml                                      |  2 +-
 pom.xml                                                        |  2 +-
 samples/generate-from-code-sample/GoodbyeService/pom.xml       |  2 +-
 samples/generate-from-code-sample/HelloService/pom.xml         |  2 +-
 samples/generate-from-code-sample/README-ZH.md                 |  2 +-
 samples/generate-from-code-sample/README.md                    |  2 +-
 samples/generate-from-code-sample/pom.xml                      |  4 ++--
 samples/generate-from-contract-sample/README-ZH.md             |  2 +-
 samples/generate-from-contract-sample/README.md                |  2 +-
 samples/generate-from-contract-sample/pom.xml                  |  4 ++--
 samples/pom.xml                                                |  2 +-
 samples/verify-with-code-sample/GreetingService/pom.xml        |  2 +-
 samples/verify-with-code-sample/README-ZH.md                   |  2 +-
 samples/verify-with-code-sample/README.md                      |  2 +-
 samples/verify-with-code-sample/pom.xml                        |  4 ++--
 toolkit-distribution/pom.xml                                   |  2 +-
 toolkit-distribution/src/release/LICENSE                       |  6 +++---
 toolkit-maven-plugin/pom.xml                                   |  2 +-
 .../src/test/projects/demo-multi-module/first-module/pom.xml   |  2 +-
 .../src/test/projects/demo-multi-module/pom.xml                |  2 +-
 .../src/test/projects/demo-with-contract/pom.xml               |  2 +-
 .../src/test/projects/demo-without-contract/pom.xml            |  2 +-
 32 files changed, 45 insertions(+), 45 deletions(-)

diff --git a/README-ZH.md b/README-ZH.md
index 23d926f..f5f397d 100755
--- a/README-ZH.md
+++ b/README-ZH.md
@@ -93,7 +93,7 @@ $ mvn clean install
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- 输入源。设置为 code,表示解析当前代码;设置为 contract,表示解析指定目录的契约文件。不设置则默认为 code -->
         <sourceType>code</sourceType>
@@ -118,7 +118,7 @@ $ mvn clean install
             <!-- 微服务的 artifactId,用户可选,默认值为 sample -->
             <artifactId>sample</artifactId>
             <!-- 微服务的 artifactVersion,用户可选,默认值为 0.1.0-SNAPSHOT -->
-            <artifactVersion>0.1.0-SNAPSHOT</artifactVersion>
+            <artifactVersion>0.1.0</artifactVersion>
             <!-- 微服务的 packageName,用户可选,默认值为 domain.orgnization.project.sample -->
             <packageName>domain.orgnization.project.sample</packageName>
         </service>
@@ -143,7 +143,7 @@ mvn toolkit:verify
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- 输入源。设置为 code,表示解析当前代码;设置为 contract,表示解析指定目录的契约文件。不设置则默认为 code -->
         <sourceType>code</sourceType>
@@ -177,7 +177,7 @@ mvn toolkit:generate
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- 输入源。设置为 code,表示解析当前代码;设置为 contract,表示解析指定目录的契约文件。不设置则默认为 code -->
         <sourceType>contract</sourceType>
@@ -207,7 +207,7 @@ mvn toolkit:generate
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- 输入源。设置为 code,表示解析当前代码;设置为 contract,表示解析指定目录的契约文件。不设置则默认为 code -->
         <sourceType>code</sourceType>
diff --git a/README.md b/README.md
index 3a50e4a..d497fb6 100755
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ Configured in the pom file of the maven project
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- Set to 'code' to resolve the current project. Set to 'contract' to resolve the contract file for the specified path.If not set, the default is 'code' -->
         <sourceType>code</sourceType>
@@ -116,7 +116,7 @@ Configured in the pom file of the maven project
             <!-- Microservice project 'artifactId',optional,the default is 'sample' -->
             <artifactId>sample</artifactId>
             <!-- Microservice project 'artifactVersion',optional,the default is '0.1.0-SNAPSHOT' -->
-            <artifactVersion>0.1.0-SNAPSHOT</artifactVersion>
+            <artifactVersion>0.1.0</artifactVersion>
             <!-- Microservice project 'packageName',optional,the default is 'domain.orgnization.project.sample' -->
             <packageName>domain.orgnization.project.sample</packageName>
         </service>
@@ -142,7 +142,7 @@ example
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- Set to 'code' to resolve the current project. Set to 'contract' to resolve the contract file for the specified path.If not set, the default is 'code' -->
         <sourceType>code</sourceType>
@@ -177,7 +177,7 @@ example
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- Set to 'code' to resolve the current project. Set to 'contract' to resolve the contract file for the specified path.If not set, the default is 'code' -->
         <sourceType>contract</sourceType>
@@ -208,7 +208,7 @@ example
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- Set to 'code' to resolve the current project. Set to 'contract' to resolve the contract file for the specified path.If not set, the default is 'code' -->
         <sourceType>code</sourceType>
diff --git a/cli/pom.xml b/cli/pom.xml
index e6a6464..839fde2 100755
--- a/cli/pom.xml
+++ b/cli/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>toolkit</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/codegen/pom.xml b/codegen/pom.xml
index 001014a..f6f9645 100755
--- a/codegen/pom.xml
+++ b/codegen/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>toolkit</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/common/pom.xml b/common/pom.xml
index 5dc0b75..b07778d 100755
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>toolkit</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/contractgen/pom.xml b/contractgen/pom.xml
old mode 100644
new mode 100755
index f019611..207ba16
--- a/contractgen/pom.xml
+++ b/contractgen/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>toolkit</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/contractgen/src/test/projects/demo/pom.xml b/contractgen/src/test/projects/demo/pom.xml
index 40e1b1e..f0f672f 100755
--- a/contractgen/src/test/projects/demo/pom.xml
+++ b/contractgen/src/test/projects/demo/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.servicecomb.toolkit</groupId>
   <artifactId>demo</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <name>demo-contractgen-test</name>
   <packaging>jar</packaging>
 
diff --git a/core/pom.xml b/core/pom.xml
index c900682..c782b82 100755
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>toolkit</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/docgen/pom.xml b/docgen/pom.xml
index bf28a1e..51e54f1 100755
--- a/docgen/pom.xml
+++ b/docgen/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>toolkit</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/integration-tests/coverage-aggregate/pom.xml b/integration-tests/coverage-aggregate/pom.xml
old mode 100644
new mode 100755
index 15cdf73..dcaa7c3
--- a/integration-tests/coverage-aggregate/pom.xml
+++ b/integration-tests/coverage-aggregate/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>integration-tests</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
old mode 100644
new mode 100755
index 32a1741..2505ed5
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>toolkit</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index ae516ab..b4216c0 100755
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.servicecomb.toolkit</groupId>
   <artifactId>toolkit</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <packaging>pom</packaging>
 
   <name>Microservice development toolkit</name>
diff --git a/samples/generate-from-code-sample/GoodbyeService/pom.xml b/samples/generate-from-code-sample/GoodbyeService/pom.xml
old mode 100644
new mode 100755
index 5c51c27..b16999e
--- a/samples/generate-from-code-sample/GoodbyeService/pom.xml
+++ b/samples/generate-from-code-sample/GoodbyeService/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>generate-from-code-sample</artifactId>
     <groupId>org.apache.servicecom.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/samples/generate-from-code-sample/HelloService/pom.xml b/samples/generate-from-code-sample/HelloService/pom.xml
old mode 100644
new mode 100755
index 8e4f370..d77a9db
--- a/samples/generate-from-code-sample/HelloService/pom.xml
+++ b/samples/generate-from-code-sample/HelloService/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>generate-from-code-sample</artifactId>
     <groupId>org.apache.servicecom.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/samples/generate-from-code-sample/README-ZH.md b/samples/generate-from-code-sample/README-ZH.md
old mode 100644
new mode 100755
index 623486a..70b2c64
--- a/samples/generate-from-code-sample/README-ZH.md
+++ b/samples/generate-from-code-sample/README-ZH.md
@@ -15,7 +15,7 @@ HelloService和GoodbyeService各提供一个接口,本案例将分别将其转
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- 输入源。设置为 code,表示解析当前代码;设置为 contract,表示解析指定目录的契约文件。不设置则默认为 code -->
         <sourceType>code</sourceType>
diff --git a/samples/generate-from-code-sample/README.md b/samples/generate-from-code-sample/README.md
old mode 100644
new mode 100755
index f73e683..f68dfd1
--- a/samples/generate-from-code-sample/README.md
+++ b/samples/generate-from-code-sample/README.md
@@ -16,7 +16,7 @@ In the pom.xml file in the root directory of the current sample project, add the
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- Set to 'code' to resolve the current project. Set to 'contract' to resolve the contract file for the specified path.If not set, the default is 'code' -->
         <sourceType>code</sourceType>
diff --git a/samples/generate-from-code-sample/pom.xml b/samples/generate-from-code-sample/pom.xml
old mode 100644
new mode 100755
index 175c669..e5bf096
--- a/samples/generate-from-code-sample/pom.xml
+++ b/samples/generate-from-code-sample/pom.xml
@@ -23,7 +23,7 @@
 
   <groupId>org.apache.servicecom.toolkit</groupId>
   <artifactId>generate-from-code-sample</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <modules>
     <module>HelloService</module>
     <module>GoodbyeService</module>
@@ -36,7 +36,7 @@
       <plugin>
         <groupId>org.apache.servicecomb.toolkit</groupId>
         <artifactId>toolkit-maven-plugin</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.0</version>
         <configuration>
           <!-- Set to 'code' to resolve the current project. Set to 'contract' to resolve the contract file for the specified path.If not set, the default is 'code' -->
           <sourceType>code</sourceType>
diff --git a/samples/generate-from-contract-sample/README-ZH.md b/samples/generate-from-contract-sample/README-ZH.md
old mode 100644
new mode 100755
index 7307402..cb42e6d
--- a/samples/generate-from-contract-sample/README-ZH.md
+++ b/samples/generate-from-contract-sample/README-ZH.md
@@ -12,7 +12,7 @@
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- 输入源。设置为 code,表示解析当前代码;设置为 contract,表示解析指定目录的契约文件。不设置则默认为 code -->
         <sourceType>contract</sourceType>
diff --git a/samples/generate-from-contract-sample/README.md b/samples/generate-from-contract-sample/README.md
old mode 100644
new mode 100755
index 107f1ff..e741200
--- a/samples/generate-from-contract-sample/README.md
+++ b/samples/generate-from-contract-sample/README.md
@@ -13,7 +13,7 @@ In the pom.xml file in the root directory of the current sample project, add the
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- Set to 'code' to resolve the current project. Set to 'contract' to resolve the contract file for the specified path.If not set, the default is 'code' -->
         <sourceType>contract</sourceType>
diff --git a/samples/generate-from-contract-sample/pom.xml b/samples/generate-from-contract-sample/pom.xml
old mode 100644
new mode 100755
index e938a52..977f99d
--- a/samples/generate-from-contract-sample/pom.xml
+++ b/samples/generate-from-contract-sample/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>samples</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>pom</packaging>
@@ -34,7 +34,7 @@
       <plugin>
         <groupId>org.apache.servicecomb.toolkit</groupId>
         <artifactId>toolkit-maven-plugin</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.0</version>
         <configuration>
           <!-- Set to 'code' to resolve the current project. Set to 'contract' to resolve the contract file for the specified path.If not set, the default is 'code' -->
           <sourceType>contract</sourceType>
diff --git a/samples/pom.xml b/samples/pom.xml
old mode 100644
new mode 100755
index 49ea1d5..a06f61f
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>toolkit</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>samples</artifactId>
diff --git a/samples/verify-with-code-sample/GreetingService/pom.xml b/samples/verify-with-code-sample/GreetingService/pom.xml
old mode 100644
new mode 100755
index 8d21362..5935dd2
--- a/samples/verify-with-code-sample/GreetingService/pom.xml
+++ b/samples/verify-with-code-sample/GreetingService/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>verify-with-code-sample</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/samples/verify-with-code-sample/README-ZH.md b/samples/verify-with-code-sample/README-ZH.md
old mode 100644
new mode 100755
index 7e95773..39368ed
--- a/samples/verify-with-code-sample/README-ZH.md
+++ b/samples/verify-with-code-sample/README-ZH.md
@@ -13,7 +13,7 @@
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- 输入源。设置为 code,表示解析当前代码;设置为 contract,表示解析指定目录的契约文件。不设置则默认为 code -->
         <sourceType>code</sourceType>
diff --git a/samples/verify-with-code-sample/README.md b/samples/verify-with-code-sample/README.md
old mode 100644
new mode 100755
index b539e7a..783c2b6
--- a/samples/verify-with-code-sample/README.md
+++ b/samples/verify-with-code-sample/README.md
@@ -13,7 +13,7 @@ In the pom.xml file in the root directory of the current sample project, add the
 <plugin>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>toolkit-maven-plugin</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
     <configuration>
         <!-- Set to 'code' to resolve the current project. Set to 'contract' to resolve the contract file for the specified path.If not set, the default is 'code' -->
         <sourceType>code</sourceType>
diff --git a/samples/verify-with-code-sample/pom.xml b/samples/verify-with-code-sample/pom.xml
old mode 100644
new mode 100755
index 2f7c273..498310d
--- a/samples/verify-with-code-sample/pom.xml
+++ b/samples/verify-with-code-sample/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>samples</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
@@ -37,7 +37,7 @@
       <plugin>
         <groupId>org.apache.servicecomb.toolkit</groupId>
         <artifactId>toolkit-maven-plugin</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.1.0</version>
         <configuration>
           <!-- Set to 'code' to resolve the current project. Set to 'contract' to resolve the contract file for the specified path.If not set, the default is 'code' -->
           <sourceType>code</sourceType>
diff --git a/toolkit-distribution/pom.xml b/toolkit-distribution/pom.xml
old mode 100644
new mode 100755
index 780d8fa..9083cc7
--- a/toolkit-distribution/pom.xml
+++ b/toolkit-distribution/pom.xml
@@ -21,7 +21,7 @@
     <parent>
       <groupId>org.apache.servicecomb.toolkit</groupId>
       <artifactId>toolkit</artifactId>
-      <version>0.1.0-SNAPSHOT</version>
+      <version>0.1.0</version>
     </parent>
     <artifactId>apache-servicecomb-toolkit-distribution</artifactId>
     <name>Toolkit::Distribution</name>
diff --git a/toolkit-distribution/src/release/LICENSE b/toolkit-distribution/src/release/LICENSE
index c3ccfe1..110bbd1 100755
--- a/toolkit-distribution/src/release/LICENSE
+++ b/toolkit-distribution/src/release/LICENSE
@@ -301,11 +301,11 @@ For details, see their respective project links.
 * Apache Log4j Core (org.apache.logging.log4j:log4j-core:2.11.0 - https://logging.apache.org/log4j/2.x/log4j-core/)
 * Apache Log4j SLF4J Binding (org.apache.logging.log4j:log4j-slf4j-impl:2.11.0 - https://logging.apache.org/log4j/2.x/log4j-slf4j-impl/)
 * Bean Validation API (javax.validation:validation-api:1.1.0.Final - http://beanvalidation.org)
-* codegen (org.apache.servicecomb.toolkit:codegen:0.1.0-SNAPSHOT - https://github.com/apache/servicecomb-toolkit/codegen)
+* codegen (org.apache.servicecomb.toolkit:codegen:0.1.0 - https://github.com/apache/servicecomb-toolkit/codegen)
 * Commons CLI (commons-cli:commons-cli:1.2 - http://commons.apache.org/cli/)
 * Commons IO (commons-io:commons-io:2.4 - http://commons.apache.org/io/)
-* core (org.apache.servicecomb.toolkit:core:0.1.0-SNAPSHOT - https://github.com/apache/servicecomb-toolkit/core)
-* docgen (org.apache.servicecomb.toolkit:docgen:0.1.0-SNAPSHOT - https://github.com/apache/servicecomb-toolkit/docgen)
+* core (org.apache.servicecomb.toolkit:core:0.1.0 - https://github.com/apache/servicecomb-toolkit/core)
+* docgen (org.apache.servicecomb.toolkit:docgen:0.1.0 - https://github.com/apache/servicecomb-toolkit/docgen)
 * FindBugs-jsr305 (com.google.code.findbugs:jsr305:3.0.1 - http://findbugs.sourceforge.net/)
 * Google Guice - Core Library (com.google.inject:guice:4.1.0 - https://github.com/google/guice/guice)
 * Guava: Google Core Libraries for Java (com.google.guava:guava:18.0 - http://code.google.com/p/guava-libraries/guava)
diff --git a/toolkit-maven-plugin/pom.xml b/toolkit-maven-plugin/pom.xml
index e406a9e..c4e8a21 100755
--- a/toolkit-maven-plugin/pom.xml
+++ b/toolkit-maven-plugin/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <artifactId>toolkit</artifactId>
     <groupId>org.apache.servicecomb.toolkit</groupId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <packaging>maven-plugin</packaging>
diff --git a/toolkit-maven-plugin/src/test/projects/demo-multi-module/first-module/pom.xml b/toolkit-maven-plugin/src/test/projects/demo-multi-module/first-module/pom.xml
index f07c978..42b0d4d 100755
--- a/toolkit-maven-plugin/src/test/projects/demo-multi-module/first-module/pom.xml
+++ b/toolkit-maven-plugin/src/test/projects/demo-multi-module/first-module/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.servicecomb.toolkit</groupId>
     <artifactId>demo-multi-module</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.1.0</version>
   </parent>
   <artifactId>first-module</artifactId>
 </project>
\ No newline at end of file
diff --git a/toolkit-maven-plugin/src/test/projects/demo-multi-module/pom.xml b/toolkit-maven-plugin/src/test/projects/demo-multi-module/pom.xml
index a324332..0e9d350 100755
--- a/toolkit-maven-plugin/src/test/projects/demo-multi-module/pom.xml
+++ b/toolkit-maven-plugin/src/test/projects/demo-multi-module/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.servicecomb.toolkit</groupId>
   <artifactId>demo-multi-module</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <name>demo-multi-module-test</name>
   <packaging>pom</packaging>
 
diff --git a/toolkit-maven-plugin/src/test/projects/demo-with-contract/pom.xml b/toolkit-maven-plugin/src/test/projects/demo-with-contract/pom.xml
index a9246e0..399840a 100755
--- a/toolkit-maven-plugin/src/test/projects/demo-with-contract/pom.xml
+++ b/toolkit-maven-plugin/src/test/projects/demo-with-contract/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.servicecomb.toolkit</groupId>
   <artifactId>demo-with-contract</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <name>demo-with-contract-test</name>
   <packaging>jar</packaging>
 
diff --git a/toolkit-maven-plugin/src/test/projects/demo-without-contract/pom.xml b/toolkit-maven-plugin/src/test/projects/demo-without-contract/pom.xml
index 72e6d41..e7e49cf 100755
--- a/toolkit-maven-plugin/src/test/projects/demo-without-contract/pom.xml
+++ b/toolkit-maven-plugin/src/test/projects/demo-without-contract/pom.xml
@@ -21,7 +21,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.servicecomb.toolkit</groupId>
   <artifactId>demo-without-contract</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.1.0</version>
   <name>demo-without-contract-test</name>
   <packaging>jar</packaging>