<?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>dev.surratt</groupId>
  <artifactId>ziptz4j</artifactId>
  <version>0.1.1</version>
  <name>ziptz4j</name>
  <description>A library to map from a US zip code to a time zone</description>
  <url>https://github.com/briansurratt/ziptz4j</url>
  <licenses>
    <license>
      <name>MIT</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>briansurratt</id>
      <name>Brian Surratt</name>
      <email>brian.p.surratt@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/briansurratt/ziptz4j</url>
  </scm>
</project>
