Skip to content

Commit 8c44681

Browse files
author
Peng Hu
committed
remove c
1 parent 91880fa commit 8c44681

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

59 files changed

+20
-3753
lines changed

game-cluster/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>g-engine-server</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>3.1.0</version>
8+
<version>3.1.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>info.xiaomo</groupId>
2222
<artifactId>g-engine</artifactId>
23-
<version>3.1.0</version>
23+
<version>3.1.3</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>info.xiaomo</groupId>
2727
<artifactId>game-protocol</artifactId>
28-
<version>3.1.0</version>
28+
<version>3.1.3</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
</dependencies>

game-gate/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>g-engine-server</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>3.1.0</version>
8+
<version>3.1.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>info.xiaomo</groupId>
2222
<artifactId>g-engine</artifactId>
23-
<version>3.1.0</version>
23+
<version>3.1.3</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>info.xiaomo</groupId>
2727
<artifactId>game-protocol</artifactId>
28-
<version>3.1.0</version>
28+
<version>3.1.3</version>
2929
<scope>compile</scope>
3030
</dependency>
3131
</dependencies>

game-hall/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>g-engine-server</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>3.1.0</version>
8+
<version>3.1.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,12 +20,12 @@
2020
<dependency>
2121
<groupId>info.xiaomo</groupId>
2222
<artifactId>game-protocol</artifactId>
23-
<version>3.1.0</version>
23+
<version>3.1.3</version>
2424
</dependency>
2525
<dependency>
2626
<groupId>info.xiaomo</groupId>
2727
<artifactId>g-engine</artifactId>
28-
<version>3.1.0</version>
28+
<version>3.1.3</version>
2929
</dependency>
3030
</dependencies>
3131

game-log/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>g-engine-server</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>3.1.0</version>
8+
<version>3.1.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

game-protocol/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>g-engine-server</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>3.1.0</version>
8+
<version>3.1.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>info.xiaomo</groupId>
2222
<artifactId>g-engine</artifactId>
23-
<version>3.1.0</version>
23+
<version>3.1.3</version>
2424
</dependency>
2525
</dependencies>
2626

game-server/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>g-engine-server</artifactId>
77
<groupId>info.xiaomo</groupId>
8-
<version>3.1.0</version>
8+
<version>3.1.3</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111

@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>info.xiaomo</groupId>
1818
<artifactId>g-engine</artifactId>
19-
<version>3.1.0</version>
19+
<version>3.1.3</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.projectlombok</groupId>

game-server/src/main/java/info/xiaomo/server/GameServerBootstrap.java

Lines changed: 0 additions & 48 deletions
This file was deleted.

game-server/src/main/java/info/xiaomo/server/back/BackManager.java

Lines changed: 0 additions & 50 deletions
This file was deleted.

game-server/src/main/java/info/xiaomo/server/back/BackMessageAndHandler.java

Lines changed: 0 additions & 63 deletions
This file was deleted.

game-server/src/main/java/info/xiaomo/server/back/BackMessageRouter.java

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)