Files
sweet-hut-service/pom.xml
2025-06-10 23:29:25 +08:00

27 lines
795 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.cxx</groupId>
<artifactId>starter-parent</artifactId>
<version>2.0.0</version>
<relativePath/>
</parent>
<artifactId>sweet-hut-service</artifactId>
<version>2.0.0</version>
<packaging>pom</packaging>
<properties>
<revision>2.0.0</revision>
</properties>
<modules>
<module>home-service</module>
<module>admin-service</module>
<module>common</module>
</modules>
</project>