Skip to content

Commit 3b45f61

Browse files
committed
v4.0.3
1 parent 9699d9e commit 3b45f61

13 files changed

Lines changed: 22 additions & 22 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -90,16 +90,16 @@ Websocket 方法:
9090

9191
项目 | 最新版本 | 描述
9292
-|-|-
93-
[okhttps](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps) | 4.0.2 | OkHttps 核心模块
94-
[okhttps-fastjson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-fastjson) | 4.0.2 | 与 fastjson 集成
95-
[okhttps-fastjson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-fastjson2) | 4.0.2 | 与 fastjson2 集成
96-
[okhttps-fastjson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-fastjson2-jsonb) | 4.0.2 | 与 fastjson2-jsonb 集成
97-
[okhttps-gson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-gson) | 4.0.2 | 与 gson 集成
98-
[okhttps-jackson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-jackson) | 4.0.2 | 与 jackson 集成
99-
[okhttps-jackson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-jackson-xml) | 4.0.2 | 与 jackson-xml 集成
100-
[okhttps-jackson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-jackson-yaml) | 4.0.2 | 与 jackson-yaml 集成
101-
[okhttps-jackson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-snack3) | 4.0.2 | 与 jackson-yaml 集成
102-
[okhttps-stomp](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-stomp) | 4.0.2 | 超级轻量的 Stomp 客户端
93+
[okhttps](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps) | 4.0.3 | OkHttps 核心模块
94+
[okhttps-fastjson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-fastjson) | 4.0.3 | 与 fastjson 集成
95+
[okhttps-fastjson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-fastjson2) | 4.0.3 | 与 fastjson2 集成
96+
[okhttps-fastjson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-fastjson2-jsonb) | 4.0.3 | 与 fastjson2-jsonb 集成
97+
[okhttps-gson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-gson) | 4.0.3 | 与 gson 集成
98+
[okhttps-jackson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-jackson) | 4.0.3 | 与 jackson 集成
99+
[okhttps-jackson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-jackson-xml) | 4.0.3 | 与 jackson-xml 集成
100+
[okhttps-jackson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-jackson-yaml) | 4.0.3 | 与 jackson-yaml 集成
101+
[okhttps-jackson](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-snack3) | 4.0.3 | 与 jackson-yaml 集成
102+
[okhttps-stomp](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-stomp) | 4.0.3 | 超级轻量的 Stomp 客户端
103103
[okhttps-xml](https://gitee.com/troyzhxu/okhttps/tree/dev/okhttps-xml) | 3.5.3 | XML 解析扩展
104104

105105
## 超详细教程,请查看:https://ok.zhxu.cn

okhttps-fastjson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>cn.zhxu</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>4.0.2</version>
11+
<version>4.0.3</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-fastjson2-jsonb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>cn.zhxu</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>4.0.2</version>
11+
<version>4.0.3</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-fastjson2/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>cn.zhxu</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>4.0.2</version>
11+
<version>4.0.3</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-gson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>cn.zhxu</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>4.0.2</version>
11+
<version>4.0.3</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-jackson-xml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>cn.zhxu</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>4.0.2</version>
11+
<version>4.0.3</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-jackson-yaml/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>cn.zhxu</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>4.0.2</version>
11+
<version>4.0.3</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-jackson/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>cn.zhxu</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>4.0.2</version>
11+
<version>4.0.3</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-snack3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>cn.zhxu</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>4.0.2</version>
11+
<version>4.0.3</version>
1212
</parent>
1313

1414
<dependencies>

okhttps-stomp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>cn.zhxu</groupId>
1010
<artifactId>okhttps-parent</artifactId>
11-
<version>4.0.2</version>
11+
<version>4.0.3</version>
1212
</parent>
1313

1414
<dependencies>

0 commit comments

Comments
 (0)