Skip to content

Commit

Permalink
1.2.0 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed Sep 27, 2022
1 parent 2d7e4fb commit b4b209d
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-parent</artifactId>
<packaging>pom</packaging>
<version>1.1.0</version>
<version>1.2.0</version>
<modules>
<module>qqbot-common</module>
<module>qqbot-api</module>
Expand Down
4 changes: 2 additions & 2 deletions qqbot-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>qqbot-parent</artifactId>
<groupId>me.zhenxin</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-common</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<!-- fastjson -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion qqbot-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>qqbot-parent</artifactId>
<groupId>me.zhenxin</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion qqbot-logging/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>qqbot-parent</artifactId>
<groupId>me.zhenxin</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
8 changes: 4 additions & 4 deletions qqbot-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>qqbot-parent</artifactId>
<groupId>me.zhenxin</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,17 +20,17 @@
<dependency>
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-api</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-websocket</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-logging</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions qqbot-websocket/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>qqbot-parent</artifactId>
<groupId>me.zhenxin</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-common</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</dependency>
<!-- fastjson -->
<dependency>
Expand Down

0 comments on commit b4b209d

Please sign in to comment.