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

Commit 0591a9b

Browse files
committed
1.0.3 Released
1 parent ab64b33 commit 0591a9b

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<groupId>me.zhenxin</groupId>
1111
<artifactId>qqbot-parent</artifactId>
1212
<packaging>pom</packaging>
13-
<version>1.0.2</version>
13+
<version>1.0.3</version>
1414
<modules>
1515
<module>qqbot-common</module>
1616
<module>qqbot-api</module>

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.2</version>
8+
<version>1.0.3</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.2</version>
23+
<version>1.0.3</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.2</version>
8+
<version>1.0.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

qqbot-sdk/pom.xml

Lines changed: 3 additions & 3 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.2</version>
8+
<version>1.0.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -21,7 +21,7 @@
2121
<dependency>
2222
<groupId>me.zhenxin</groupId>
2323
<artifactId>qqbot-api</artifactId>
24-
<version>1.0.2</version>
24+
<version>1.0.3</version>
2525
</dependency>
2626
<!-- logback -->
2727
<dependency>
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>me.zhenxin</groupId>
3434
<artifactId>qqbot-websocket</artifactId>
35-
<version>1.0.2</version>
35+
<version>1.0.3</version>
3636
<scope>compile</scope>
3737
</dependency>
3838
</dependencies>

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.2</version>
8+
<version>1.0.3</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.2</version>
23+
<version>1.0.3</version>
2424
</dependency>
2525
<!-- fastjson -->
2626
<dependency>

0 commit comments

Comments
 (0)