1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

update readme

This commit is contained in:
fangjian0423 2019-08-07 14:55:21 +08:00
parent 8832644850
commit 38801ae239
2 changed files with 4 additions and 4 deletions

View File

@ -71,9 +71,9 @@ Spring Cloud 使用 Maven 来构建,最快的使用方式是将本项目 clone
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>1.2.0.RELEASE</version>
<version>2.1.0.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>

View File

@ -69,9 +69,9 @@ These artifacts are available from Maven Central and Spring Release repository v
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.cloud</groupId>
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>1.2.0.RELEASE</version>
<version>2.1.0.RELEASE</version>
<type>pom</type>
<scope>import</scope>
</dependency>