Skip to content

Commit 3387bb9

Browse files
committed
release 1.4.0
1 parent 2ab82c4 commit 3387bb9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# <div align="center">🌳 Log4j2 TTL ThreadContextMap</div>
22

33
<p align="center">
4-
<a href="https://github.com/oldratlee/log4j2-ttl-thread-context-map/actions/workflows/ci.yaml"><img src="https://img.shields.io/github/workflow/status/oldratlee/log4j2-ttl-thread-context-map/CI/master?logo=github&logoColor=white" alt="Github Workflow Build Status"></a>
5-
<a href="https://codecov.io/gh/oldratlee/log4j2-ttl-thread-context-map/branch/master"><img src="https://img.shields.io/codecov/c/github/oldratlee/log4j2-ttl-thread-context-map/master?logo=codecov&logoColor=white" alt="Coverage Status"></a>
4+
<a href="https://github.com/oldratlee/log4j2-ttl-thread-context-map/actions/workflows/ci.yaml"><img src="https://img.shields.io/github/workflow/status/oldratlee/log4j2-ttl-thread-context-map/CI/v1.4.0?logo=github&logoColor=white" alt="Github Workflow Build Status"></a>
5+
<a href="https://codecov.io/gh/oldratlee/log4j2-ttl-thread-context-map/branch/v1.4.0"><img src="https://img.shields.io/codecov/c/github/oldratlee/log4j2-ttl-thread-context-map/v1.4.0?logo=codecov&logoColor=white" alt="Coverage Status"></a>
66
<a href="https://openjdk.java.net/"><img src="https://img.shields.io/badge/Java-6+-green?logo=openjdk&logoColor=white" alt="JDK support"></a>
77
<a href="https://www.apache.org/licenses/LICENSE-2.0.html"><img src="https://img.shields.io/github/license/oldratlee/log4j2-ttl-thread-context-map?color=4D7A97&logo=apache" alt="License"></a>
88
<a href="https://search.maven.org/artifact/com.alibaba/log4j2-ttl-thread-context-map"><img src="https://img.shields.io/maven-central/v/com.alibaba/log4j2-ttl-thread-context-map?color=2d545e&logo=apache-maven&logoColor=white" alt="Maven Central"></a>
@@ -67,7 +67,7 @@ Run Demo Code
6767
<dependency>
6868
<groupId>com.alibaba</groupId>
6969
<artifactId>log4j2-ttl-thread-context-map</artifactId>
70-
<version>1.3.3</version>
70+
<version>1.4.0</version>
7171
<scope>runtime</scope>
7272
</dependency>
7373
```

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.4.0</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)