<?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>me.dwtj</groupId>
  <artifactId>java-compiler-utils</artifactId>
  <version>0.1.3</version>
  <name>java-compiler-utils</name>
  <description>Utilities to help use some Java compilation APIs.</description>
  <url>https://github.com/dwtj/java-compiler-utils</url>
  <licenses>
    <license>
      <name>The Apache License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>dwtj</id>
      <name>David Johnston</name>
      <email>dwtj@dwtj.me</email>
    </developer>
  </developers>
  <scm>
    <url>https://github.com/dwtj/java-compiler-utils.git</url>
  </scm>
</project>
