Skip to content

Commit

Permalink
release 1.12.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Sep 12, 2023
1 parent 83745dd commit 6874d5e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ Spring Cloud Tencent 所有组件都已上传到 Maven 中央仓库,只需要
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.12.0-Hoxton.SR12</version>
<version>1.12.1-Hoxton.SR12</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ For example:
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.12.0-Hoxton.SR12</version>
<version>1.12.1-Hoxton.SR12</version>
<type>pom</type>
<scope>import</scope>
</dependency>
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>1.12.0-Hoxton.SR12</revision>
<revision>1.12.1-Hoxton.SR12</revision>

<!-- Spring Framework -->
<spring.framework.version>5.2.25.RELEASE</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.12.0-Hoxton.SR12</revision>
<revision>1.12.1-Hoxton.SR12</revision>

<!-- Dependencies -->
<polaris.version>1.14.0</polaris.version>
<polaris.version>1.14.1</polaris.version>
<guava.version>32.0.1-jre</guava.version>
<logback.version>1.2.11</logback.version>
<mocktio.version>4.5.1</mocktio.version>
Expand Down

0 comments on commit 6874d5e

Please sign in to comment.