提交 66af30c9 编写于 作者: oldratlee's avatar oldratlee 🔥

update dev version to 2.10.2-SNAPSHOT

上级 dbf17278
......@@ -240,7 +240,7 @@ to start demo of "Use Java Agent to decorate thread pool implementation class".
# 🔌 Java API Docs
The current version Java API documentation: <http://alibaba.github.io/transmittable-thread-local/apidocs/>
The current version Java API documentation: <https://alibaba.github.io/transmittable-thread-local/apidocs/>
# 🍪 Maven dependency
......@@ -248,7 +248,7 @@ The current version Java API documentation: <http://alibaba.github.io/transmitta
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.10.0</version>
<version>2.10.1</version>
</dependency>
```
......
......@@ -280,7 +280,7 @@ java -javaagent:path/to/ttl-foo-name-changed.jar \
# 🔌 Java API Docs
当前版本的Java API文档地址: <http://alibaba.github.io/transmittable-thread-local/apidocs/>
当前版本的Java API文档地址: <https://alibaba.github.io/transmittable-thread-local/apidocs/>
# 🍪 Maven依赖
......@@ -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.0</version>
<version>2.10.1</version>
</dependency>
```
......
......@@ -5,7 +5,7 @@
<groupId>com.alibaba</groupId>
<artifactId>transmittable-thread-local</artifactId>
<version>2.10.1-SNAPSHOT</version>
<version>2.10.2-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.1-SNAPSHOT</version>
<version>2.10.2-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.
先完成此消息的编辑!
想要评论请 注册