Skip to content

Commit 27297ac

Browse files
committed
🐳 21.29
1 parent 9896469 commit 27297ac

File tree

19 files changed

+66
-40
lines changed

19 files changed

+66
-40
lines changed

common/common-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.28</version>
8+
<version>21.29</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>common-core</artifactId>
14+
<name>common-core for ioGame</name>
1415

1516
<dependencies>
16-
1717
<dependency>
1818
<groupId>com.iohao.game</groupId>
1919
<artifactId>common-kit</artifactId>

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.28</version>";
29+
String internalVersion = "<version>21.29</version>";
3030

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

common/common-kit/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.28</version>
8+
<version>21.29</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>common-kit</artifactId>
14+
<name>common-kit for ioGame</name>
1415

1516
<dependencies>
1617
<dependency>

common/common-micro-kit/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.28</version>
9+
<version>21.29</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>common-micro-kit</artifactId>
14+
<name>common-micro-kit for ioGame</name>
1415

1516
<dependencies>
1617
<dependency>

common/common-validation/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.28</version>
8+
<version>21.29</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>common-validation</artifactId>
14+
<name>common-validation for ioGame</name>
1415

1516
<dependencies>
1617
<dependency>

external/external-core/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.28</version>
9+
<version>21.29</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>external-core</artifactId>
14+
<name>external-core for ioGame</name>
15+
1416
<dependencies>
1517
<dependency>
1618
<groupId>com.iohao.game</groupId>

external/external-netty/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@
66
<parent>
77
<groupId>com.iohao.game</groupId>
88
<artifactId>ioGame</artifactId>
9-
<version>21.28</version>
9+
<version>21.29</version>
1010
<relativePath>../../pom.xml</relativePath>
1111
</parent>
1212

1313
<artifactId>external-netty</artifactId>
14+
<name>external-netty for ioGame</name>
1415

1516
<dependencies>
1617
<dependency>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.28</version>
8+
<version>21.29</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>bolt-broker-server</artifactId>
14+
<name>bolt-broker-server for ioGame</name>
1415

1516
<properties>
1617
<!-- https://mvnrepository.com/artifact/io.scalecube/scalecube-transport-netty -->

net-bolt/bolt-client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,13 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.28</version>
8+
<version>21.29</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>bolt-client</artifactId>
14-
15-
14+
<name>bolt-client for ioGame</name>
1615

1716
<dependencies>
1817
<dependency>

net-bolt/bolt-core/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,13 @@
55
<parent>
66
<artifactId>ioGame</artifactId>
77
<groupId>com.iohao.game</groupId>
8-
<version>21.28</version>
8+
<version>21.29</version>
99
<relativePath>../../pom.xml</relativePath>
1010
</parent>
1111
<modelVersion>4.0.0</modelVersion>
1212

1313
<artifactId>bolt-core</artifactId>
14+
<name>bolt-core for ioGame</name>
1415

1516
<dependencies>
1617
<dependency>

0 commit comments

Comments
 (0)