build: 项目 group id top.charles7c => top.charles7c.continew

This commit is contained in:
2023-11-17 21:56:50 +08:00
parent c34e934bb5
commit 3e23acb3e2
6 changed files with 16 additions and 16 deletions

View File

@@ -20,7 +20,7 @@ limitations under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin</artifactId>
<version>${revision}</version>
</parent>
@@ -58,13 +58,13 @@ limitations under the License.
<!-- 系统监控模块(存放系统监控模块相关功能,例如:日志管理、服务监控等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-monitor</artifactId>
</dependency>
<!-- 系统工具模块(存放系统工具模块相关功能,例如:代码生成、文件管理等) -->
<dependency>
<groupId>top.charles7c</groupId>
<groupId>top.charles7c.continew</groupId>
<artifactId>continew-admin-tool</artifactId>
</dependency>
</dependencies>