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/09/05 00:52:57 UTC

[servicecomb-toolkit] branch master updated: Update project version for 0.2.0-SNAPSHOT development

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 10f4eb7  Update project version for 0.2.0-SNAPSHOT development
     new 4ee7500  Merge pull request #28 from kakulisen/master
10f4eb7 is described below

commit 10f4eb725cbf7fada8ea641385824939a9c95947
Author: kakulisen <18...@163.com>
AuthorDate: Wed Sep 4 09:29:09 2019 +0800

    Update project version for 0.2.0-SNAPSHOT development
    
    Signed-off-by: kakulisen <18...@163.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-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 +-
 31 files changed, 42 insertions(+), 42 deletions(-)

diff --git a/README-ZH.md b/README-ZH.md
index f5f397d..48f8284 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</version>
+    <version>0.2.0-SNAPSHOT</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</artifactVersion>
+            <artifactVersion>0.1.0-SNAPSHOT</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</version>
+    <version>0.2.0-SNAPSHOT</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</version>
+    <version>0.2.0-SNAPSHOT</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</version>
+    <version>0.2.0-SNAPSHOT</version>
     <configuration>
         <!-- 输入源。设置为 code,表示解析当前代码;设置为 contract,表示解析指定目录的契约文件。不设置则默认为 code -->
         <sourceType>code</sourceType>
diff --git a/README.md b/README.md
index d497fb6..5a0aabf 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</version>
+    <version>0.2.0-SNAPSHOT</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</artifactVersion>
+            <artifactVersion>0.1.0-SNAPSHOT</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</version>
+    <version>0.2.0-SNAPSHOT</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</version>
+    <version>0.2.0-SNAPSHOT</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</version>
+    <version>0.2.0-SNAPSHOT</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 839fde2..750c82f 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</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/codegen/pom.xml b/codegen/pom.xml
index f6f9645..8871d42 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</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/common/pom.xml b/common/pom.xml
index b07778d..6855da3 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</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/contractgen/pom.xml b/contractgen/pom.xml
index 207ba16..ffcadf6 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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 f0f672f..d206db0 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</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>demo-contractgen-test</name>
   <packaging>jar</packaging>
 
diff --git a/core/pom.xml b/core/pom.xml
index c782b82..1122a0d 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</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/docgen/pom.xml b/docgen/pom.xml
index 51e54f1..417ecef 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</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/integration-tests/coverage-aggregate/pom.xml b/integration-tests/coverage-aggregate/pom.xml
index dcaa7c3..b9ade7f 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 2505ed5..b79e8a9 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
 
diff --git a/pom.xml b/pom.xml
index b4216c0..7b6f65b 100755
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
 
   <groupId>org.apache.servicecomb.toolkit</groupId>
   <artifactId>toolkit</artifactId>
-  <version>0.1.0</version>
+  <version>0.2.0-SNAPSHOT</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
index b16999e..e58af04 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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
index d77a9db..4dc616e 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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
index 70b2c64..33cf698 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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
index f68dfd1..046ecae 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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
index e5bf096..d998170 100755
--- 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</version>
+  <version>0.2.0-SNAPSHOT</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</version>
+        <version>0.2.0-SNAPSHOT</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
index cb42e6d..e19c972 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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
index e741200..a69c932 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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
index 977f99d..377d675 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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</version>
+        <version>0.2.0-SNAPSHOT</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
index a06f61f..278b600 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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
index 5935dd2..fb24fc8 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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
index 39368ed..327b28f 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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
index 783c2b6..547f8d9 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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
index 498310d..ddb4ed1 100755
--- 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</version>
+    <version>0.2.0-SNAPSHOT</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</version>
+        <version>0.2.0-SNAPSHOT</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
index 9083cc7..d750a41 100755
--- 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</version>
+      <version>0.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>apache-servicecomb-toolkit-distribution</artifactId>
     <name>Toolkit::Distribution</name>
diff --git a/toolkit-maven-plugin/pom.xml b/toolkit-maven-plugin/pom.xml
index c4e8a21..ba8233f 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</version>
+    <version>0.2.0-SNAPSHOT</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 42b0d4d..42344c4 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</version>
+    <version>0.2.0-SNAPSHOT</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 0e9d350..112c82f 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</version>
+  <version>0.2.0-SNAPSHOT</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 399840a..d746db9 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</version>
+  <version>0.2.0-SNAPSHOT</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 e7e49cf..96a84aa 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</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>demo-without-contract-test</name>
   <packaging>jar</packaging>