改名
This commit is contained in:
38
pom.xml
38
pom.xml
@@ -16,19 +16,19 @@
|
||||
<version>2.9.0</version>
|
||||
</parent>
|
||||
|
||||
<groupId>top.wms</groupId>
|
||||
<artifactId>wms-admin</artifactId>
|
||||
<groupId>top.mes</groupId>
|
||||
<artifactId>mes-admin</artifactId>
|
||||
<version>${revision}</version>
|
||||
<packaging>pom</packaging>
|
||||
<description>园区管理系统</description>
|
||||
<url>https://github.com/wms-org/wms-admin</url>
|
||||
<url>https://github.com/mes-org/mes-admin</url>
|
||||
|
||||
<modules>
|
||||
<module>wms-webapi</module>
|
||||
<module>wms-module-system</module>
|
||||
<module>wms-plugin</module>
|
||||
<module>wms-common</module>
|
||||
<module>wms-extension</module>
|
||||
<module>mes-webapi</module>
|
||||
<module>mes-module-system</module>
|
||||
<module>mes-plugin</module>
|
||||
<module>mes-common</module>
|
||||
<module>mes-extension</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
@@ -41,36 +41,36 @@
|
||||
<dependencies>
|
||||
<!-- API 模块(存放 Controller 层代码,打包部署的模块) -->
|
||||
<dependency>
|
||||
<groupId>top.wms</groupId>
|
||||
<artifactId>wms-webapi</artifactId>
|
||||
<groupId>top.mes</groupId>
|
||||
<artifactId>mes-webapi</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 系统管理模块(存放系统管理模块相关功能,例如:部门管理、角色管理、用户管理等) -->
|
||||
<dependency>
|
||||
<groupId>top.wms</groupId>
|
||||
<artifactId>wms-module-system</artifactId>
|
||||
<groupId>top.mes</groupId>
|
||||
<artifactId>mes-module-system</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 公共模块(存放公共工具类,公共配置等) -->
|
||||
<dependency>
|
||||
<groupId>top.wms</groupId>
|
||||
<artifactId>wms-common</artifactId>
|
||||
<groupId>top.mes</groupId>
|
||||
<artifactId>mes-common</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 任务调度插件(后续会改造为独立插件) -->
|
||||
<dependency>
|
||||
<groupId>top.wms</groupId>
|
||||
<artifactId>wms-plugin-schedule</artifactId>
|
||||
<groupId>top.mes</groupId>
|
||||
<artifactId>mes-plugin-schedule</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
|
||||
<!-- 代码生成器插件(后续会改造为独立插件) -->
|
||||
<dependency>
|
||||
<groupId>top.wms</groupId>
|
||||
<artifactId>wms-plugin-generator</artifactId>
|
||||
<groupId>top.mes</groupId>
|
||||
<artifactId>mes-plugin-generator</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
@@ -202,7 +202,7 @@
|
||||
<properties>
|
||||
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
|
||||
<sonar.organization>charles7c</sonar.organization>
|
||||
<sonar.projectKey>Charles7c_wms-admin</sonar.projectKey>
|
||||
<sonar.projectKey>Charles7c_mes-admin</sonar.projectKey>
|
||||
<sonar.moduleKey>${project.groupId}:${project.artifactId}</sonar.moduleKey>
|
||||
</properties>
|
||||
<activation>
|
||||
|
||||
Reference in New Issue
Block a user