Skip to content

Commit

Permalink
! bump version to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jun 16, 2022
1 parent 4655ffc commit 00c14a4
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
@@ -1,8 +1,8 @@
# <div align="center"><a href="#dummy"><img src="docs/logo-blue.png" alt="📌 TransmittableThreadLocal(TTL)"></a></div>

<p align="center">
<a href="https://ci.appveyor.com/project/oldratlee/transmittable-thread-local"><img src="https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/master?logo=appveyor&amp;logoColor=white" alt="Build Status"></a>
<a href="https://codecov.io/gh/alibaba/transmittable-thread-local/branch/master"><img src="https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/master?logo=codecov&amp;logoColor=white" 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.13.0?logo=appveyor&amp;logoColor=white" alt="Build Status"></a>
<a href="https://codecov.io/gh/alibaba/transmittable-thread-local/branch/v2.13.0"><img src="https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/v2.13.0?logo=codecov&amp;logoColor=white" alt="Coverage Status"></a>
<a href="https://codeclimate.com/github/alibaba/transmittable-thread-local/maintainability"><img src="https://api.codeclimate.com/v1/badges/de6af6136e538cf1557c/maintainability" alt="Maintainability"></a>
<a href="https://openjdk.java.net/"><img src="https://img.shields.io/badge/Java-6+-green?logo=java&amp;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" alt="License"></a>
Expand Down Expand Up @@ -297,15 +297,15 @@ More info:

# 🔌 Java API Docs

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

# 🍪 Maven Dependency

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

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# <div align="center"><a href="#dummy"><img src="docs/logo-blue.png" alt="📌 TransmittableThreadLocal(TTL)"></a></div>

<p align="center">
<a href="https://ci.appveyor.com/project/oldratlee/transmittable-thread-local"><img src="https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/master?logo=appveyor&amp;logoColor=white" alt="Build Status"></a>
<a href="https://codecov.io/gh/alibaba/transmittable-thread-local/branch/master"><img src="https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/master?logo=codecov&amp;logoColor=white" 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.13.0?logo=appveyor&amp;logoColor=white" alt="Build Status"></a>
<a href="https://codecov.io/gh/alibaba/transmittable-thread-local/branch/v2.13.0"><img src="https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/v2.13.0?logo=codecov&amp;logoColor=white" alt="Coverage Status"></a>
<a href="https://codeclimate.com/github/alibaba/transmittable-thread-local/maintainability"><img src="https://api.codeclimate.com/v1/badges/de6af6136e538cf1557c/maintainability" alt="Maintainability"></a>
<a href="https://openjdk.java.net/"><img src="https://img.shields.io/badge/Java-6+-green?logo=java&amp;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" alt="License"></a>
Expand Down Expand Up @@ -372,7 +372,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.12.4/index.html>
当前版本的Java API文档地址: <https://alibaba.github.io/transmittable-thread-local/apidocs/2.13.0/index.html>

# 🍪 Maven依赖

Expand All @@ -382,7 +382,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.12.4</version>
<version>2.13.0</version>
</dependency>
```

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

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

0 comments on commit 00c14a4

Please sign in to comment.