<?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.extensions</groupId>
    <artifactId>mule-modules-parent-old</artifactId>
    <version>1.11.2</version>
    <packaging>pom</packaging>

    <name>Mule Modules Parent POM - Old</name>
    <description>This repo was moved within https://github.com/mulesoft-emu/mule-extensions-maven-plugin</description>
    <url>https://github.com/mulesoft/mule-extensions-parent</url>

    <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>

    <scm>
        <connection>scm:git:git://github.com/mulesoft/mule-extensions-parent.git</connection>
        <developerConnection>scm:git:git@github.com:mulesoft/mule-extensions-parent.git</developerConnection>
        <url>https://github.com/mulesoft/mule-extensions-parent</url>
    </scm>

    <distributionManagement>
        <repository>
            <id>mule-releases</id>
            <name>Mule Release Repository</name>
            <url>https://repository-master.mulesoft.org/nexus/content/repositories/releases</url>
        </repository>
        <snapshotRepository>
            <id>mule-snapshots</id>
            <name>Mule Snapshot Repository</name>
            <url>https://repository-master.mulesoft.org/nexus/content/repositories/snapshots</url>
            <uniqueVersion>false</uniqueVersion>
        </snapshotRepository>
    </distributionManagement>

</project>
