瀏覽代碼

任务来源:机场

任务描述:工程名称修改
develop
wubin 1 年之前
父節點
當前提交
fb5a80b1db
共有 5 個文件被更改,包括 5 次插入5 次删除
  1. +1
    -1
      pom.xml
  2. +1
    -1
      tuoheng-admin/pom.xml
  3. +1
    -1
      tuoheng-common/pom.xml
  4. +1
    -1
      tuoheng-generator/pom.xml
  5. +1
    -1
      tuoheng-system/pom.xml

+ 1
- 1
pom.xml 查看文件

@@ -10,7 +10,7 @@
</parent>

<groupId>com.tuoheng</groupId>
<artifactId>tuoheng</artifactId>
<artifactId>tuoheng_airport_platform</artifactId>
<version>0.0.1-SNAPSHOT</version>
<!--父模块打包类型必须为pom-->
<packaging>pom</packaging>

+ 1
- 1
tuoheng-admin/pom.xml 查看文件

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- 子模块的parent要使用顶层的父模块-->
<parent>
<artifactId>tuoheng</artifactId>
<artifactId>tuoheng_airport_platform</artifactId>
<groupId>com.tuoheng</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>

+ 1
- 1
tuoheng-common/pom.xml 查看文件

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- 子模块的parent要使用顶层的父模块-->
<parent>
<artifactId>tuoheng</artifactId>
<artifactId>tuoheng_airport_platform</artifactId>
<groupId>com.tuoheng</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>

+ 1
- 1
tuoheng-generator/pom.xml 查看文件

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- 子模块的parent要使用顶层的父模块-->
<parent>
<artifactId>tuoheng</artifactId>
<artifactId>tuoheng_airport_platform</artifactId>
<groupId>com.tuoheng</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>

+ 1
- 1
tuoheng-system/pom.xml 查看文件

@@ -4,7 +4,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- 子模块的parent要使用顶层的父模块-->
<parent>
<artifactId>tuoheng</artifactId>
<artifactId>tuoheng_airport_platform</artifactId>
<groupId>com.tuoheng</groupId>
<version>0.0.1-SNAPSHOT</version>
</parent>

Loading…
取消
儲存