update 更改模块名称

This commit is contained in:
lijiarao
2023-09-05 09:17:00 +08:00
parent 8522fc6f34
commit 3388e8976e
20 changed files with 74 additions and 74 deletions
+3 -3
View File
@@ -3,13 +3,13 @@
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>jero-boot-base</artifactId>
<artifactId>laws-base</artifactId>
<groupId>com.jero.boot</groupId>
<version>2.5.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>jero-boot-base-api</artifactId>
<artifactId>laws-base-api</artifactId>
<packaging>pom</packaging>
<modules>
@@ -20,7 +20,7 @@
<dependencies>
<dependency>
<groupId>com.jero.boot</groupId>
<artifactId>jero-boot-base-core</artifactId>
<artifactId>laws-base-core</artifactId>
</dependency>
</dependencies>
</project>