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

Update to 0.2.2.BUILD-SNAPSHOT

This commit is contained in:
Spencer Gibb
2018-12-21 11:09:29 -05:00
parent b28e82dc3c
commit 612e6913e6
59 changed files with 64 additions and 64 deletions

View File

@@ -6,7 +6,7 @@ Spring Cloud AliCloud ACM 是 Config Server 和 Client 的替代方案,客户
=== 如何引入 Spring Cloud AliCloud ACM
Spring Cloud Alibaba 已经发布了 0.2.1.RELEASE 版本需要首先导入依赖管理POM。
Spring Cloud Alibaba 已经发布了 0.2.2.BUILD-SNAPSHOT 版本需要首先导入依赖管理POM。
[source,xml]
----
@@ -15,7 +15,7 @@ Spring Cloud Alibaba 已经发布了 0.2.1.RELEASE 版本,需要首先导入
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
<version>0.2.1.RELEASE</version>
<version>0.2.2.BUILD-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>