Files
aos-core/ability/aos-framework-build/pom.xml
T
yangjiyu 3d6e4abbaa feat: 修改mod名称
修改mod名称修改mod名称
2022-11-23 16:21:30 +08:00

30 lines
886 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>
<parent>
<artifactId>aos-supreme</artifactId>
<groupId>com.aos</groupId>
<version>2023.1.1-SNAPSHOT</version>
<relativePath>../aos-supreme/pom.xml</relativePath>
</parent>
<artifactId>aos-framework-build</artifactId>
<packaging>pom</packaging>
<version>${revision}</version>
<properties>
<revision>2023.1.1-SNAPSHOT</revision>
</properties>
<modules>
<module>aos-dependencies-external</module>
<module>aos-build</module>
<module>aos-starter-parent</module>
</modules>
</project>