Skip to content

Commit bac9ccd

Browse files
committed
release 1.13.0.
1 parent 38792c1 commit bac9ccd

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
- [feat: support nacos namespace mapping](https://github.com/Tencent/spring-cloud-tencent/pull/1192)
2222
- [fix:fix rule-based router when using RestTemplate.](https://github.com/Tencent/spring-cloud-tencent/pull/1201)
2323
- [fix:fix sct-all wrong spring boot version obtain.](https://github.com/Tencent/spring-cloud-tencent/pull/1205)
24-
- [fix:fix swagger not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1125)
24+
- [fix:fix swagger not working bug.](https://github.com/Tencent/spring-cloud-tencent/pull/1225)

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989

9090
<properties>
9191
<!-- Project revision -->
92-
<revision>1.13.0-2020.0.6-SNAPSHOT</revision>
92+
<revision>1.13.0-2020.0.6</revision>
9393

9494
<!-- Spring Framework -->
9595
<spring.framework.version>5.3.25</spring.framework.version>

spring-cloud-tencent-dependencies/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
</developers>
7171

7272
<properties>
73-
<revision>1.13.0-2020.0.6-SNAPSHOT</revision>
73+
<revision>1.13.0-2020.0.6</revision>
7474

7575
<!-- Dependencies -->
76-
<polaris.version>1.15.0-SNAPSHOT</polaris.version>
76+
<polaris.version>1.15.0</polaris.version>
7777
<guava.version>32.0.1-jre</guava.version>
7878
<logback.version>1.2.13</logback.version>
7979
<springdoc.version>1.7.0</springdoc.version>

0 commit comments

Comments
 (0)