Files
orion-visor/orion-ops-module-asset/pom.xml

23 lines
805 B
XML
Raw Normal View History

2023-08-17 14:36:31 +08:00
<?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">
<parent>
<groupId>com.orion.ops</groupId>
<artifactId>orion-ops-pro</artifactId>
<version>${revision}</version>
</parent>
<modelVersion>4.0.0</modelVersion>
2023-08-21 18:42:15 +08:00
<artifactId>orion-ops-module-asset</artifactId>
2023-08-17 14:36:31 +08:00
<packaging>pom</packaging>
2023-08-21 18:42:15 +08:00
<description>项目资产模块</description>
2023-08-17 14:36:31 +08:00
<url>https://github.com/lijiahangmax/orion-ops-pro</url>
<modules>
2023-08-21 18:42:15 +08:00
<module>orion-ops-module-asset-provider</module>
<module>orion-ops-module-asset-service</module>
2023-08-17 14:36:31 +08:00
</modules>
</project>