Skip to content

Commit

Permalink
release 1.12.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyeBeFreeman committed Sep 11, 2023
1 parent c4ae035 commit a7c14a2
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-2022.0.2</version>
<version>1.12.0-2022.0.4</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 @@ -80,7 +80,7 @@ For example:
<groupId>com.tencent.cloud</groupId>
<artifactId>spring-cloud-tencent-dependencies</artifactId>
<!--version number-->
<version>1.12.0-2022.0.2</version>
<version>1.12.0-2022.0.4</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 @@ -88,7 +88,7 @@

<properties>
<!-- Project revision -->
<revision>1.12.0-2022.0.2</revision>
<revision>1.12.0-2022.0.4</revision>

<!-- Spring Framework -->
<spring.framework.version>6.0.11</spring.framework.version>
Expand Down
2 changes: 1 addition & 1 deletion spring-cloud-tencent-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@
</developers>

<properties>
<revision>1.12.0-2022.0.2</revision>
<revision>1.12.0-2022.0.4</revision>

<!-- Dependencies -->
<polaris.version>1.14.0</polaris.version>
Expand Down

0 comments on commit a7c14a2

Please sign in to comment.