File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
Transmittable ThreadLocal(TTL)
2
2
=====================================
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/alibaba/transmittable-thread-local.svg?branch=master )] ( https://travis-ci.org/alibaba/transmittable-thread-local )
5
- [ ![ JDK6 Build Status] ( https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/master .svg?label=jdk6%20build )] ( https://ci.appveyor.com/project/oldratlee/transmittable-thread-local )
6
- [ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/master. svg )] ( https://codecov.io/gh/alibaba/transmittable-thread-local/branch/master )
4
+ [ ![ Build Status] ( https://travis-ci.org/alibaba/transmittable-thread-local.svg?branch=v2.2.0 )] ( https://travis-ci.org/alibaba/transmittable-thread-local )
5
+ [ ![ JDK6 Build Status] ( https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/v2.2.0 .svg?label=jdk6%20build )] ( https://ci.appveyor.com/project/oldratlee/transmittable-thread-local )
6
+ [ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/v2.2.0. svg )] ( https://codecov.io/gh/alibaba/transmittable-thread-local/branch/v2.2.0 )
7
7
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.alibaba/transmittable-thread-local/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.alibaba/transmittable-thread-local/ )
8
8
[ ![ GitHub release] ( https://img.shields.io/github/release/alibaba/transmittable-thread-local.svg )] ( https://github.com/alibaba/transmittable-thread-local/releases )
9
9
[ ![ Dependency Status] ( https://www.versioneye.com/user/projects/56c0a36218b271002c699dca/badge.svg )] ( https://www.versioneye.com/user/projects/56c0a36218b271002c699dca )
@@ -217,7 +217,7 @@ The current version Java API documentation: <http://alibaba.github.io/transmitta
217
217
<dependency >
218
218
<groupId >com.alibaba</groupId >
219
219
<artifactId >transmittable-thread-local</artifactId >
220
- <version >2.1.1 </version >
220
+ <version >2.2.0 </version >
221
221
</dependency >
222
222
```
223
223
Original file line number Diff line number Diff line change 1
1
Transmittable ThreadLocal(TTL)
2
2
=====================================
3
3
4
- [ ![ Build Status] ( https://travis-ci.org/alibaba/transmittable-thread-local.svg?branch=master )] ( https://travis-ci.org/alibaba/transmittable-thread-local )
5
- [ ![ JDK6 Build Status] ( https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/master .svg?label=jdk6%20build )] ( https://ci.appveyor.com/project/oldratlee/transmittable-thread-local )
6
- [ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/master. svg )] ( https://codecov.io/gh/alibaba/transmittable-thread-local/branch/master )
4
+ [ ![ Build Status] ( https://travis-ci.org/alibaba/transmittable-thread-local.svg?branch=v2.2.0 )] ( https://travis-ci.org/alibaba/transmittable-thread-local )
5
+ [ ![ JDK6 Build Status] ( https://img.shields.io/appveyor/ci/oldratlee/transmittable-thread-local/v2.2.0 .svg?label=jdk6%20build )] ( https://ci.appveyor.com/project/oldratlee/transmittable-thread-local )
6
+ [ ![ Coverage Status] ( https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/v2.2.0. svg )] ( https://codecov.io/gh/alibaba/transmittable-thread-local/branch/v2.2.0 )
7
7
[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/com.alibaba/transmittable-thread-local/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/com.alibaba/transmittable-thread-local/ )
8
8
[ ![ GitHub release] ( https://img.shields.io/github/release/alibaba/transmittable-thread-local.svg )] ( https://github.com/alibaba/transmittable-thread-local/releases )
9
9
[ ![ Dependency Status] ( https://www.versioneye.com/user/projects/56c0a36218b271002c699dca/badge.svg )] ( https://www.versioneye.com/user/projects/56c0a36218b271002c699dca )
@@ -261,7 +261,7 @@ java -Xbootclasspath/a:transmittable-thread-local-2.0.0.jar \
261
261
<dependency >
262
262
<groupId >com.alibaba</groupId >
263
263
<artifactId >transmittable-thread-local</artifactId >
264
- <version >2.1.1 </version >
264
+ <version >2.2.0 </version >
265
265
</dependency >
266
266
```
267
267
Original file line number Diff line number Diff line change 5
5
6
6
<groupId >com.alibaba</groupId >
7
7
<artifactId >transmittable-thread-local</artifactId >
8
- <version >2.2.0-SNAPSHOT </version >
8
+ <version >2.2.0</version >
9
9
<packaging >jar</packaging >
10
10
<name >TransmittableThreadLocal(TTL)</name >
11
11
<description >a simple lib for transmitting ThreadLocal value between thread even using thread pool.</description >
You can’t perform that action at this time.
0 commit comments