소스 검색

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

bilingfeng 1 년 전
부모
커밋
b544b34de2
3개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      game-module/game-module-base/pom.xml
  2. 1 1
      game-module/game-module-manage/pom.xml
  3. 1 1
      game-module/game-module-sdk/pom.xml

+ 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>