youlai-mall/mall-pms/pom.xml

20 lines
622 B
XML
Raw Normal View History

2020-10-05 23:54:51 +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>
<artifactId>youlai-mall</artifactId>
<groupId>com.youlai</groupId>
2023-11-14 00:33:39 +08:00
<version>3.0.1</version>
2020-10-05 23:54:51 +08:00
</parent>
<modelVersion>4.0.0</modelVersion>
2020-10-09 20:09:30 +08:00
<artifactId>mall-pms</artifactId>
2020-10-05 23:54:51 +08:00
<packaging>pom</packaging>
2021-03-13 20:48:18 +08:00
2020-10-05 23:54:51 +08:00
<modules>
2020-10-31 23:47:11 +08:00
<module>pms-api</module>
2021-02-25 20:08:21 +08:00
<module>pms-boot</module>
2020-10-05 23:54:51 +08:00
</modules>
</project>