Skip to content

Commit

Permalink
release v2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oldratlee committed Jun 25, 2017
1 parent 52afae4 commit ae5c825
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README-EN.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Transmittable ThreadLocal(TTL)
=====================================

[![Build Status](https://travis-ci.org/alibaba/transmittable-thread-local.svg?branch=master)](https://travis-ci.org/alibaba/transmittable-thread-local)
[![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)
[![Build Status](https://travis-ci.org/alibaba/transmittable-thread-local.svg?branch=v2.1.1)](https://travis-ci.org/alibaba/transmittable-thread-local)
[![Coverage Status](https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/v2.1.1.svg)](https://codecov.io/gh/alibaba/transmittable-thread-local/branch/v2.1.1)
[![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/)
[![GitHub release](https://img.shields.io/github/release/alibaba/transmittable-thread-local.svg)](https://github.com/alibaba/transmittable-thread-local/releases)
[![Dependency Status](https://www.versioneye.com/user/projects/56c0a36218b271002c699dca/badge.svg)](https://www.versioneye.com/user/projects/56c0a36218b271002c699dca)
Expand Down Expand Up @@ -216,7 +216,7 @@ The current version Java API documentation: <http://alibaba.github.io/transmitta
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Transmittable ThreadLocal(TTL)
=====================================

[![Build Status](https://travis-ci.org/alibaba/transmittable-thread-local.svg?branch=master)](https://travis-ci.org/alibaba/transmittable-thread-local)
[![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)
[![Build Status](https://travis-ci.org/alibaba/transmittable-thread-local.svg?branch=v2.1.1)](https://travis-ci.org/alibaba/transmittable-thread-local)
[![Coverage Status](https://img.shields.io/codecov/c/github/alibaba/transmittable-thread-local/v2.1.1.svg)](https://codecov.io/gh/alibaba/transmittable-thread-local/branch/v2.1.1)
[![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/)
[![GitHub release](https://img.shields.io/github/release/alibaba/transmittable-thread-local.svg)](https://github.com/alibaba/transmittable-thread-local/releases)
[![Dependency Status](https://www.versioneye.com/user/projects/56c0a36218b271002c699dca/badge.svg)](https://www.versioneye.com/user/projects/56c0a36218b271002c699dca)
Expand Down Expand Up @@ -260,7 +260,7 @@ java -Xbootclasspath/a:transmittable-thread-local-2.0.0.jar \
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.1.0</version>
<version>2.1.1</version>
</dependency>
```

Expand Down
3 changes: 2 additions & 1 deletion docs/release-action-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
1. 从master分支新建发布分支
1. 在发布分支上,更新版本号及相关信息
- 更新POM的版本号
- 更新badge的引用,由master分支名改成Tag名
- 更新badge的引用,由master分支名改成Tag名
`sed 's/master/v2.x.x/g' -i README*`
- 更新README中示例Maven依赖的版本
1. 新建并Push Tag,如`v1.2.3`
1. 等待Tag的CI通过 <https://travis-ci.org/alibaba/transmittable-thread-local/builds>
Expand Down
4 changes: 2 additions & 2 deletions 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.1.1-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>jar</packaging>
<name>TransmittableThreadLocal(TTL)</name>
<description>a simple lib for transmitting ThreadLocal value between thread even using thread pool.</description>
Expand Down Expand Up @@ -189,7 +189,7 @@
<encoding>UTF-8</encoding>
<docencoding>UTF-8</docencoding>
<links>
<link>http://docs.oracle.com/javase/7/docs/api</link>
<link>http://docs.oracle.com/javase/8/docs/api</link>
</links>
<overview>src/api/overview.html</overview>
<additionalJOptions>
Expand Down

0 comments on commit ae5c825

Please sign in to comment.