Files
SOP/sop-index/pom.xml
六如 9a213743d7 5.0
2024-09-06 23:17:43 +08:00

23 lines
797 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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.gitee.sop</groupId>
<artifactId>sop-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath> <!-- lookup parent from repository -->
</parent>
<artifactId>sop-index</artifactId>
<packaging>pom</packaging>
<name>sop-index</name>
<description>sop-index</description>
<modules>
<module>sop-index-api</module>
<module>sop-index-service</module>
</modules>
</project>