<?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.shocknode</groupId>
  <artifactId>utilities</artifactId>
  <version>0.0.6</version>
  <name>Utilities</name>
  <description>Java utility methods</description>
  <url>https://github.com/ShockNode/utilities-java</url>
  <licenses>
    <license>
      <name>Mozilla Public License Version 2.0</name>
      <url>https://www.mozilla.org/en-US/MPL/2.0/</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>brentlrayjr</id>
      <name>Brent Ray</name>
      <email>brentlrayjr@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/ShockNode/utilities-java.git</connection>
    <developerConnection>scm:git:ssh://github.com:ShockNode/utilities-java.git</developerConnection>
    <url>https://github.com/ShockNode/utilities-java/tree/master</url>
  </scm>
</project>
