Files
sweet-hut-service/pom.xml
2025-06-10 09:54:52 +08:00

35 lines
987 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>blog-service</module>
<module>home-service</module>
<module>admin-service</module>
<module>common</module>
</modules>
<repositories>
<repository>
<id>temp</id>
<url>file:///D:/temp/maven</url>
</repository>
</repositories>
</project>