MeterSphere/test-track/pom.xml

21 lines
635 B
XML
Raw Permalink Normal View History

2022-10-10 13:41:39 +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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<artifactId>test-track-parent</artifactId>
<packaging>pom</packaging>
<parent>
<groupId>io.metersphere</groupId>
<artifactId>metersphere</artifactId>
<version>${revision}</version>
</parent>
<modules>
<module>frontend</module>
<module>backend</module>
</modules>
</project>