<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://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>com.github.noonmaru</groupId>
  <artifactId>collections</artifactId>
  <version>1.0</version>
  <name>Noonmaru</name>
  <description>Noonmaru collection library</description>
  <url>https://github.com/noonmaru/collections</url>
  <inceptionYear>2019</inceptionYear>
  <licenses>
    <license>
      <name>GPL-2.0</name>
      <url>https://opensource.org/licenses/gpl-2.0.php</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>noonmaru</id>
      <name>Noonmaru</name>
      <email>noonmaru10@gmail.com</email>
      <url>https://github.com/noonmaru</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/noonmaru/collections.git</connection>
    <developerConnection>scm:git:ssh://github.com/noonmaru/collections.git</developerConnection>
    <url>https://github.com/noonmaru/collections</url>
  </scm>
</project>
