Skip to content

Commit

Permalink
! bump version to 2.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jul 5, 2023
1 parent 33b3086 commit b8e4ccf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README-EN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<p align="center">
<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" alt="Github Workflow Build Status"></a>
<a href="https://ci.appveyor.com/project/oldratlee/transmittable-thread-local"><img src="https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/2.x?logo=appveyor&logoColor=white" alt="Appveyor Build Status"></a>
<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>
<a href="https://ci.appveyor.com/project/oldratlee/transmittable-thread-local"><img src="https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/v2.14.3?logo=appveyor&logoColor=white" alt="Appveyor Build Status"></a>
<a href="https://app.codecov.io/gh/alibaba/transmittable-thread-local/tree/v2.14.3"><img src="https://badgen.net/codecov/c/github/alibaba/transmittable-thread-local/2.x?icon=codecov" alt="Coverage Status"></a>
<a href="https://codeclimate.com/github/alibaba/transmittable-thread-local/maintainability"><img src="https://img.shields.io/codeclimate/maintainability/alibaba/transmittable-thread-local?logo=codeclimate&logoColor=white" alt="Maintainability"></a>
<a href="https://openjdk.java.net/"><img src="https://img.shields.io/badge/Java-6+-green?logo=openjdk&logoColor=white" alt="JDK support"></a>
<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>
Expand Down Expand Up @@ -300,15 +300,15 @@ More info:

# 🔌 Java API Docs

The current version Java API documentation: <https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.1/index.html>
The current version Java API documentation: <https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.3/index.html>

# 🍪 Maven Dependency

```xml
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.14.2</version>
<version>2.14.3</version>
</dependency>
```

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

<p align="center">
<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" alt="Github Workflow Build Status"></a>
<a href="https://ci.appveyor.com/project/oldratlee/transmittable-thread-local"><img src="https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/2.x?logo=appveyor&logoColor=white" alt="Appveyor Build Status"></a>
<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>
<a href="https://ci.appveyor.com/project/oldratlee/transmittable-thread-local"><img src="https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/v2.14.3?logo=appveyor&logoColor=white" alt="Appveyor Build Status"></a>
<a href="https://app.codecov.io/gh/alibaba/transmittable-thread-local/tree/v2.14.3"><img src="https://badgen.net/codecov/c/github/alibaba/transmittable-thread-local/2.x?icon=codecov" alt="Coverage Status"></a>
<a href="https://codeclimate.com/github/alibaba/transmittable-thread-local/maintainability"><img src="https://img.shields.io/codeclimate/maintainability/alibaba/transmittable-thread-local?logo=codeclimate&logoColor=white" alt="Maintainability"></a>
<a href="https://openjdk.java.net/"><img src="https://img.shields.io/badge/Java-6+-green?logo=openjdk&logoColor=white" alt="JDK support"></a>
<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>
Expand Down Expand Up @@ -374,7 +374,7 @@ These paths are searched by the bootstrap class loader after the platform specif

# 🔌 Java API Docs

当前版本的Java API文档地址: <https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.1/index.html>
当前版本的Java API文档地址: <https://alibaba.github.io/transmittable-thread-local/apidocs/2.14.3/index.html>

# 🍪 Maven依赖

Expand All @@ -384,7 +384,7 @@ These paths are searched by the bootstrap class loader after the platform specif
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.14.2</version>
<version>2.14.3</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.x-SNAPSHOT</version>
<version>2.14.3</version>
<packaging>jar</packaging>
<name>TransmittableThreadLocal(TTL)</name>
<description>
Expand Down

0 comments on commit b8e4ccf

Please sign in to comment.