修改模块名
This commit is contained in:
parent
15c328c7ca
commit
c8ff39afa0
|
@ -6,7 +6,7 @@
|
|||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>maku-boot-message</artifactId>
|
||||
<artifactId>maku-module-message</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
|
@ -5,7 +5,7 @@
|
|||
<version>${revision}</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>maku-boot-quartz</artifactId>
|
||||
<artifactId>maku-module-quartz</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<dependencies>
|
|
@ -9,8 +9,8 @@
|
|||
<packaging>pom</packaging>
|
||||
|
||||
<modules>
|
||||
<module>maku-boot-quartz</module>
|
||||
<module>maku-boot-message</module>
|
||||
<module>maku-module-quartz</module>
|
||||
<module>maku-module-message</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
|
@ -22,12 +22,12 @@
|
|||
</dependency>
|
||||
<!-- <dependency>-->
|
||||
<!-- <groupId>net.maku</groupId>-->
|
||||
<!-- <artifactId>maku-boot-quartz</artifactId>-->
|
||||
<!-- <artifactId>maku-module-quartz</artifactId>-->
|
||||
<!-- <version>${revision}</version>-->
|
||||
<!-- </dependency>-->
|
||||
<dependency>
|
||||
<groupId>net.maku</groupId>
|
||||
<artifactId>maku-boot-message</artifactId>
|
||||
<artifactId>maku-module-message</artifactId>
|
||||
<version>${revision}</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
|
|
Loading…
Reference in New Issue
Block a user