Skip to content

Commit 2afd78b

Browse files
committed
release 1.3.2
1 parent df1e1f8 commit 2afd78b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# 🌳 Log4j2 TTL ThreadContextMap 🌳
22

3-
[![Build Status](https://travis-ci.org/oldratlee/log4j2-ttl-thread-context-map.svg?branch=master)](https://travis-ci.org/oldratlee/log4j2-ttl-thread-context-map)
4-
[![Coverage Status](https://img.shields.io/codecov/c/github/oldratlee/log4j2-ttl-thread-context-map/master.svg)](https://codecov.io/gh/oldratlee/log4j2-ttl-thread-context-map/branch/master)
3+
[![Build Status](https://travis-ci.org/oldratlee/log4j2-ttl-thread-context-map.svg?branch=v1.3.2)](https://travis-ci.org/oldratlee/log4j2-ttl-thread-context-map)
4+
[![Coverage Status](https://img.shields.io/codecov/c/github/oldratlee/log4j2-ttl-thread-context-map/v1.3.2.svg)](https://codecov.io/gh/oldratlee/log4j2-ttl-thread-context-map/branch/v1.3.2)
55
[![Maven Central](https://img.shields.io/maven-central/v/com.alibaba/log4j2-ttl-thread-context-map.svg)](http://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.alibaba%22%20AND%20a%3A%22log4j2-ttl-thread-context-map%22)
66
[![GitHub release](https://img.shields.io/github/release/oldratlee/log4j2-ttl-thread-context-map.svg)](https://github.com/oldratlee/log4j2-ttl-thread-context-map/releases)
77
[![GitHub issues](https://img.shields.io/github/issues/oldratlee/log4j2-ttl-thread-context-map.svg)](https://github.com/oldratlee/log4j2-ttl-thread-context-map/issues)
@@ -27,7 +27,7 @@
2727

2828
👉 Enable the transmitting `Log4j2` `ThreadContext`(`ThreadLocal` value) between threads even using thread pooling components by [Transmittable ThreadLocal(`TTL`)](https://github.com/alibaba/transmittable-thread-local).
2929

30-
Tested and support all `log4j2` version(`2.0` ~ `2.12`) and `java` version 6 ~ 13.
30+
Tested and support all `log4j2` version(`2.0` ~ `2.13`) and `java` version 6 ~ 13.
3131

3232
# 👥 Usage
3333

@@ -58,7 +58,7 @@ Run Demo Code
5858
<dependency>
5959
<groupId>com.alibaba</groupId>
6060
<artifactId>log4j2-ttl-thread-context-map</artifactId>
61-
<version>1.3.1</version>
61+
<version>1.3.2</version>
6262
<scope>runtime</scope>
6363
</dependency>
6464
```

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>log4j2-ttl-thread-context-map</artifactId>
7-
<version>1.4.0-SNAPSHOT</version>
7+
<version>1.3.2</version>
88
<packaging>jar</packaging>
99
<name>TTL Thread Context Map for Log4j2</name>
1010
<description>TTL Thread Context Map for Log4j2</description>

0 commit comments

Comments
 (0)