book-api/maku-boot-module/pom.xml

18 lines
628 B
XML
Raw Permalink Normal View History

2022-08-04 09:28:41 +08:00
<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">
<parent>
<groupId>net.maku</groupId>
2022-08-31 11:22:15 +08:00
<artifactId>maku-boot</artifactId>
2022-08-04 09:28:41 +08:00
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2022-08-31 11:22:15 +08:00
<artifactId>maku-boot-module</artifactId>
2022-08-04 09:28:41 +08:00
<packaging>pom</packaging>
<modules>
2022-10-11 21:52:48 +08:00
<module>maku-module-quartz</module>
2022-11-08 15:51:08 +08:00
<module>maku-module-generator</module>
2022-11-23 13:05:17 +08:00
<module>maku-module-monitor</module>
2024-04-01 09:50:56 +08:00
<module>maku-module-member</module>
2022-08-04 09:28:41 +08:00
</modules>
</project>