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

update starter parent pom.xml

This commit is contained in:
亦盏 2018-09-06 16:34:42 +08:00
parent afb50fa76e
commit d63bfa9978
2 changed files with 3 additions and 5 deletions

View File

@ -4,12 +4,11 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-alibaba</artifactId>
<artifactId>spring-cloud-starter-alibaba</artifactId>
<version>0.2.0.BUILD-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
<name>Spring Cloud Starter Sentinel</name>
<name>Spring Cloud Starter Alibaba Sentinel</name>
<dependencies>
<dependency>

View File

@ -4,9 +4,8 @@
<parent>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-alibaba</artifactId>
<artifactId>spring-cloud-starter-alibaba</artifactId>
<version>0.2.0.BUILD-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>spring-cloud-starter-alibaba-storage</artifactId>
<name>Spring Cloud Starter Alibaba Storage</name>