Files
koo.taejin ce5b4109da [#2781] pinpoint 1.6.1 release
version change (1.6.1 -> 1.7.0-SNAPSHOT)
2017-04-12 16:09:20 +09:00

40 lines
1.6 KiB
XML

<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 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>1.7.0-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-profiler-optional</artifactId>
<name>pinpoint-profiler-optional</name>
<packaging>pom</packaging>
<description>pinpoint profiler optional package</description>
<modules>
<module>profiler-optional-jdk6</module>
<module>profiler-optional-jdk7</module>
<module>profiler-optional-jdk8</module>
<module>profiler-optional-parent</module>
</modules>
<dependencies>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-profiler-optional-jdk6</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-profiler-optional-jdk7</artifactId>
<version>${project.version}</version>
</dependency>
<!-- Not required yet -->
<!--<dependency>-->
<!--<groupId>com.navercorp.pinpoint</groupId>-->
<!--<artifactId>pinpoint-profiler-optional-jdk7</artifactId>-->
<!--<version>${project.version}</version>-->
<!--</dependency>-->
</dependencies>
</project>