[incubator-dubbo-spring-boot-project] branch 0.2.0 updated: Fix CI issue

2018-06-20 Thread mercyblitz
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 d1c7b73  Fix CI issue
d1c7b73 is described below

commit d1c7b734a10af0c9ca1865f800f3376117f896d5
Author: mercyblitz 
AuthorDate: Wed Jun 20 17:05:38 2018 +0800

Fix CI issue
---
 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   | 62 ++
 .../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 +-
 10 files changed, 61 insertions(+), 21 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 e70db99..b9a9c03 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
 
 
@@ -33,13 +33,25 @@
 
 
 1.8
+1.8
+1.8
 UTF-8
 
UTF-8
-2.0.2.RELEASE
+2.0.3.RELEASE
 2.6.2
 0.2
 3.4.9
 2.12.0
+
+-server -Xms256m -Xmx512m -XX:PermSize=64m 
-XX:MaxPermSize=128m -Dfile.encoding=UTF-8
+-Djava.net.preferIPv4Stack=true
+
+
+
+3.0.2
+3.6.0
+3.0.1
+0.8.1
 1.5
 0.12
 
@@ -190,6 +202,7 @@
 
 org.apache.maven.plugins
 maven-jar-plugin
+${maven-jar-plugin.version}
 
 
 true
@@ -198,25 +211,51 @@
 
true
 
true
 
+
+
${project.version}
+
${project.version}
+
 
 
 
+
 
 org.apache.maven.plugins
 maven-compiler-plugin
+${maven-compiler-plugin.version}
 
-${java.version}
-${java.version}
-true
+-proc:none
+true
+${java.source.version}
+${java.target.version}
+${file.encoding}
 
 
+
 
-maven-surefire-plugin
-2.20.1
-
---add-modules java.xml.bind
-
+org.jacoco
+jacoco-maven-plugin
+${maven-jacoco-plugin.version}
+
+
+jacoco-initialize
+
+prepare-agent
+
+
+

[incubator-dubbo-spring-boot-project] branch 0.2.0 updated: Fix CI issue

2018-06-20 Thread mercyblitz
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 e216ee1  Fix CI issue
e216ee1 is described below

commit e216ee180d9db6c1ef75239616a1bcdbad703b81
Author: mercyblitz 
AuthorDate: Wed Jun 20 16:44:55 2018 +0800

Fix CI issue
---
 .travis.yml  | 7 +--
 dubbo-spring-boot-parent/pom.xml | 7 +++
 2 files changed, 12 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index ef16343..958ca14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,12 @@
 language: java
+sudo: false # faster builds
+
 jdk:
+- oraclejdk10
+- oraclejdk9
 - oraclejdk8
-- openjdk7
 
-script: mvn clean package
+script: "mvn clean package"
 
 after_success:
   - bash <(curl -s https://codecov.io/bash) -t 
89f70bf5-4d6b-4759-8da0-dfab7881fd3e
\ No newline at end of file
diff --git a/dubbo-spring-boot-parent/pom.xml b/dubbo-spring-boot-parent/pom.xml
index 048ec3a..e70db99 100644
--- a/dubbo-spring-boot-parent/pom.xml
+++ b/dubbo-spring-boot-parent/pom.xml
@@ -211,6 +211,13 @@
 
 
 
+maven-surefire-plugin
+2.20.1
+
+--add-modules java.xml.bind
+
+
+
 org.apache.maven.plugins
 maven-enforcer-plugin