<?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>
    <groupId>org.mule.modules</groupId>
    <artifactId>mule-module-github</artifactId>
    <version>2.0</version>
    <packaging>mule-module</packaging>
    <name>Mule GitHub Connector</name>

    <parent>
        <groupId>org.mule.tools.devkit</groupId>
        <artifactId>mule-devkit-parent</artifactId>
        <version>3.3.0</version>
    </parent>

    <properties>
        <devkit.studio.package.skip>false</devkit.studio.package.skip>
        <category>Community</category>
        <licensePath>LICENSE.md</licensePath>
    </properties>

    <dependencies>
        <dependency>
            <groupId>org.eclipse.mylyn.github</groupId>
            <artifactId>org.eclipse.egit.github.core</artifactId>
            <version>2.0.1</version>
        </dependency>
    </dependencies>

    <repositories>
        <repository>
            <id>mulesoft-releases</id>
            <name>MuleSoft Releases Repository</name>
            <url>http://repository.mulesoft.org/releases/</url>
            <layout>default</layout>
        </repository>
    </repositories>

    <scm>
        <connection>scm:git:git://github.com:mulesoft/github-connector.git
        </connection>
        <developerConnection>
            scm:git:git@github.com:mulesoft/github-connector.git
        </developerConnection>
        <url>http://github.com/mulesoft/github-connector</url>
    </scm>
</project>
