Skip to content

Commit e60603c

Browse files
committed
release 1.2.0
1 parent cd55929 commit e60603c

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
TTL ThreadContextMap For Log4j2
22
===================================
33

4-
[![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)
5-
[![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)
4+
[![Build Status](https://travis-ci.org/oldratlee/log4j2-ttl-thread-context-map.svg?branch=v1.2.0)](https://travis-ci.org/oldratlee/log4j2-ttl-thread-context-map)
5+
[![Coverage Status](https://img.shields.io/codecov/c/github/oldratlee/log4j2-ttl-thread-context-map/v1.2.0.svg)](https://codecov.io/gh/oldratlee/log4j2-ttl-thread-context-map/branch/v1.2.0)
66
[![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)
77
[![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)
88
[![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)
@@ -25,7 +25,7 @@ Dependency
2525
<dependency>
2626
<groupId>com.alibaba</groupId>
2727
<artifactId>log4j2-ttl-thread-context-map</artifactId>
28-
<version>1.1.0</version>
28+
<version>1.2.0</version>
2929
</dependency>
3030
```
3131

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.2.0-SNAPSHOT</version>
7+
<version>1.2.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)