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-modules/hs-generator/.flattened-pom.xml |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/hs-modules/hs-generator/.flattened-pom.xml b/hs-modules/hs-generator/.flattened-pom.xml
index a0120d6..e0f418c 100644
--- a/hs-modules/hs-generator/.flattened-pom.xml
+++ b/hs-modules/hs-generator/.flattened-pom.xml
@@ -14,23 +14,23 @@
   <dependencies>
     <dependency>
       <groupId>com.sunsail</groupId>
-      <artifactId>ruoyi-common-core</artifactId>
+      <artifactId>hs-common-core</artifactId>
     </dependency>
     <dependency>
       <groupId>com.sunsail</groupId>
-      <artifactId>ruoyi-common-doc</artifactId>
+      <artifactId>hs-common-doc</artifactId>
     </dependency>
     <dependency>
       <groupId>com.sunsail</groupId>
-      <artifactId>ruoyi-common-mybatis</artifactId>
+      <artifactId>hs-common-mybatis</artifactId>
     </dependency>
     <dependency>
       <groupId>com.sunsail</groupId>
-      <artifactId>ruoyi-common-web</artifactId>
+      <artifactId>hs-common-web</artifactId>
     </dependency>
     <dependency>
       <groupId>com.sunsail</groupId>
-      <artifactId>ruoyi-common-log</artifactId>
+      <artifactId>hs-common-log</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.velocity</groupId>

--
Gitblit v1.8.0