From 725864316ebead24dd1ab46b5a6fd059781f528b Mon Sep 17 00:00:00 2001
From: luoyb <412940104@qq.com>
Date: 星期六, 18 五月 2024 20:55:07 +0800
Subject: [PATCH] feat: 除ruoyi-common外的模块改名

---
 hs-modules/hs-demo/pom.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/ruoyi-modules/ruoyi-demo/pom.xml b/hs-modules/hs-demo/pom.xml
similarity index 96%
rename from ruoyi-modules/ruoyi-demo/pom.xml
rename to hs-modules/hs-demo/pom.xml
index 8785bfc..1c8bdcf 100644
--- a/ruoyi-modules/ruoyi-demo/pom.xml
+++ b/hs-modules/hs-demo/pom.xml
@@ -4,12 +4,12 @@
          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-modules</artifactId>
+        <artifactId>hs-modules</artifactId>
         <version>${revision}</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
-    <artifactId>ruoyi-demo</artifactId>
+    <artifactId>hs-demo</artifactId>
 
     <description>
         demo模块

--
Gitblit v1.8.0