release 1.8.3-2020.0.5 (#797)

pull/798/head
lepdou 3 years ago committed by GitHub
parent 412176b95d
commit d506e5f2fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,4 +1,2 @@
# Change Log
---
-[fix instance's weight hard code to 100 bug](https://github.com/Tencent/spring-cloud-tencent/pull/792)

@ -75,7 +75,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.8.2-2020.0.5</version>
<version>1.8.3-2020.0.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>

@ -74,7 +74,7 @@ For example:
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.8.2-2020.0.5</version>
<version>1.8.3-2020.0.5</version>
<type>pom</type>
<scope>import</scope>
</dependency>

@ -0,0 +1,4 @@
# Change Log
---
-[fix instance's weight hard code to 100 bug](https://github.com/Tencent/spring-cloud-tencent/pull/792)

@ -89,7 +89,7 @@
<properties>
<!-- Project revision -->
<revision>1.8.3-2020.0.5-SNAPSHOT</revision>
<revision>1.8.3-2020.0.5</revision>
<!-- Spring Cloud -->
<spring.cloud.version>2020.0.5</spring.cloud.version>

@ -70,7 +70,7 @@
</developers>
<properties>
<revision>1.8.3-2020.0.5-SNAPSHOT</revision>
<revision>1.8.3-2020.0.5</revision>
<!-- Dependencies -->
<polaris.version>1.9.1</polaris.version>

Loading…
Cancel
Save