2026-04-09 21:33:09 +08:00

28 lines
789 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>
<artifactId>rc-visual</artifactId>
<description>图形化相关功能</description>
<packaging>pom</packaging>
<modules>
<module>visual-monitor</module>
</modules>
<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>
<parent>
<artifactId>rc-dependencies</artifactId>
<groupId>com.red.circle</groupId>
<version>${revision}</version>
<relativePath>./../rc-dependencies/pom.xml</relativePath>
</parent>
</project>