From ac693f5ddb22583fda2c1f46af2dfe36ef35ef0e Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 18 五月 2024 22:55:10 +0800
Subject: [PATCH] feat: 全部模块改名

---
 hs-common/hs-common-doc/pom.xml |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ruoyi-common/ruoyi-common-doc/pom.xml b/hs-common/hs-common-doc/pom.xml
similarity index 84%
rename from ruoyi-common/ruoyi-common-doc/pom.xml
rename to hs-common/hs-common-doc/pom.xml
index 4e44add..9394a21 100644
--- a/ruoyi-common/ruoyi-common-doc/pom.xml
+++ b/hs-common/hs-common-doc/pom.xml
@@ -4,21 +4,21 @@
          xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <parent>
         <groupId>com.sunsail</groupId>
-        <artifactId>ruoyi-common</artifactId>
+        <artifactId>hs-common</artifactId>
         <version>${revision}</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>ruoyi-common-doc</artifactId>
+    <artifactId>hs-common-doc</artifactId>
 
     <description>
-        ruoyi-common-doc 系统接口
+        hs-common-doc 系统接口
     </description>
 
     <dependencies>
         <dependency>
             <groupId>com.sunsail</groupId>
-            <artifactId>ruoyi-common-core</artifactId>
+            <artifactId>hs-common-core</artifactId>
         </dependency>
 
         <dependency>

--
Gitblit v1.8.0