nanopart/op/pom.xml
2024-03-18 15:36:32 +08:00

26 lines
688 B
XML

<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.axzo.nanopart</groupId>
<artifactId>nanopart</artifactId>
<version>${revision}</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>op</artifactId>
<packaging>pom</packaging>
<name>op</name>
<modules>
<module>op-api</module>
<module>op-server</module>
</modules>
<dependencies>
</dependencies>
</project>