From 3216b048e9455d0683c8365b471b142c980a9fee Mon Sep 17 00:00:00 2001
From: 13693261870 <252740454@qq.com>
Date: 星期五, 16 八月 2024 18:05:02 +0800
Subject: [PATCH] 1

---
 se-visual/se-monitor/pom.xml           |    2 +-
 se-common/se-common-core/pom.xml       |    2 +-
 se-modules/se-gen/pom.xml              |    2 +-
 se-common/se-common-security/pom.xml   |    2 +-
 se-common/se-common-log/pom.xml        |    2 +-
 pom.xml                                |    6 +++---
 se-common/se-common-redis/pom.xml      |    2 +-
 se-modules/se-system/pom.xml           |    2 +-
 se-common/se-common-datasource/pom.xml |    2 +-
 se-common/se-common-datascope/pom.xml  |    2 +-
 se-gateway/pom.xml                     |    4 ++--
 se-modules/se-job/pom.xml              |    2 +-
 se-common/pom.xml                      |    2 +-
 se-modules/se-file/pom.xml             |    2 +-
 se-api/pom.xml                         |    4 ++--
 se-visual/pom.xml                      |    4 ++--
 se-auth/pom.xml                        |    4 ++--
 se-common/se-common-sensitive/pom.xml  |    2 +-
 se-modules/pom.xml                     |    2 +-
 19 files changed, 25 insertions(+), 25 deletions(-)

diff --git a/pom.xml b/pom.xml
index 448589c..28981e0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,11 +4,11 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>com.ruoyi</groupId>
-    <artifactId>ruoyi</artifactId>
+    <groupId>com.se</groupId>
+    <artifactId>se</artifactId>
     <version>3.6.4</version>
 
-    <name>ruoyi</name>
+    <name>se</name>
     <description>寰湇鍔$郴缁�</description>
 
     <properties>
diff --git a/se-api/pom.xml b/se-api/pom.xml
index 1cfce0c..082d6a5 100644
--- a/se-api/pom.xml
+++ b/se-api/pom.xml
@@ -2,8 +2,8 @@
 <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</artifactId>
+        <groupId>com.se</groupId>
+        <artifactId>se</artifactId>
         <version>3.6.4</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/se-auth/pom.xml b/se-auth/pom.xml
index c1e7343..74e7bc8 100644
--- a/se-auth/pom.xml
+++ b/se-auth/pom.xml
@@ -2,8 +2,8 @@
          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.ruoyi</groupId>
-        <artifactId>ruoyi</artifactId>
+        <groupId>com.se</groupId>
+        <artifactId>se</artifactId>
         <version>3.6.4</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/se-common/pom.xml b/se-common/pom.xml
index 38964fe..5b095fe 100644
--- a/se-common/pom.xml
+++ b/se-common/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.ruoyi</groupId>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-common</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-common/se-common-core/pom.xml b/se-common/se-common-core/pom.xml
index a93e4e3..781e77e 100644
--- a/se-common/se-common-core/pom.xml
+++ b/se-common/se-common-core/pom.xml
@@ -3,7 +3,7 @@
          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>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-common</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-common/se-common-datascope/pom.xml b/se-common/se-common-datascope/pom.xml
index 8221aa9..c86a976 100644
--- a/se-common/se-common-datascope/pom.xml
+++ b/se-common/se-common-datascope/pom.xml
@@ -3,7 +3,7 @@
          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>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-common</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-common/se-common-datasource/pom.xml b/se-common/se-common-datasource/pom.xml
index ff73faa..164154e 100644
--- a/se-common/se-common-datasource/pom.xml
+++ b/se-common/se-common-datasource/pom.xml
@@ -3,7 +3,7 @@
          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>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-common</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-common/se-common-log/pom.xml b/se-common/se-common-log/pom.xml
index 72f4db4..c54c307 100644
--- a/se-common/se-common-log/pom.xml
+++ b/se-common/se-common-log/pom.xml
@@ -3,7 +3,7 @@
          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>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-common</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-common/se-common-redis/pom.xml b/se-common/se-common-redis/pom.xml
index 80433f1..9ead760 100644
--- a/se-common/se-common-redis/pom.xml
+++ b/se-common/se-common-redis/pom.xml
@@ -3,7 +3,7 @@
          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>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-common</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-common/se-common-security/pom.xml b/se-common/se-common-security/pom.xml
index 7966edd..81186c8 100644
--- a/se-common/se-common-security/pom.xml
+++ b/se-common/se-common-security/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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
-        <groupId>com.ruoyi</groupId>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-common</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-common/se-common-sensitive/pom.xml b/se-common/se-common-sensitive/pom.xml
index 22ddfe5..fc25dab 100644
--- a/se-common/se-common-sensitive/pom.xml
+++ b/se-common/se-common-sensitive/pom.xml
@@ -3,7 +3,7 @@
          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>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-common</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-gateway/pom.xml b/se-gateway/pom.xml
index 7d5f857..60e202c 100644
--- a/se-gateway/pom.xml
+++ b/se-gateway/pom.xml
@@ -2,8 +2,8 @@
          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.ruoyi</groupId>
-        <artifactId>ruoyi</artifactId>
+        <groupId>com.se</groupId>
+        <artifactId>se</artifactId>
         <version>3.6.4</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/se-modules/pom.xml b/se-modules/pom.xml
index 10810c9..71fe489 100644
--- a/se-modules/pom.xml
+++ b/se-modules/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.ruoyi</groupId>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-modules</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-modules/se-file/pom.xml b/se-modules/se-file/pom.xml
index 14dc456..a526ede 100644
--- a/se-modules/se-file/pom.xml
+++ b/se-modules/se-file/pom.xml
@@ -3,7 +3,7 @@
          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>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-modules</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-modules/se-gen/pom.xml b/se-modules/se-gen/pom.xml
index 14fbb58..ee4ca9b 100644
--- a/se-modules/se-gen/pom.xml
+++ b/se-modules/se-gen/pom.xml
@@ -3,7 +3,7 @@
          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>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-modules</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-modules/se-job/pom.xml b/se-modules/se-job/pom.xml
index 539cdf8..06c8c59 100644
--- a/se-modules/se-job/pom.xml
+++ b/se-modules/se-job/pom.xml
@@ -3,7 +3,7 @@
          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>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-modules</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-modules/se-system/pom.xml b/se-modules/se-system/pom.xml
index e9ceca5..7ee2b16 100644
--- a/se-modules/se-system/pom.xml
+++ b/se-modules/se-system/pom.xml
@@ -3,7 +3,7 @@
          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>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-modules</artifactId>
         <version>3.6.4</version>
     </parent>
diff --git a/se-visual/pom.xml b/se-visual/pom.xml
index 525ed8d..0cd3804 100644
--- a/se-visual/pom.xml
+++ b/se-visual/pom.xml
@@ -2,8 +2,8 @@
 <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</artifactId>
+        <groupId>com.se</groupId>
+        <artifactId>se</artifactId>
         <version>3.6.4</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
diff --git a/se-visual/se-monitor/pom.xml b/se-visual/se-monitor/pom.xml
index aa337d9..03129ce 100644
--- a/se-visual/se-monitor/pom.xml
+++ b/se-visual/se-monitor/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.ruoyi</groupId>
+        <groupId>com.se</groupId>
         <artifactId>ruoyi-visual</artifactId>
         <version>3.6.4</version>
     </parent>

--
Gitblit v1.9.3