From 3a9694c9d449681f62913789b3c0dd0b6bd83e98 Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期五, 16 八月 2024 17:53:17 +0800 Subject: [PATCH] 1 --- se-gateway/pom.xml | 2 +- se-common/pom.xml | 2 +- se-api/pom.xml | 2 +- se-visual/pom.xml | 2 +- se-auth/pom.xml | 2 +- se-modules/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/se-api/pom.xml b/se-api/pom.xml index 7af8777..1cfce0c 100644 --- a/se-api/pom.xml +++ b/se-api/pom.xml @@ -2,7 +2,7 @@ <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.se</groupId> + <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> <version>3.6.4</version> </parent> diff --git a/se-auth/pom.xml b/se-auth/pom.xml index f071fdf..c1e7343 100644 --- a/se-auth/pom.xml +++ b/se-auth/pom.xml @@ -2,7 +2,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>com.se</groupId> + <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> <version>3.6.4</version> </parent> diff --git a/se-common/pom.xml b/se-common/pom.xml index 621207f..684a5cc 100644 --- a/se-common/pom.xml +++ b/se-common/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>com.se</groupId> - <artifactId>se</artifactId> + <artifactId>se-common</artifactId> <version>3.6.4</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/se-gateway/pom.xml b/se-gateway/pom.xml index 8df35bd..7d5f857 100644 --- a/se-gateway/pom.xml +++ b/se-gateway/pom.xml @@ -2,7 +2,7 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> - <groupId>com.se</groupId> + <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> <version>3.6.4</version> </parent> diff --git a/se-modules/pom.xml b/se-modules/pom.xml index 09ae2ca..0c6e533 100644 --- a/se-modules/pom.xml +++ b/se-modules/pom.xml @@ -3,7 +3,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <groupId>com.se</groupId> - <artifactId>se</artifactId> + <artifactId>se-modules</artifactId> <version>3.6.4</version> </parent> <modelVersion>4.0.0</modelVersion> diff --git a/se-visual/pom.xml b/se-visual/pom.xml index 5b551cc..525ed8d 100644 --- a/se-visual/pom.xml +++ b/se-visual/pom.xml @@ -2,7 +2,7 @@ <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.se</groupId> + <groupId>com.ruoyi</groupId> <artifactId>ruoyi</artifactId> <version>3.6.4</version> </parent> -- Gitblit v1.9.3