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

mercyblitz pushed a commit to branch 0.1.1
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 by this push:
     new fb1ac37  Update the version and document
fb1ac37 is described below

commit fb1ac37f078963495095c1dee5a186eb423ed618
Author: mercyblitz <mercybl...@gmail.com>
AuthorDate: Mon Mar 26 21:31:11 2018 +0800

    Update the version and document
---
 README.md                                          | 25 ++++++++++++++++++----
 dubbo-spring-boot-actuator/README.md               |  2 +-
 dubbo-spring-boot-actuator/pom.xml                 |  2 +-
 dubbo-spring-boot-autoconfigure/README.md          |  2 +-
 dubbo-spring-boot-autoconfigure/pom.xml            |  2 +-
 dubbo-spring-boot-parent/pom.xml                   |  4 ++--
 .../dubbo-spring-boot-sample-api/pom.xml           |  2 +-
 .../dubbo-spring-boot-sample-consumer/pom.xml      |  2 +-
 .../dubbo-spring-boot-sample-provider/pom.xml      |  2 +-
 dubbo-spring-boot-samples/pom.xml                  |  2 +-
 dubbo-spring-boot-starter/pom.xml                  |  2 +-
 pom.xml                                            |  2 +-
 12 files changed, 33 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md
index 70beda3..591aae8 100644
--- a/README.md
+++ b/README.md
@@ -1,9 +1,9 @@
 # Dubbo Spring Boot Project
 
