[incubator-dubbo-spring-boot-project] branch master updated (1d85dcd -> dbe6d5f)

2018-06-14 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

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


from 1d85dcd  Merge pull request #175 from apache/0.2.0
 add 15028e1  Update 0.2.0
 new dbe6d5f  Merge pull request #181 from apache/0.2.0-release

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 dubbo-spring-boot-actuator/README.md| 4 ++--
 dubbo-spring-boot-actuator/pom.xml  | 2 +-
 dubbo-spring-boot-autoconfigure/pom.xml | 2 +-
 dubbo-spring-boot-parent/pom.xml| 2 +-
 dubbo-spring-boot-samples/dubbo-spring-boot-sample-api/pom.xml  | 2 +-
 dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/pom.xml | 2 +-
 dubbo-spring-boot-samples/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 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

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


[incubator-dubbo-spring-boot-project] 01/01: Merge pull request #181 from apache/0.2.0-release

2018-06-14 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

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

commit dbe6d5f3c2ddcdf4863fb94a1ff84cdc3de94f67
Merge: 1d85dcd 15028e1
Author: 小马哥 
AuthorDate: Fri Jun 15 10:45:52 2018 +0800

Merge pull request #181 from apache/0.2.0-release

Update 0.2.0

 dubbo-spring-boot-actuator/README.md| 4 ++--
 dubbo-spring-boot-actuator/pom.xml  | 2 +-
 dubbo-spring-boot-autoconfigure/pom.xml | 2 +-
 dubbo-spring-boot-parent/pom.xml| 2 +-
 dubbo-spring-boot-samples/dubbo-spring-boot-sample-api/pom.xml  | 2 +-
 dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/pom.xml | 2 +-
 dubbo-spring-boot-samples/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 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

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


[incubator-dubbo-spring-boot-project] branch 0.2.0-release updated: Update 0.2.0

2018-06-14 Thread mercyblitz
This is an automated email from the ASF dual-hosted git repository.

mercyblitz pushed a commit to branch 0.2.0-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.2.0-release by this push:
 new 15028e1  Update 0.2.0
15028e1 is described below

commit 15028e12a33d4d10b41051cb45e34b49c808399a
Author: mercyblitz 
AuthorDate: Fri Jun 15 10:43:33 2018 +0800

Update 0.2.0
---
 dubbo-spring-boot-actuator/README.md| 4 ++--
 dubbo-spring-boot-actuator/pom.xml  | 2 +-
 dubbo-spring-boot-autoconfigure/pom.xml | 2 +-
 dubbo-spring-boot-parent/pom.xml| 2 +-
 dubbo-spring-boot-samples/dubbo-spring-boot-sample-api/pom.xml  | 2 +-
 dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/pom.xml | 2 +-
 dubbo-spring-boot-samples/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 +-
 10 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/dubbo-spring-boot-actuator/README.md 
b/dubbo-spring-boot-actuator/README.md
index 81d7b1a..103aa7d 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
 
 com.alibaba.boot
 dubbo-spring-boot-actuator
