Skip to content

Commit

Permalink
1.1.0 Released
Browse files Browse the repository at this point in the history
  • Loading branch information
RealHeart committed May 15, 2022
1 parent 8d51974 commit 7b3d81c
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<modelVersion>4.0.0</modelVersion>

<name>QQBot</name>
<description>QQ Official Bot SDK</description>
<url>https://github.com/xiaoye-bot/qq-official-bot-sdk</url>
<description>QQ Bot SDK</description>
<url>https://github.com/xiaoye-bot/qqbot-sdk</url>
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.5</version>
<version>1.1.0</version>
<modules>
<module>qqbot-common</module>
<module>qqbot-api</module>
Expand Down Expand Up @@ -53,16 +53,16 @@
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<okhttp.version>4.9.3</okhttp.version>
<fastjson.version>1.2.79</fastjson.version>
<websocket.version>1.5.2</websocket.version>
<fastjson.version>1.2.80</fastjson.version>
<websocket.version>1.5.3</websocket.version>
</properties>

<dependencies>
<!-- lombok -->
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.22</version>
<version>1.18.24</version>
<scope>provided</scope>
</dependency>
</dependencies>
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.0.5</version>
<version>1.1.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.0.5</version>
<version>1.1.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.0.5</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions 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.0.5</version>
<version>1.1.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand All @@ -14,7 +14,7 @@
<properties>
<maven.compiler.source>8</maven.compiler.source>
<maven.compiler.target>8</maven.compiler.target>
<logback.version>1.2.10</logback.version>
<logback.version>1.2.11</logback.version>
</properties>

<dependencies>
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.0.5</version>
<version>1.1.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.0.5</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-websocket</artifactId>
<version>1.0.5</version>
<version>1.1.0</version>
</dependency>
<dependency>
<groupId>me.zhenxin</groupId>
<artifactId>qqbot-logging</artifactId>
<version>1.0.5</version>
<version>1.1.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.0.5</version>
<version>1.1.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.0.5</version>
<version>1.1.0</version>
</dependency>
<!-- fastjson -->
<dependency>
Expand Down

0 comments on commit 7b3d81c

Please sign in to comment.