ソースを参照

fix : game-module模块命名规范统一

bilingfeng 1 年間 前
コミット
b544b34de2

+ 1 - 1
game-module/game-module-base/pom.xml

@@ -13,7 +13,7 @@
 
     <dependencies>
         <dependency>
-            <artifactId>game-mybatis</artifactId>
+            <artifactId>game-module-mybatis</artifactId>
             <groupId>com.zanxiang.game</groupId>
             <version>${project.version}</version>
         </dependency>

+ 1 - 1
game-module/game-module-manage/pom.xml

@@ -12,7 +12,7 @@
 
     <dependencies>
         <dependency>
-            <artifactId>game-common</artifactId>
+            <artifactId>game-module-base</artifactId>
             <groupId>com.zanxiang.game</groupId>
             <version>${project.version}</version>
         </dependency>

+ 1 - 1
game-module/game-module-sdk/pom.xml

@@ -12,7 +12,7 @@
 
     <dependencies>
         <dependency>
-            <artifactId>game-common</artifactId>
+            <artifactId>game-module-base</artifactId>
             <groupId>com.zanxiang.game</groupId>
             <version>${project.version}</version>
         </dependency>