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

Merge pull request #4 from alibaba/master

upgrade to Hoxton.SR1
This commit is contained in:
yuhuangbin 2020-01-15 16:41:07 +08:00 committed by GitHub
commit 0973be9750
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<parent> <parent>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-build</artifactId> <artifactId>spring-cloud-build</artifactId>
<version>2.2.0.RELEASE</version> <version>2.2.1.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>

View File

@ -6,7 +6,7 @@
<parent> <parent>
<artifactId>spring-cloud-dependencies-parent</artifactId> <artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId> <groupId>org.springframework.cloud</groupId>
<version>2.2.0.RELEASE</version> <version>2.2.1.RELEASE</version>
<relativePath/> <relativePath/>
</parent> </parent>