-0.2.0-SNAPSHOT
+0.2.0
 
 ```
 If your project failed to resolve the dependency, try to add the following 
repository:
@@ -184,7 +184,7 @@ Actuator endpoint `dubbo` supports Actuator Endpoints :
 {
   "timestamp": 1516623290166,
   "versions": {
-"dubbo-spring-boot": "0.2.0-SNAPSHOT"
+"dubbo-spring-boot": "0.2.0"
 "dubbo": "2.6.2"
   },
   "urls": {
diff --git a/dubbo-spring-boot-actuator/pom.xml 
b/dubbo-spring-boot-actuator/pom.xml
index 9dc507b..1d2c648 100644
--- a/dubbo-spring-boot-actuator/pom.xml
+++ b/dubbo-spring-boot-actuator/pom.xml
@@ -20,7 +20,7 @@
 
 dubbo-spring-boot-parent
 com.alibaba.boot
-0.2.0-SNAPSHOT
+0.2.0
 ../dubbo-spring-boot-parent/pom.xml
 
 4.0.0
diff --git a/dubbo-spring-boot-autoconfigure/pom.xml 
b/dubbo-spring-boot-autoconfigure/pom.xml
index 30a2f8d..602ee77 100644
--- a/dubbo-spring-boot-autoconfigure/pom.xml
+++ b/dubbo-spring-boot-autoconfigure/pom.xml
@@ -20,7 +20,7 @@
 
 com.alibaba.boot
 dubbo-spring-boot-parent
-0.2.0-SNAPSHOT
+0.2.0
 ../dubbo-spring-boot-parent
 
 4.0.0
diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index 048ec3a..0ff4436 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -20,7 +20,7 @@
 
 com.alibaba.boot
 dubbo-spring-boot-project
-0.2.0-SNAPSHOT
+0.2.0
 ../pom.xml
 
 
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 e404c4d..e9f443a 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
@@ -20,7 +20,7 @@
 
 com.alibaba.boot
 dubbo-spring-boot-samples
-0.2.0-SNAPSHOT
+0.2.0
 ../pom.xml
 
 4.0.0
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 8c3df20..de5e37d 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
@@ -20,7 +20,7 @@
 
 com.alibaba.boot
 dubbo-spring-boot-samples
-0.2.0-SNAPSHOT
+0.2.0
 ../pom.xml
 
 4.0.0
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 3c10d44..281eb9a 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
@@ -20,7 +20,7 @@
 
 com.alibaba.boot
 dubbo-spring-boot-samples
-0.2.0-SNAPSHOT
+0.2.0
 ../pom.xml
 
 4.0.0
diff --git a/dubbo-spring-boot-samples/pom.xml 
b/dubbo-spring-boot-samples/pom.xml
index 20c63a0..ad75b29 100644
--- a/dubbo-spring-boot-samples/pom.xml
+++ b/dubbo-spring-boot-samples/pom.xml
@@ -20,7 +20,7 @@
 
 com.alibaba.boot
 dubbo-spring-boot-parent
-0.2.0-SNAPSHOT
+0.2.0
 ../dubbo-spring-boot-parent/pom.xml
 
 4.0.0
diff --git 

[incubator-dubbo-spring-boot-project] branch 0.1.1-release updated: Update version 0.1.1

2018-06-14 Thread mercyblitz
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 fa9110d  Update version 0.1.1
fa9110d is described below

commit fa9110d1e2740f63933cb72e4366f2c908c67d34
Author: mercyblitz 
AuthorDate: Fri Jun 15 10:41:35 2018 +0800

Update version 0.1.1
---
 dubbo-spring-boot-actuator/README.md| 2 +-
 dubbo-spring-boot-actuator/README_CN.md | 4 ++--
 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| 2 +-
 dubbo-spring-boot-samples/dubbo-spring-boot-sample-api/pom.xml  | 2 +-
 dubbo-spring-boot-samples/dubbo-spring-boot-sample-consumer/pom.xml | 2 +-
 dubbo-spring-boot-samples/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, 13 insertions(+), 13 deletions(-)

diff --git a/dubbo-spring-boot-actuator/README.md 
b/dubbo-spring-boot-actuator/README.md
index 257d9f7..1a67d86 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
 
 com.alibaba.boot
 dubbo-spring-boot-actuator
-0.1.1-SNAPSHOT
+0.1.1
 
 ```
 If your project failed to resolve the dependency, try to add the following 
repository:
diff --git a/dubbo-spring-boot-actuator/README_CN.md 
b/dubbo-spring-boot-actuator/README_CN.md
index 8273780..2e64003 100644
--- a/dubbo-spring-boot-actuator/README_CN.md
+++ b/dubbo-spring-boot-actuator/README_CN.md
@@ -31,14 +31,14 @@
 
 com.alibaba.boot
 dubbo-spring-boot-starter
-0.1.1-SNAPSHOT
+0.1.1
 
 
 
 
 com.alibaba.boot
 dubbo-spring-boot-actuator
-0.1.1-SNAPSHOT
+0.1.1
 
 
  ...
diff --git a/dubbo-spring-boot-actuator/pom.xml 
b/dubbo-spring-boot-actuator/pom.xml
index 4722459..a73c7cf 100644
--- a/dubbo-spring-boot-actuator/pom.xml
+++ b/dubbo-spring-boot-actuator/pom.xml
@@ -5,7 +5,7 @@
 
 dubbo-spring-boot-parent
 com.alibaba.boot
-0.1.1-SNAPSHOT
+0.1.1
 ../dubbo-spring-boot-parent/pom.xml
 
 4.0.0
diff --git a/dubbo-spring-boot-autoconfigure/README.md 
b/dubbo-spring-boot-autoconfigure/README.md
index 15aacb9..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
 
 com.alibaba.boot
 dubbo-spring-boot-autoconfigure
-0.1.1-SNAPSHOT
+0.1.1
 
 ```
 
diff --git a/dubbo-spring-boot-autoconfigure/pom.xml 
b/dubbo-spring-boot-autoconfigure/pom.xml
index a272c29..54e0a4d 100644
--- a/dubbo-spring-boot-autoconfigure/pom.xml
+++ b/dubbo-spring-boot-autoconfigure/pom.xml
@@ -5,7 +5,7 @@
 
 com.alibaba.boot
 dubbo-spring-boot-parent
-0.1.1-SNAPSHOT
+0.1.1
 ../dubbo-spring-boot-parent
 
 4.0.0
diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index 33198bf..4b5e48e 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -5,7 +5,7 @@
 
 com.alibaba.boot
 dubbo-spring-boot-project
-0.1.1-SNAPSHOT
+0.1.1
 ../pom.xml
 
 
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 cbc9735..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 @@
 
 com.alibaba.boot
 dubbo-spring-boot-samples
-0.1.1-SNAPSHOT
+0.1.1
 ../pom.xml
 
 4.0.0
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 3c3a578..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 @@
 
 com.alibaba.boot
 dubbo-spring-boot-samples
-0.1.1-SNAPSHOT
+0.1.1
 ../pom.xml
 
 4.0.0
diff --git