Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
upgrade spring boot to 2.1.0 (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
QilongZhang authored and straybirdzls committed Nov 29, 2018
1 parent 88dec11 commit a9fed10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<!--spring boot-->
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.0.3.RELEASE</version>
<version>2.1.0.RELEASE</version>
</parent>

<groupId>com.alipay.sofa</groupId>
Expand All @@ -23,7 +23,7 @@
<project.build.encoding>UTF-8</project.build.encoding>

<!--starter-->
<spring.boot.version>2.0.3.RELEASE</spring.boot.version>
<spring.boot.version>2.1.0.RELEASE</spring.boot.version>
<sofa.boot.version>3.1.0-SNAPSHOT</sofa.boot.version>
<sofa.ark.version>0.5.2</sofa.ark.version>
<sofa.rpc.starter.version>6.0.1-SNAPSHOT</sofa.rpc.starter.version>
Expand Down

0 comments on commit a9fed10

Please sign in to comment.