Skip to content
This repository was archived by the owner on Nov 11, 2025. It is now read-only.

Commit 7b3d81c

Browse files
committed
1.1.0 Released
1 parent 8d51974 commit 7b3d81c

File tree

6 files changed

+17
-17
lines changed

6 files changed

+17
-17
lines changed

pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<modelVersion>4.0.0</modelVersion>
66

77
<name>QQBot</name>
8-
<description>QQ Official Bot SDK</description>
9-
<url>https://github.com/xiaoye-bot/qq-official-bot-sdk</url>
8+
<description>QQ Bot SDK</description>
9+
<url>https://github.com/xiaoye-bot/qqbot-sdk</url>
1010
<groupId>me.zhenxin</groupId>
1111
<artifactId>qqbot-parent</artifactId>
1212
<packaging>pom</packaging>
13-
<version>1.0.5</version>
13+
<version>1.1.0</version>
1414
<modules>
1515
<module>qqbot-common</module>
1616
<module>qqbot-api</module>
@@ -53,16 +53,16 @@
5353
<maven.compiler.source>8</maven.compiler.source>
5454
<maven.compiler.target>8</maven.compiler.target>
5555
<okhttp.version>4.9.3</okhttp.version>
56-
<fastjson.version>1.2.79</fastjson.version>
57-
<websocket.version>1.5.2</websocket.version>
56+
<fastjson.version>1.2.80</fastjson.version>
57+
<websocket.version>1.5.3</websocket.version>
5858
</properties>
5959

6060
<dependencies>
6161
<!-- lombok -->
6262
<dependency>
6363
<groupId>org.projectlombok</groupId>
6464
<artifactId>lombok</artifactId>
65-
<version>1.18.22</version>
65+
<version>1.18.24</version>
6666
<scope>provided</scope>
6767
</dependency>
6868
</dependencies>

qqbot-api/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>qqbot-parent</artifactId>
77
<groupId>me.zhenxin</groupId>
8-
<version>1.0.5</version>
8+
<version>1.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>me.zhenxin</groupId>
2222
<artifactId>qqbot-common</artifactId>
23-
<version>1.0.5</version>
23+
<version>1.1.0</version>
2424
</dependency>
2525
<!-- fastjson -->
2626
<dependency>

qqbot-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>qqbot-parent</artifactId>
77
<groupId>me.zhenxin</groupId>
8-
<version>1.0.5</version>
8+
<version>1.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

qqbot-logging/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>qqbot-parent</artifactId>
77
<groupId>me.zhenxin</groupId>
8-
<version>1.0.5</version>
8+
<version>1.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -14,7 +14,7 @@
1414
<properties>
1515
<maven.compiler.source>8</maven.compiler.source>
1616
<maven.compiler.target>8</maven.compiler.target>
17-
<logback.version>1.2.10</logback.version>
17+
<logback.version>1.2.11</logback.version>
1818
</properties>
1919

2020
<dependencies>

qqbot-sdk/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>qqbot-parent</artifactId>
77
<groupId>me.zhenxin</groupId>
8-
<version>1.0.5</version>
8+
<version>1.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,17 +20,17 @@
2020
<dependency>
2121
<groupId>me.zhenxin</groupId>
2222
<artifactId>qqbot-api</artifactId>
23-
<version>1.0.5</version>
23+
<version>1.1.0</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>me.zhenxin</groupId>
2727
<artifactId>qqbot-websocket</artifactId>
28-
<version>1.0.5</version>
28+
<version>1.1.0</version>
2929
</dependency>
3030
<dependency>
3131
<groupId>me.zhenxin</groupId>
3232
<artifactId>qqbot-logging</artifactId>
33-
<version>1.0.5</version>
33+
<version>1.1.0</version>
3434
</dependency>
3535
</dependencies>
3636

qqbot-websocket/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>qqbot-parent</artifactId>
77
<groupId>me.zhenxin</groupId>
8-
<version>1.0.5</version>
8+
<version>1.1.0</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>me.zhenxin</groupId>
2222
<artifactId>qqbot-common</artifactId>
23-
<version>1.0.5</version>
23+
<version>1.1.0</version>
2424
</dependency>
2525
<!-- fastjson -->
2626
<dependency>

0 commit comments

Comments
 (0)