Cpte-Cloud/cpte-boot-module/pom.xml

22 lines
715 B
XML
Raw Normal View History

2025-10-16 18:05:09 +08:00
<?xml version="1.0" encoding="UTF-8"?>
<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>
2025-10-24 15:47:26 +08:00
<artifactId>cpte-cloud-parent</artifactId>
2025-10-16 18:05:09 +08:00
<groupId>org.jeecgframework.boot3</groupId>
<version>3.8.3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2025-10-24 15:47:26 +08:00
<artifactId>cpte-boot-module</artifactId>
2025-10-16 18:05:09 +08:00
<packaging>pom</packaging>
<modules>
2025-10-24 15:47:26 +08:00
<module>cpte-module-demo</module>
<module>cpte-boot-module-airag</module>
2025-10-28 18:13:40 +08:00
<module>cpte-module-wms</module>
2025-10-16 18:05:09 +08:00
</modules>
</project>