<?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/maven-v4_0_0.xsd">

    <modelVersion>4.0.0</modelVersion>
    <groupId>com.mulesoft.mule.transport</groupId>
    <artifactId>hl7-parent</artifactId>
    <packaging>pom</packaging>
    <version>1.4.0</version>
    <properties>
        <mule.version>3.5.1</mule.version>
        <hapi.version>2.2</hapi.version>
        <jdk.version>1.6</jdk.version>
    </properties>

    <modules>
        <module>hl7-module</module>
        <module>hl7-eclipse-plugin</module>
    </modules>

    <distributionManagement>
        <repository>
            <id>mulesoft-releases</id>
            <name>MuleSoft Repository</name>
            <url>http://repository-master.mulesoft.org/releases/</url>
        </repository>
        <snapshotRepository>
            <id>mulesoft-snapshots</id>
            <name>MuleSoft Snapshot Repository</name>
            <url>http://repository-master.mulesoft.org/snapshots/</url>
            <uniqueVersion>false</uniqueVersion>
        </snapshotRepository>
    </distributionManagement>

    <repositories>
        <repository>
            <id>mulesoft-releases</id>
            <name>MuleSoft Repository</name>
            <url>http://repository-master.mulesoft.org/releases/</url>
        </repository>
        <repository>
            <id>mulesoft-snapshots</id>
            <name>MuleSoft Snapshot Repository</name>
            <url>http://repository-master.mulesoft.org/snapshots/</url>
        </repository>
    </repositories>

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