Skip to content

Commit 4fa8454

Browse files
committed
🐳 21.14
1 parent 08ae91a commit 4fa8454

File tree

22 files changed

+22
-22
lines changed

22 files changed

+22
-22
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ ioGame 是轻量级的网络编程框架,**不依赖任何第三方**中间件
210210
<dependency>
211211
<groupId>com.iohao.game</groupId>
212212
<artifactId>run-one-netty</artifactId>
213-
<version>21.13</version>
213+
<version>21.14</version>
214214
</dependency>
215215
```
216216

common/common-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.13</version>
8+
<version>21.14</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

common/common-core/src/main/java/com/iohao/game/action/skeleton/IoGameVersion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public final class IoGameVersion {
2626
public static final String VERSION;
2727

2828
static {
29-
String internalVersion = "<version>21.13</version>";
29+
String internalVersion = "<version>21.14</version>";
3030

3131
VERSION = internalVersion
3232
.replace("<version>", "")

common/common-kit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.13</version>
8+
<version>21.14</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

common/common-micro-kit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.13</version>
9+
<version>21.14</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

common/common-validation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.13</version>
8+
<version>21.14</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

external/external-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.13</version>
9+
<version>21.14</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

external/external-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.13</version>
9+
<version>21.14</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

net-bolt/bolt-broker-server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.13</version>
8+
<version>21.14</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

net-bolt/bolt-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.13</version>
8+
<version>21.14</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)