release 1.8.2-Hoxton.SR12 (#707)

1.8.2-Hoxton.SR12
lepdou 3 years ago committed by GitHub
parent 0eea850c3e
commit 916d4afb16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,2 @@
# Change Log
---
- [fix router concurrent bug&fix spring-retry circuit breaker not work bug](https://github.com/Tencent/spring-cloud-tencent/pull/679)
- [fix router unit test](https://github.com/Tencent/spring-cloud-tencent/pull/684)
- [fix weight load balancer bug](https://github.com/Tencent/spring-cloud-tencent/pull/704)

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

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

@ -0,0 +1,6 @@
# Change Log
---
- [fix router concurrent bug&fix spring-retry circuit breaker not work bug](https://github.com/Tencent/spring-cloud-tencent/pull/679)
- [fix router unit test](https://github.com/Tencent/spring-cloud-tencent/pull/684)
- [fix weight load balancer bug](https://github.com/Tencent/spring-cloud-tencent/pull/704)

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

@ -70,7 +70,7 @@
</developers>
<properties>
<revision>1.8.2-Hoxton.SR12-SNAPSHOT</revision>
<revision>1.8.2-Hoxton.SR12</revision>
<polaris.version>1.9.1</polaris.version>
<logback.version>1.2.11</logback.version>
<mocktio.version>4.5.1</mocktio.version>

Loading…
Cancel
Save