MeterSphere/pom.xml

24 lines
823 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>
2020-09-21 10:28:24 +08:00
<version>1.3</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>
2020-03-28 10:53:12 +08:00
<version>2.2.6.RELEASE</version>
2020-02-03 16:30:16 +08:00
<relativePath/> <!-- lookup parent from repository -->
</parent>
2020-02-04 09:55:24 +08:00
<name>metersphere</name>
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>