Skip to content

Commit

Permalink
release 1.13.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Feb 7, 2024
1 parent 38792c1 commit bac9ccd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
- [feat: support nacos namespace mapping](https://github.com/Tencent/spring-cloud-tencent/pull/1192)
- [fix:fix rule-based router when using RestTemplate.](https://github.com/Tencent/spring-cloud-tencent/pull/1201)
- [fix:fix sct-all wrong spring boot version obtain.](https://github.com/Tencent/spring-cloud-tencent/pull/1205)
- [fix:fix swagger not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1125)
- [fix:fix swagger not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1225)
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>1.13.0-2020.0.6-SNAPSHOT</revision>
<revision>1.13.0-2020.0.6</revision>

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

<properties>
<revision>1.13.0-2020.0.6-SNAPSHOT</revision>
<revision>1.13.0-2020.0.6</revision>

<!-- Dependencies -->
<polaris.version>1.15.0-SNAPSHOT</polaris.version>
<polaris.version>1.15.0</polaris.version>
<guava.version>32.0.1-jre</guava.version>
<logback.version>1.2.13</logback.version>
<springdoc.version>1.7.0</springdoc.version>
Expand Down

0 comments on commit bac9ccd

Please sign in to comment.