提交 397f3dc4 编写于 作者: oldratlee's avatar oldratlee 🔥

update dev version to 2.11.0-SNAPSHOT

上级 1ae5eafd
......@@ -248,7 +248,7 @@ The current version Java API documentation: <https://alibaba.github.io/transmitt
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.10.1</version>
<version>2.10.2</version>
</dependency>
```
......
......@@ -290,7 +290,7 @@ java -javaagent:path/to/ttl-foo-name-changed.jar \
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.10.1</version>
<version>2.10.2</version>
</dependency>
```
......
......@@ -13,7 +13,7 @@
- `javadoc` badge 添加版本
- 示例Maven依赖的版本
- 更新JavaDoc链接到固定版本
http://alibaba.github.io/transmittable-thread-local/apidocs/2.x.x/index.html
https://alibaba.github.io/transmittable-thread-local/apidocs/2.x.x/index.html
2. 新建并Push Tag,如`v2.x.x`
- `git tag -m 'release v2.x.x' v2.x.x`
- `git push origin v2.x.x`
......
......@@ -5,7 +5,7 @@
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.10.2-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>TransmittableThreadLocal(TTL)</name>
<description>
......
......@@ -5,7 +5,7 @@
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.10.2-SNAPSHOT</version>
<version>2.11.0-SNAPSHOT</version>
<packaging>jar</packaging>
<name>TransmittableThreadLocal(TTL)</name>
<description>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册