ludu-cloud/ludu-module-hiking/pom.xml

22 lines
876 B
XML
Raw Normal View History

2025-01-22 09:00:31 +08:00
<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>
<parent>
<groupId>cn.iocoder.cloud</groupId>
<artifactId>yudao</artifactId>
<version>2.1.0-jdk8-snapshot</version>
</parent>
<artifactId>ludu-module-hiking</artifactId>
<packaging>pom</packaging> <!-- 2. 新增 packaging 为 pom -->
<name>${project.artifactId}</name>
<version>2.1.0-jdk8-snapshot</version> <!-- 3. 新增 name 为 ${project.artifactId} -->
<url>http://maven.apache.org/</url>
<inceptionYear>2001</inceptionYear>
<modules>
<module>ludu-module-hiking-api</module>
<module>ludu-module-hiking-biz</module>
</modules>
</project>