修改pom文件

This commit is contained in:
ascrutae 2016-06-04 22:01:37 +08:00
parent 4b90ffbe36
commit 5e22ec4b89
1 changed files with 6 additions and 2 deletions

View File

@ -2,9 +2,13 @@
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>
<groupId>com.ai.cloud</groupId>
<parent>
<groupId>com.ai.cloud</groupId>
<artifactId>skywalking</artifactId>
<version>1.0-Final</version>
</parent>
<artifactId>skywalking-agent-test</artifactId>
<version>1.0-Final</version>
<packaging>jar</packaging>
<name>skywalking-agent-test</name>