From dfd9f99d96ca1c163037f893d10cfb75143d7bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=B8=94=E6=B0=91=E5=B0=8F=E9=95=87?= <262610965@qq.com> Date: Tue, 1 Aug 2023 17:40:09 +0800 Subject: [PATCH] :whale: 17.1.50 --- BACKERS.md | 4 ++-- README.md | 2 +- common/common-core/pom.xml | 2 +- .../java/com/iohao/game/action/skeleton/IoGameVersion.java | 2 +- common/common-kit/pom.xml | 2 +- common/common-validation/pom.xml | 2 +- external/external-core/pom.xml | 2 +- external/external-netty/pom.xml | 2 +- net-bolt/bolt-broker-server/pom.xml | 2 +- net-bolt/bolt-client/pom.xml | 2 +- net-bolt/bolt-core/pom.xml | 2 +- net-bolt/bolt-external/pom.xml | 2 +- net-bolt/bolt-run-one/pom.xml | 2 +- pom.xml | 2 +- run-one/run-one-netty/pom.xml | 2 +- widget/light-client/pom.xml | 2 +- widget/light-domain-event/pom.xml | 2 +- widget/light-game-room/pom.xml | 2 +- widget/light-jprotobuf/pom.xml | 2 +- widget/light-log/pom.xml | 2 +- widget/light-profile/pom.xml | 2 +- widget/light-redis-lock-spring-boot-starter/pom.xml | 2 +- widget/light-redis-lock/pom.xml | 2 +- widget/light-timer-task/pom.xml | 2 +- widget/other-tool/pom.xml | 2 +- 25 files changed, 26 insertions(+), 26 deletions(-) diff --git a/BACKERS.md b/BACKERS.md index c6a4258cc..c2a578abb 100644 --- a/BACKERS.md +++ b/BACKERS.md @@ -16,8 +16,8 @@ | ------------- | -------------------------------- | | 7个小星星 | 赵少 | | 3个小星星 | Lei Ante | -| 2个小星星 | 张松林 | -| 1个小星星 | -晖 | +| 2个小星星 | 张松林、-辉 | +| 1个小星星 | -晖、Bill | diff --git a/README.md b/README.md index 6a4418b70..2e3b33c91 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ ioGame 是轻量级的网络游戏服务器框架,ioGame 没有中间件的强 com.iohao.game run-one-netty - 17.1.49 + 17.1.50 ``` diff --git a/common/common-core/pom.xml b/common/common-core/pom.xml index 7ee27d5da..4abb05d4e 100644 --- a/common/common-core/pom.xml +++ b/common/common-core/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/common/common-core/src/main/java/com/iohao/game/action/skeleton/IoGameVersion.java b/common/common-core/src/main/java/com/iohao/game/action/skeleton/IoGameVersion.java index 6c000f1f8..3767ad167 100644 --- a/common/common-core/src/main/java/com/iohao/game/action/skeleton/IoGameVersion.java +++ b/common/common-core/src/main/java/com/iohao/game/action/skeleton/IoGameVersion.java @@ -26,7 +26,7 @@ public final class IoGameVersion { public static final String VERSION; static { - String internalVersion = "17.1.49"; + String internalVersion = "17.1.50"; VERSION = internalVersion .replace("", "") diff --git a/common/common-kit/pom.xml b/common/common-kit/pom.xml index 3fadc975b..45278e626 100644 --- a/common/common-kit/pom.xml +++ b/common/common-kit/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/common/common-validation/pom.xml b/common/common-validation/pom.xml index 2d7b5c803..546676bfb 100644 --- a/common/common-validation/pom.xml +++ b/common/common-validation/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/external/external-core/pom.xml b/external/external-core/pom.xml index 88e8e310e..e9649ad59 100644 --- a/external/external-core/pom.xml +++ b/external/external-core/pom.xml @@ -6,7 +6,7 @@ com.iohao.game ioGame - 17.1.49 + 17.1.50 ../../pom.xml diff --git a/external/external-netty/pom.xml b/external/external-netty/pom.xml index adde2038d..e30eeb442 100644 --- a/external/external-netty/pom.xml +++ b/external/external-netty/pom.xml @@ -6,7 +6,7 @@ com.iohao.game ioGame - 17.1.49 + 17.1.50 ../../pom.xml diff --git a/net-bolt/bolt-broker-server/pom.xml b/net-bolt/bolt-broker-server/pom.xml index 101b560be..75cd3cb30 100644 --- a/net-bolt/bolt-broker-server/pom.xml +++ b/net-bolt/bolt-broker-server/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/net-bolt/bolt-client/pom.xml b/net-bolt/bolt-client/pom.xml index 88747cb2f..827d72129 100644 --- a/net-bolt/bolt-client/pom.xml +++ b/net-bolt/bolt-client/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/net-bolt/bolt-core/pom.xml b/net-bolt/bolt-core/pom.xml index 30d4778a7..84b132ed1 100644 --- a/net-bolt/bolt-core/pom.xml +++ b/net-bolt/bolt-core/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/net-bolt/bolt-external/pom.xml b/net-bolt/bolt-external/pom.xml index 177301b83..1cc5bb584 100644 --- a/net-bolt/bolt-external/pom.xml +++ b/net-bolt/bolt-external/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/net-bolt/bolt-run-one/pom.xml b/net-bolt/bolt-run-one/pom.xml index 023c06686..2d873c843 100644 --- a/net-bolt/bolt-run-one/pom.xml +++ b/net-bolt/bolt-run-one/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index bd823889d..34d6e6f8d 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ com.iohao.game ioGame - 17.1.49 + 17.1.50 ioGame ioGame 网络游戏服务器框架 http://game.iohao.com diff --git a/run-one/run-one-netty/pom.xml b/run-one/run-one-netty/pom.xml index df765baee..32eb22e87 100644 --- a/run-one/run-one-netty/pom.xml +++ b/run-one/run-one-netty/pom.xml @@ -6,7 +6,7 @@ com.iohao.game ioGame - 17.1.49 + 17.1.50 ../../pom.xml diff --git a/widget/light-client/pom.xml b/widget/light-client/pom.xml index 55fbcf0bf..f39311cc9 100644 --- a/widget/light-client/pom.xml +++ b/widget/light-client/pom.xml @@ -6,7 +6,7 @@ com.iohao.game ioGame - 17.1.49 + 17.1.50 ../../pom.xml diff --git a/widget/light-domain-event/pom.xml b/widget/light-domain-event/pom.xml index e7a534996..dff022cd5 100644 --- a/widget/light-domain-event/pom.xml +++ b/widget/light-domain-event/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/widget/light-game-room/pom.xml b/widget/light-game-room/pom.xml index 37d552f38..195451581 100644 --- a/widget/light-game-room/pom.xml +++ b/widget/light-game-room/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/widget/light-jprotobuf/pom.xml b/widget/light-jprotobuf/pom.xml index 228ccc84b..ffeae1f79 100644 --- a/widget/light-jprotobuf/pom.xml +++ b/widget/light-jprotobuf/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/widget/light-log/pom.xml b/widget/light-log/pom.xml index df92b091f..e69f68862 100644 --- a/widget/light-log/pom.xml +++ b/widget/light-log/pom.xml @@ -6,7 +6,7 @@ com.iohao.game ioGame - 17.1.49 + 17.1.50 ../../pom.xml diff --git a/widget/light-profile/pom.xml b/widget/light-profile/pom.xml index a145c7c3b..88c35f84c 100644 --- a/widget/light-profile/pom.xml +++ b/widget/light-profile/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/widget/light-redis-lock-spring-boot-starter/pom.xml b/widget/light-redis-lock-spring-boot-starter/pom.xml index 968e4464b..189c2d573 100644 --- a/widget/light-redis-lock-spring-boot-starter/pom.xml +++ b/widget/light-redis-lock-spring-boot-starter/pom.xml @@ -8,7 +8,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml diff --git a/widget/light-redis-lock/pom.xml b/widget/light-redis-lock/pom.xml index 6fa52cb25..fac44d48c 100644 --- a/widget/light-redis-lock/pom.xml +++ b/widget/light-redis-lock/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/widget/light-timer-task/pom.xml b/widget/light-timer-task/pom.xml index 9c405d52e..78154ee0f 100644 --- a/widget/light-timer-task/pom.xml +++ b/widget/light-timer-task/pom.xml @@ -5,7 +5,7 @@ ioGame com.iohao.game - 17.1.49 + 17.1.50 ../../pom.xml 4.0.0 diff --git a/widget/other-tool/pom.xml b/widget/other-tool/pom.xml index 1eea68e8a..bd07cd9a1 100644 --- a/widget/other-tool/pom.xml +++ b/widget/other-tool/pom.xml @@ -6,7 +6,7 @@ com.iohao.game ioGame - 17.1.49 + 17.1.50 ../../pom.xml