You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by ni...@apache.org on 2019/07/21 07:52:01 UTC

[servicecomb-pack] branch SCB-1387 created (now 2154b20)

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

ningjiang pushed a change to branch SCB-1387
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git.


      at 2154b20  SCB-1387 Upgraded to spring-boot 2.1.6

This branch includes the following new commits:

     new 2154b20  SCB-1387 Upgraded to spring-boot 2.1.6

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.



[servicecomb-pack] 01/01: SCB-1387 Upgraded to spring-boot 2.1.6

Posted by ni...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

ningjiang pushed a commit to branch SCB-1387
in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git

commit 2154b20637c6d7069471cc438d82df01ef85e162
Author: Willem Jiang <wi...@gmail.com>
AuthorDate: Sun Jul 21 15:47:20 2019 +0800

    SCB-1387 Upgraded to spring-boot 2.1.6
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8962c5..7fd340c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -51,7 +51,7 @@
     <disruptor.version>3.3.7</disruptor.version>
     <dubbo.version>2.6.4</dubbo.version>
     <spring.boot1.version>1.5.17.RELEASE</spring.boot1.version>
-    <spring.boot2.version>2.1.1.RELEASE</spring.boot2.version>
+    <spring.boot2.version>2.1.6.RELEASE</spring.boot2.version>
     <spring.boot.version>${spring.boot2.version}</spring.boot.version>
     <spring.cloud1.version>1.4.6.RELEASE</spring.cloud1.version>
     <spring.cloud2.version>2.1.1.RELEASE</spring.cloud2.version>