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-encrypt/pom.xml | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/ruoyi-common/ruoyi-common-encrypt/pom.xml b/hs-common/hs-common-encrypt/pom.xml
similarity index 85%
rename from ruoyi-common/ruoyi-common-encrypt/pom.xml
rename to hs-common/hs-common-encrypt/pom.xml
index 60935c4..d9f3387 100644
--- a/ruoyi-common/ruoyi-common-encrypt/pom.xml
+++ b/hs-common/hs-common-encrypt/pom.xml
@@ -4,22 +4,22 @@
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-encrypt</artifactId>
+ <artifactId>hs-common-encrypt</artifactId>
<description>
- ruoyi-common-encrypt 数据加解密模块
+ hs-common-encrypt 数据加解密模块
</description>
<dependencies>
<dependency>
<groupId>com.sunsail</groupId>
- <artifactId>ruoyi-common-core</artifactId>
+ <artifactId>hs-common-core</artifactId>
</dependency>
<dependency>
--
Gitblit v1.8.0