<?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.episode6.hackit.auto.factory</groupId>
  <artifactId>auto-factory-annotations</artifactId>
  <version>1.0-beta5</version>
  <name>auto-factory-annotations</name>
  <description>A standalone packaging of the annotations from Google's AutoFactory library</description>
  <url>https://github.com/episode6/auto-factory-annotations</url>
  <licenses>
    <license>
      <name>Apache License Version 2.0</name>
      <url>https://github.com/google/auto/blob/master/LICENSE.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>episode6</id>
      <name>episode6, Inc.</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:https://github.com/episode6/auto-factory-annotations.git</connection>
    <developerConnection>scm:https://github.com/episode6/auto-factory-annotations.git</developerConnection>
    <url>extensible</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>javax.annotation</groupId>
      <artifactId>jsr250-api</artifactId>
      <version>1.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
