Browse Source

任务来源:机场

任务描述:工程名称修改
develop
wubin 1 year ago
parent
commit
fb5a80b1db
5 changed files with 5 additions and 5 deletions
  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 View File

</parent> </parent>


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

+ 1
- 1
tuoheng-admin/pom.xml View File

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

+ 1
- 1
tuoheng-common/pom.xml View File

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

+ 1
- 1
tuoheng-generator/pom.xml View File

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

+ 1
- 1
tuoheng-system/pom.xml View File

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

Loading…
Cancel
Save