Files
zt-dsc/cloud-module-receive-deliver/pom.xml
2025-09-22 02:07:14 +08:00

25 lines
810 B
XML

<?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>
<artifactId>dsc-supply</artifactId>
<groupId>com.zt.plat</groupId>
<version>${revision}</version>
</parent>
<modules>
<module>cloud-module-receive-deliver-api</module>
<module>cloud-module-receive-deliver-server</module>
</modules>
<modelVersion>4.0.0</modelVersion>
<artifactId>cloud-module-receive-deliver</artifactId>
<packaging>pom</packaging>
<name>${project.artifactId}</name>
<description>
ReceiveDeliver 模块。
</description>
</project>