ci: 模块名变更

This commit is contained in:
2024-04-03 13:46:09 +08:00
parent ab354131b3
commit 9c2df9320e
1243 changed files with 32 additions and 47425 deletions
+6 -6
View File
@@ -1,7 +1,7 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" 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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot</artifactId>
<artifactId>kh</artifactId>
<version>2.5.0</version>
<packaging>pom</packaging>
@@ -49,12 +49,12 @@
</properties>
<modules>
<module>jero-boot-base</module>
<module>jero-boot-module-demo</module>
<module>jero-boot-module-system</module>
<module>jero-boot-modules</module>
<module>kh-base</module>
<module>kh-module-demo</module>
<module>kh-module-system</module>
<module>kh-modules</module>
<!-- 单体应用启动类 -->
<module>jero-boot-single-startup</module>
<module>kh-single-startup</module>
</modules>
<distributionManagement>