<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.mvnpm</groupId>
  <artifactId>immutable</artifactId>
  <version>5.1.4</version>
  <name>immutable</name>
  <description>Immutable Data Collections</description>
  <url>https://immutable-js.com</url>
  <organization>
    <name>Lee Byron</name>
    <url>https://immutable-js.com</url>
  </organization>
  <licenses>
    <license>
      <name>MIT</name>
    </license>
  </licenses>
  <developers>
    <developer>
      <name>jdeniau</name>
      <email>julien.deniau@gmail.com</email>
    </developer>
    <developer>
      <name>leebyron</name>
      <email>lee@leebyron.com</email>
    </developer>
  </developers>
  <scm>
    <connection>git://github.com/immutable-js/immutable-js.git</connection>
    <developerConnection>git://github.com/immutable-js/immutable-js.git</developerConnection>
    <url>git://github.com/immutable-js/immutable-js</url>
  </scm>
  <issueManagement>
    <url>https://github.com/immutable-js/immutable-js/issues</url>
  </issueManagement>
</project>