-[Dubbo](https://github.com/alibaba/dubbo) Spring Boot Project makes it easy to 
create [Spring Boot](https://github.com/spring-projects/spring-boot/) 
application using Dubbo as RPC Framework. What's more , it aslo provides 
+[Dubbo](https://github.com/alibaba/dubbo) Spring Boot Project makes it easy to 
create [Spring Boot](https://github.com/spring-projects/spring-boot/) 
application using Dubbo as RPC Framework. What's more, it aslo provides
 
-* [auto-configure features](dubbo-spring-boot-autoconfigure) 
(e.g.annotation-driven, auto configuration, externalized configuration).
-* [production-ready features](dubbo-spring-boot-actuator) (e.g.security, 
health checks, externalized configuration).
+* [auto-configure features](dubbo-spring-boot-autoconfigure) (e.g., 
annotation-driven, auto configuration, externalized configuration).
+* [production-ready features](dubbo-spring-boot-actuator) (e.g., security, 
health checks, externalized configuration).
 
 
 
@@ -11,16 +11,24 @@
 
 
 
+## Versions
 
+For now, `dubbo-spring-boot-starter` will separate two versions for Spring 
Boot 2.x and 1.x once release : 
 
+* `0.2.x` is a main stream release version for Spring Boot 2.x
+
+* `0.1.x` is a legacy version for maintaining Spring Boot 1.x
+
+  ​
 
 ## Integrate with Maven
+
 You can introduce the latest `dubbo-spring-boot-starter` to your project by 
adding the following dependency to your pom.xml
 ```xml
 <dependency>
     <groupId>com.alibaba.boot</groupId>
     <artifactId>dubbo-spring-boot-starter</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1</version>
 </dependency>
 ```
 If your project failed to resolve the dependency, try to add the following 
repository:
@@ -41,6 +49,15 @@ If your project failed to resolve the dependency, try to add 
the following repos
 
 
 
+## Dependencies
+
+| versions | Java  | Spring Boot       | Dubbo      |
+| -------- | ----- | ----------------- | ---------- |
+| `0.2.0`  | 1.8 + | `2.0.0.RELEASE` + | `2.5.11` + |
+| `0.1.1`  | 1.7 + | `1.3.0.RELEASE` + | `2.5.11` + |
+
+
+
 ## Getting Started
 
 If you don't know about Dubbo , please take a few minutes to learn 
http://dubbo.io/ . After that  you could dive deep into dubbo [user 
guide](http://dubbo.io/books/dubbo-user-book-en/).
diff --git a/dubbo-spring-boot-actuator/README.md 
b/dubbo-spring-boot-actuator/README.md
index a33916b..39d8c41 100644
--- a/dubbo-spring-boot-actuator/README.md
+++ b/dubbo-spring-boot-actuator/README.md
@@ -21,7 +21,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.1.0</version>
+    <version>0.1.1</version>
 </dependency>
 ```
 If your project failed to resolve the dependency, try to add the following 
repository:
diff --git a/dubbo-spring-boot-actuator/pom.xml 
b/dubbo-spring-boot-actuator/pom.xml
index a9c1c04..a73c7cf 100644
--- a/dubbo-spring-boot-actuator/pom.xml
+++ b/dubbo-spring-boot-actuator/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <artifactId>dubbo-spring-boot-parent</artifactId>
         <groupId>com.alibaba.boot</groupId>
-        <version>0.1.0</version>
+        <version>0.1.1</version>
         <relativePath>../dubbo-spring-boot-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/dubbo-spring-boot-autoconfigure/README.md 
b/dubbo-spring-boot-autoconfigure/README.md
index 651c74a..9490e7d 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.0</version>
+    <version>0.1.1</version>
 </dependency>
 ```
 
diff --git a/dubbo-spring-boot-autoconfigure/pom.xml 
b/dubbo-spring-boot-autoconfigure/pom.xml
index c388cce..54e0a4d 100644
--- a/dubbo-spring-boot-autoconfigure/pom.xml
+++ b/dubbo-spring-boot-autoconfigure/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.alibaba.boot</groupId>
         <artifactId>dubbo-spring-boot-parent</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1</version>
         <relativePath>../dubbo-spring-boot-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index 2516383..50bdb60 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.alibaba.boot</groupId>
         <artifactId>dubbo-spring-boot-project</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 
@@ -21,7 +21,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
         <spring-boot.version>1.3.0.RELEASE</spring-boot.version>
-        <dubbo.version>2.5.10</dubbo.version>
+        <dubbo.version>2.5.11</dubbo.version>
         <zkclient.version>0.2</zkclient.version>
         <zookeeper.version>3.4.9</zookeeper.version>
         <curator-framework.version>2.12.0</curator-framework.version>
diff --git a/dubbo-spring-boot-samples/dubbo-spring-boot-sample-api/pom.xml 
b/dubbo-spring-boot-samples/dubbo-spring-boot-sample-api/pom.xml
index 0caa979..bfa59b7 100644
--- a/dubbo-spring-boot-samples/dubbo-spring-boot-sample-api/pom.xml
+++ b/dubbo-spring-boot-samples/dubbo-spring-boot-sample-api/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.alibaba.boot</groupId>
         <artifactId>dubbo-spring-boot-samples</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git 
a/dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/pom.xml 
b/dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/pom.xml
index f43fcbd..c1b6594 100644
--- a/dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/pom.xml
+++ b/dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.alibaba.boot</groupId>
         <artifactId>dubbo-spring-boot-samples</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git 
a/dubbo-spring-boot-samples/dubbo-spring-boot-sample-provider/pom.xml 
b/dubbo-spring-boot-samples/dubbo-spring-boot-sample-provider/pom.xml
index a96a140..5dd4eb7 100644
--- a/dubbo-spring-boot-samples/dubbo-spring-boot-sample-provider/pom.xml
+++ b/dubbo-spring-boot-samples/dubbo-spring-boot-sample-provider/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.alibaba.boot</groupId>
         <artifactId>dubbo-spring-boot-samples</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/dubbo-spring-boot-samples/pom.xml 
b/dubbo-spring-boot-samples/pom.xml
index fe73016..44a40da 100644
--- a/dubbo-spring-boot-samples/pom.xml
+++ b/dubbo-spring-boot-samples/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.alibaba.boot</groupId>
         <artifactId>dubbo-spring-boot-parent</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1</version>
         <relativePath>../dubbo-spring-boot-parent/pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/dubbo-spring-boot-starter/pom.xml 
b/dubbo-spring-boot-starter/pom.xml
index f5dd8a4..f8a6f9c 100644
--- a/dubbo-spring-boot-starter/pom.xml
+++ b/dubbo-spring-boot-starter/pom.xml
@@ -5,7 +5,7 @@
     <parent>
         <groupId>com.alibaba.boot</groupId>
         <artifactId>dubbo-spring-boot-parent</artifactId>
-        <version>0.1.0</version>
+        <version>0.1.1</version>
         <relativePath>../dubbo-spring-boot-parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/pom.xml b/pom.xml
index d1bbc12..4855c41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 
     <groupId>com.alibaba.boot</groupId>
     <artifactId>dubbo-spring-boot-project</artifactId>
-    <version>0.1.0</version>
+    <version>0.1.1</version>
 
     <packaging>pom</packaging>
 

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

Reply via email to