<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>
    <parent>
        <groupId>com.opsbears.webcomponents</groupId>
        <artifactId>parent</artifactId>
        <version>1.0.0-alpha9</version>
    </parent>

    <artifactId>immutable</artifactId>
    <name>Opsbears Web Components Immutable Utilities</name>
    <description>Immutable map, list, etc implementations</description>

    <distributionManagement>
        <repository>
            <id>bintray-opsbears-webcomponents</id>
            <name>opsbears-webcomponents</name>
            <url>https://api.bintray.com/maven/opsbears/webcomponents/immutable/;publish=1</url>
        </repository>
    </distributionManagement>
</project>