MeterSphere/pom.xml

27 lines
887 B
XML
Raw Normal View History

2020-02-03 11:21:55 +08:00
<?xml version="1.0" encoding="UTF-8"?>
2020-02-03 14:01:28 +08:00
<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">
2020-02-03 11:21:55 +08:00
<modelVersion>4.0.0</modelVersion>
2020-02-03 16:30:16 +08:00
<groupId>io.metersphere</groupId>
2020-02-03 11:21:55 +08:00
<artifactId>metersphere-server</artifactId>
2022-04-15 09:06:13 +08:00
<version>${revision}</version>
2020-02-03 14:01:28 +08:00
<packaging>pom</packaging>
2020-02-03 16:30:16 +08:00
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
2022-04-01 10:59:32 +08:00
<version>2.6.6</version>
2020-02-03 16:30:16 +08:00
<relativePath/> <!-- lookup parent from repository -->
</parent>
2020-11-23 20:58:45 +08:00
2020-02-04 09:55:24 +08:00
<name>metersphere</name>
2022-04-15 09:06:13 +08:00
<properties>
<revision>1.9</revision>
</properties>
2020-02-03 14:01:28 +08:00
<modules>
<module>frontend</module>
<module>backend</module>
</modules>
2020-02-03 11:21:55 +08:00
2020-02-04 09:55:24 +08:00
</project>