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
diff --git a/README.md b/README.md
index c31f1b7..b6afe7e 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@
 <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>
 ```