2018-08-31 11:49:48 +08:00
|
|
|
<?xml version="1.0"?>
|
2020-12-08 11:43:36 +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">
|
2018-08-31 11:49:48 +08:00
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<groupId>com.taobao.arthas</groupId>
|
|
|
|
<artifactId>arthas-all</artifactId>
|
2020-10-18 23:29:12 +08:00
|
|
|
<version>${revision}</version>
|
2019-01-18 16:30:58 +08:00
|
|
|
<relativePath>../pom.xml</relativePath>
|
2018-08-31 11:49:48 +08:00
|
|
|
</parent>
|
|
|
|
<artifactId>arthas-testcase</artifactId>
|
|
|
|
<name>arthas-testcase</name>
|
2022-11-18 11:21:53 +08:00
|
|
|
<url>https://github.com/alibaba/arthas</url>
|
2018-08-31 11:49:48 +08:00
|
|
|
</project>
|