From ec18fc17ae810ebaba4cc492f11541a388d2a36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A9=AC=E5=93=A5?= Date: Thu, 21 Jun 2018 21:35:45 +0800 Subject: [PATCH] 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 c31f1b7d2..b6afe7e86 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 com.alibaba.boot dubbo-spring-boot-starter - 0.1.0 + 0.1.1 ``` diff --git a/README_CN.md b/README_CN.md index 83d5775ca..4d3d99b35 100644 --- a/README_CN.md +++ b/README_CN.md @@ -21,7 +21,7 @@ com.alibaba.boot dubbo-spring-boot-starter - 0.1.0 + 0.1.1 ```