<?xml version="1.0" encoding="UTF-8"?>
<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">
    <parent>
        <artifactId>agent</artifactId>
        <groupId>com.jvmbytes.agent</groupId>
        <version>1.0.1</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>inst-loader</artifactId>
    <packaging>jar</packaging>

    <name>com.jvmbytes.agent:${project.artifactId}</name>
    <description>load the Instrumentation instance which is exported by inst agent.</description>
    <url>https://github.com/jvmbytes/agent</url>

    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

    <developers>
        <developer>
            <name>wongoo</name>
            <email>wongoo@apache.org</email>
            <organization>jvmbytes</organization>
            <organizationUrl>http://jvmbytes.com</organizationUrl>
        </developer>
    </developers>

    <scm>
        <connection>scm:git:git://github.com/jvmbytes/agent.git</connection>
        <developerConnection>scm:git:ssh://github.com:jvmbytes/agent.git</developerConnection>
        <url>http://github.com/jvmbytes/agent/tree/master</url>
    </scm>

</project>