Skip to content

Commit

Permalink
release 2.0.0.0-2021.0.9-RC1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Oct 30, 2024
1 parent 7b126c6 commit 89060a3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
- [fix: fix lossless deregister failed when no healthcheck configured](https://github.com/Tencent/spring-cloud-tencent/pull/1345)
- [feat:add zero protection.](https://github.com/Tencent/spring-cloud-tencent/pull/1346)
- [fix:fix no registry when lossless is disabled.](https://github.com/Tencent/spring-cloud-tencent/pull/1347)
- [fix:fix the ratelimit bug for 2022](https://github.com/Tencent/spring-cloud-tencent/pull/1348)
- [fix:fix the ratelimit bug for 2021](https://github.com/Tencent/spring-cloud-tencent/pull/1348)
- [feat:add Tencent Cloud TSF support.](https://github.com/Tencent/spring-cloud-tencent/pull/1350)
- [feat:support consul config.](https://github.com/Tencent/spring-cloud-tencent/pull/1352)
- [feat:add trace report support.](https://github.com/Tencent/spring-cloud-tencent/pull/1353)
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

<properties>
<!-- Project revision -->
<revision>2.0.0.0-2021.0.9-SNAPSHOT</revision>
<revision>2.0.0.0-2021.0.9-RC1</revision>

<!-- Spring Framework -->
<spring.framework.version>5.3.31</spring.framework.version>
Expand Down
7 changes: 5 additions & 2 deletions spring-cloud-tencent-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,10 @@

<properties>
<!-- Project revision -->
<revision>2.0.0.0-2021.0.9-SNAPSHOT</revision>
<revision>2.0.0.0-2021.0.9-RC1</revision>

<!-- Polaris SDK version -->
<polaris.version>2.0.0.0-SNAPSHOT</polaris.version>
<polaris.version>2.0.0.0-RC3</polaris.version>

<!-- Dependencies -->
<guava.version>32.0.1-jre</guava.version>
Expand All @@ -88,7 +88,10 @@
<system-stubs-jupiter.version>2.0.2</system-stubs-jupiter.version>

<!-- Maven Plugin Versions -->
<maven-javadoc-plugin.verison>3.3.0</maven-javadoc-plugin.verison>
<maven-source-plugin.version>3.2.0</maven-source-plugin.version>
<flatten-maven-plugin.version>1.3.0</flatten-maven-plugin.version>
<maven-gpg-plugin.version>3.0.1</maven-gpg-plugin.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 89060a3

Please sign in to comment.