From 2421ab222448e9db9bba26315c2bd4b7419e7a42 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 14 一月 2025 15:30:27 +0800 Subject: [PATCH] 1 --- se-modules/pom.xml | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/se-modules/pom.xml b/se-modules/pom.xml index 10810c9..4bfb44b 100644 --- a/se-modules/pom.xml +++ b/se-modules/pom.xml @@ -2,17 +2,18 @@ <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>com.ruoyi</groupId> - <artifactId>ruoyi-modules</artifactId> + <groupId>com.se</groupId> + <artifactId>se</artifactId> <version>3.6.4</version> </parent> <modelVersion>4.0.0</modelVersion> <modules> <module>se-system</module> - <module>se-gen</module> + <module>se-docker</module> + <!--<module>se-gen</module> <module>se-job</module> - <module>se-file</module> + <module>se-docker</module>--> </modules> <artifactId>se-modules</artifactId> -- Gitblit v1.9.3