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>
|
2024-10-29 09:59:50 +08:00
|
|
|
<groupId>org.dromara.visor</groupId>
|
2024-05-16 00:03:30 +08:00
|
|
|
<artifactId>orion-visor</artifactId>
|
2023-08-17 14:36:31 +08:00
|
|
|
<version>${revision}</version>
|
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
2025-01-07 17:55:22 +08:00
|
|
|
<artifactId>orion-visor-modules</artifactId>
|
2023-08-17 14:36:31 +08:00
|
|
|
<packaging>pom</packaging>
|
|
|
|
|
|
2025-01-07 17:55:22 +08:00
|
|
|
<description>项目业务模块包</description>
|
2024-06-12 15:13:07 +08:00
|
|
|
<url>https://github.com/dromara/orion-visor</url>
|
2023-08-17 14:36:31 +08:00
|
|
|
|
|
|
|
|
<modules>
|
2025-06-25 18:59:16 +08:00
|
|
|
<module>orion-visor-module-common</module>
|
2025-01-07 17:55:22 +08:00
|
|
|
<module>orion-visor-module-infra</module>
|
|
|
|
|
<module>orion-visor-module-asset</module>
|
2025-06-25 18:59:16 +08:00
|
|
|
<module>orion-visor-module-exec</module>
|
|
|
|
|
<module>orion-visor-module-terminal</module>
|
2025-09-09 21:25:44 +08:00
|
|
|
<module>orion-visor-module-monitor</module>
|
2023-08-17 14:36:31 +08:00
|
|
|
</modules>
|
|
|
|
|
|
|
|
|
|
</project>
|