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

mercyblitz pushed a commit to branch 0.1.1-release
in repository 
https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.1.1-release by this push:
     new ec18fc1  0.1.x (#208)
ec18fc1 is described below

commit ec18fc17ae810ebaba4cc492f11541a388d2a36b
Author: 小马哥 <mercybl...@gmail.com>
AuthorDate: Thu Jun 21 21:35:45 2018 +0800

    0.1.x (#208)
    
    * Fix test cases
    
    * Update maven plugins
    
    * Update excludes
    
    * Update License position
    
    * Update License
    
    * Update License
    
    * Add exclude
    
    * Update License
    
    * Add maven-release-plugin
    
    * Fix JavaDoc Issues
    
    * Update build settings
    
    * Update plugins
    
    * Recover release profile
    
    * Update document
---
 README.md    | 2 +-
 README_CN.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c31f1b7..b6afe7e 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by addi
 <dependency>
     <groupId>com.alibaba.boot</groupId>
     <artifactId>dubbo-spring-boot-starter</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1</version>
 </dependency>
 ```
 
diff --git a/README_CN.md b/README_CN.md
index 83d5775..4d3d99b 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -21,7 +21,7 @@
 <dependency>
     <groupId>com.alibaba.boot</groupId>
     <artifactId>dubbo-spring-boot-starter</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1</version>
 </dependency>
 ```
 

Reply via email to