<?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.wangjiegulu</groupId>
  <artifactId>rapidorm-compiler</artifactId>
  <version>2.1.0</version>
  <name>rapidorm-compiler</name>
  <description>Quick solutions for Android ORM</description>
  <url>https://github.com/wangjiegulu/RapidORM</url>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>wangjie</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>wangjie</id>
      <name>Wang Jie</name>
      <email>tiantian.china.2@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git@github.com:wangjiegulu/RapidORM.git</connection>
    <developerConnection>git@github.com:wangjiegulu/RapidORM.git</developerConnection>
    <url>scm:git@github.com:wangjiegulu/RapidORM.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.squareup</groupId>
      <artifactId>javapoet</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.github.wangjiegulu</groupId>
      <artifactId>rapidorm-api</artifactId>
      <version>2.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>com.google.auto.service</groupId>
      <artifactId>auto-service</artifactId>
      <version>1.0-rc2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
