<?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">
    <modelVersion>4.0.0</modelVersion>

    <parent>
        <groupId>org.mule.sdk</groupId>
        <artifactId>mule-sdk-api-parent</artifactId>
        <version>0.8.9-W-18223316-SNAPSHOT</version>
    </parent>

    <artifactId>mule-sdk-api</artifactId>
    <version>0.8.9-W-18223316-SNAPSHOT</version>
    <packaging>jar</packaging>
    <name>Mule SDK API</name>
    <description>API for Mule SDK.</description>

    <organization>
        <name>MuleSoft, Inc.</name>
        <url>http://www.mulesoft.com</url>
    </organization>
    <licenses>
        <license>
            <name>CPAL v1.0</name>
            <url>http://www.mulesoft.com/CPAL</url>
        </license>
    </licenses>
    <contributors>
        <!-- Refer to https://github.com/mulesoft/mule/graphs/contributors -->
    </contributors>
    <issueManagement>
        <system>GUS</system>
        <url>https://gus.lightning.force.com/lightning/r/ADM_Product_Tag__c/a1aEE000000hewfYAA/view</url>
    </issueManagement>

    <scm>
        <connection>scm:git:git://github.com/mulesoft-emu/mule-sdk-api.git</connection>
        <developerConnection>scm:git:git@github.com:mulesoft-emu/mule-sdk-api.git</developerConnection>
        <url>https://github.com/mulesoft-emu/mule-sdk-api</url>
    </scm>

    <properties>
        <muleApiVersion>1.1.1b</muleApiVersion>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>mule-api</artifactId>
            <version>${muleApiVersion}</version>
            <scope>provided</scope>
        </dependency>
        <dependency>
            <groupId>org.mule.runtime</groupId>
            <artifactId>api-annotations</artifactId>
            <version>${apiAnnotationsVersion}</version>
            <scope>provided</scope>
        </dependency>
    </dependencies>

</project>
