Skip to content

Commit 9c6552b

Browse files
committed
! bump version to 2.14.5
1 parent 3c1dfd0 commit 9c6552b

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README-EN.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p align="center">
44
<a href="https://github.com/alibaba/transmittable-thread-local/actions/workflows/ci.yaml"><img src="https://img.shields.io/github/actions/workflow/status/alibaba/transmittable-thread-local/ci.yaml?branch=2.x&logo=github&logoColor=white&label=fast ci" alt="Fast CI"></a>
55
<a href="https://github.com/alibaba/transmittable-thread-local/actions/workflows/ci.yaml"><img src="https://img.shields.io/github/actions/workflow/status/alibaba/transmittable-thread-local/strong_ci.yaml?branch=2.x&logo=github&logoColor=white&label=strong ci" alt="Strong CI"></a>
6-
<a href="https://app.codecov.io/gh/alibaba/transmittable-thread-local/tree/2.x"><img src="https://badgen.net/codecov/c/github/alibaba/transmittable-thread-local/2.x?icon=codecov" alt="Coverage Status"></a>
6+
<a href="https://app.codecov.io/gh/alibaba/transmittable-thread-local/tree/v2.14.5"><img src="https://badgen.net/codecov/c/github/alibaba/transmittable-thread-local/2.x?icon=codecov" alt="Coverage Status"></a>
77
<a href="https://openjdk.java.net/"><img src="https://img.shields.io/badge/Java-6+-339933?logo=openjdk&logoColor=white" alt="JDK support"></a>
88
<a href="https://www.apache.org/licenses/LICENSE-2.0.html"><img src="https://img.shields.io/github/license/alibaba/transmittable-thread-local?color=4D7A97&logo=apache" alt="License"></a>
99
<a href="https://alibaba.github.io/transmittable-thread-local/apidocs/"><img src="https://img.shields.io/github/release/alibaba/transmittable-thread-local?label=javadoc&color=339933&logo=microsoft-academic&logoColor=white" alt="Javadocs"></a>
@@ -299,15 +299,15 @@ More info:
299299

300300
# 🔌 Java API Docs
301301

302-
The current version Java API documentation: <https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.4/index.html>
302+
The current version Java API documentation: <https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.5/index.html>
303303

304304
# 🍪 Maven Dependency
305305

306306
```xml
307307
<dependency>
308308
<groupId>com.alibaba</groupId>
309309
<artifactId>transmittable-thread-local</artifactId>
310-
<version>2.14.4</version>
310+
<version>2.14.5</version>
311311
</dependency>
312312
```
313313

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<p align="center">
44
<a href="https://github.com/alibaba/transmittable-thread-local/actions/workflows/ci.yaml"><img src="https://img.shields.io/github/actions/workflow/status/alibaba/transmittable-thread-local/ci.yaml?branch=2.x&logo=github&logoColor=white&label=fast ci" alt="Fast CI"></a>
55
<a href="https://github.com/alibaba/transmittable-thread-local/actions/workflows/ci.yaml"><img src="https://img.shields.io/github/actions/workflow/status/alibaba/transmittable-thread-local/strong_ci.yaml?branch=2.x&logo=github&logoColor=white&label=strong ci" alt="Strong CI"></a>
6-
<a href="https://app.codecov.io/gh/alibaba/transmittable-thread-local/tree/2.x"><img src="https://badgen.net/codecov/c/github/alibaba/transmittable-thread-local/2.x?icon=codecov" alt="Coverage Status"></a>
6+
<a href="https://app.codecov.io/gh/alibaba/transmittable-thread-local/tree/v2.14.5"><img src="https://badgen.net/codecov/c/github/alibaba/transmittable-thread-local/2.x?icon=codecov" alt="Coverage Status"></a>
77
<a href="https://openjdk.java.net/"><img src="https://img.shields.io/badge/Java-6+-339933?logo=openjdk&logoColor=white" alt="JDK support"></a>
88
<a href="https://www.apache.org/licenses/LICENSE-2.0.html"><img src="https://img.shields.io/github/license/alibaba/transmittable-thread-local?color=4D7A97&logo=apache" alt="License"></a>
99
<a href="https://alibaba.github.io/transmittable-thread-local/apidocs/"><img src="https://img.shields.io/github/release/alibaba/transmittable-thread-local?label=javadoc&color=339933&logo=microsoft-academic&logoColor=white" alt="Javadocs"></a>
@@ -373,7 +373,7 @@ These paths are searched by the bootstrap class loader after the platform specif
373373

374374
# 🔌 Java API Docs
375375

376-
当前版本的Java API文档地址: <https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.4/index.html>
376+
当前版本的Java API文档地址: <https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.5/index.html>
377377

378378
# 🍪 Maven依赖
379379

@@ -383,7 +383,7 @@ These paths are searched by the bootstrap class loader after the platform specif
383383
<dependency>
384384
<groupId>com.alibaba</groupId>
385385
<artifactId>transmittable-thread-local</artifactId>
386-
<version>2.14.4</version>
386+
<version>2.14.5</version>
387387
</dependency>
388388
```
389389

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.alibaba</groupId>
66
<artifactId>transmittable-thread-local</artifactId>
7-
<version>2.x-SNAPSHOT</version>
7+
<version>2.14.5</version>
88
<packaging>jar</packaging>
99
<name>TransmittableThreadLocal(TTL)</name>
1010
<description>

0 commit comments

Comments
 (0)