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

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


The following commit(s) were added to refs/heads/0.2.0 by this push:
     new 3a88085  Update Document
3a88085 is described below

commit 3a8808509e5925cbaf2f65722443d68a222eb756
Author: mercyblitz <mercybl...@gmail.com>
AuthorDate: Tue May 8 21:55:06 2018 +0800

    Update Document
---
 README.md                                 | 6 +++---
 README_CN.md                              | 8 ++++----
 dubbo-spring-boot-actuator/README.md      | 6 +++---
 dubbo-spring-boot-autoconfigure/README.md | 2 +-
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/README.md b/README.md
index bc8ecde..9cd25a2 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ You can introduce the latest `dubbo-spring-boot-starter` to 
your project by add
 <dependency>
     <groupId>com.alibaba.boot</groupId>
     <artifactId>dubbo-spring-boot-starter</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.0-SNAPSHOT</version>
 </dependency>
 ```
 If your project failed to resolve the dependency, try to add the following 
repository:
@@ -52,8 +52,8 @@ If your project failed to resolve the dependency, try to add 
the following repos
 
 | versions | Java  | Spring Boot       | Dubbo      |
 | -------- | ----- | ----------------- | ---------- |
-| `0.2.0`  | 1.8 + | `2.0.0.RELEASE` + | `2.5.11` + |
-| `0.1.1`  | 1.7 + | `1.5.10.RELEASE` + | `2.5.11` + |
+| `0.2.0-SNAPSHOT`  | 1.8 + | `2.0.x` | `2.6.2` + |
+| `0.1.1-SNAPSHOT`  | 1.7 + | `1.5.x` | `2.6.2` + |
 
 
 
diff --git a/README_CN.md b/README_CN.md
index b403b5a..892d225 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -36,14 +36,14 @@
     <dependency>
         <groupId>com.alibaba.boot</groupId>
         <artifactId>dubbo-spring-boot-starter</artifactId>
-        <version>0.2.0</version>
+        <version>0.2.0-SNAPSHOT</version>
     </dependency>
 
     <!-- Production-Ready 特性 -->
     <dependency>
         <groupId>com.alibaba.boot</groupId>
         <artifactId>dubbo-spring-boot-actuator</artifactId>
-        <version>0.2.0</version>
+        <version>0.2.0-SNAPSHOT</version>
     </dependency>
 
      ...
@@ -62,8 +62,8 @@
 
 | 版本 | Java  | Spring Boot       | Dubbo      |
 | -------- | ----- | ----------------- | ---------- |
-| `0.2.0`  | 1.8 + | `2.0.0.RELEASE` + | `2.5.11` + |
-| `0.1.1`  | 1.7 + | `1.5.10.RELEASE` + | `2.5.11` + |
+| `0.2.0-SNAPSHOT`  | 1.8 + | `2.0.x` | `2.6.2` + |
+| `0.1.1-SNAPSHOT`  | 1.7 + | `1.5.x` | `2.6.2` + |
 
 
 
diff --git a/dubbo-spring-boot-actuator/README.md 
b/dubbo-spring-boot-actuator/README.md
index e73c1f6..81d7b1a 100644
--- a/dubbo-spring-boot-actuator/README.md
+++ b/dubbo-spring-boot-actuator/README.md
@@ -33,7 +33,7 @@ You can introduce the latest `dubbo-spring-boot-actuator` to 
your project by ad
 <dependency>
     <groupId>com.alibaba.boot</groupId>
     <artifactId>dubbo-spring-boot-actuator</artifactId>
-    <version>0.2.0</version>
+    <version>0.2.0-SNAPSHOT</version>
 </dependency>
 ```
 If your project failed to resolve the dependency, try to add the following 
repository:
@@ -184,8 +184,8 @@ Actuator endpoint `dubbo` supports Actuator Endpoints :
 {
   "timestamp": 1516623290166,
   "versions": {
-    "dubbo-spring-boot": "0.2.0"
-    "dubbo": "2.5.11"
+    "dubbo-spring-boot": "0.2.0-SNAPSHOT"
+    "dubbo": "2.6.2"
   },
   "urls": {
     "dubbo": "https://github.com/alibaba/dubbo";,
diff --git a/dubbo-spring-boot-autoconfigure/README.md 
b/dubbo-spring-boot-autoconfigure/README.md
index 9490e7d..15aacb9 100644
--- a/dubbo-spring-boot-autoconfigure/README.md
+++ b/dubbo-spring-boot-autoconfigure/README.md
@@ -23,7 +23,7 @@ You can introduce the latest 
`dubbo-spring-boot-autoconfigure` to your project
 <dependency>
     <groupId>com.alibaba.boot</groupId>
     <artifactId>dubbo-spring-boot-autoconfigure</artifactId>
-    <version>0.1.1</version>
+    <version>0.1.1-SNAPSHOT</version>
 </dependency>
 ```
 

-- 
To stop receiving notification emails like this one, please contact
mercybl...@apache.org.

Reply via email to