Files
SOP/sop-support/pom.xml
六如 0e29510d0e 5.0
2024-10-31 09:36:48 +08:00

17 lines
623 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">
<modelVersion>4.0.0</modelVersion>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-support</artifactId>
<version>5.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<modules>
<module>sop-service-support</module>
<module>sop-spring-boot-starter</module>
<module>sop-doc-plugin</module>
</modules>
</project>