refactor: 将 RuoYi 标记替换为 HZHub
This commit is contained in:
@@ -3,25 +3,25 @@
|
||||
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>
|
||||
<artifactId>ruoyi-ai</artifactId>
|
||||
<groupId>org.ruoyi</groupId>
|
||||
<artifactId>hzhub-ai</artifactId>
|
||||
<groupId>org.hzhub</groupId>
|
||||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<modules>
|
||||
<module>ruoyi-aiflow</module>
|
||||
<module>hzhub-aiflow</module>
|
||||
<module>ruoyi-chat</module>
|
||||
<module>ruoyi-generator</module>
|
||||
<module>ruoyi-system</module>
|
||||
<module>ruoyi-workflow</module>
|
||||
</modules>
|
||||
|
||||
<artifactId>ruoyi-modules</artifactId>
|
||||
<artifactId>hzhub-modules</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<description>
|
||||
ruoyi-modules 业务模块
|
||||
hzhub-modules 业务模块
|
||||
</description>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user