<?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>eu.rekisoft.android</groupId>
  <artifactId>editmail</artifactId>
  <version>1.0.0</version>
  <name>EditMail</name>
  <description>A smart control for entering email addresses with automatically checking if the domain exists and if the domain can receive emails</description>
  <url>https://github.com/rekire/EditMail</url>
  <inceptionYear>2013</inceptionYear>
  <licenses>
    <license>
      <name>Rekisoft Public License (RKSPL)</name>
      <url>http://www.rekisoft.eu/licenses/rkspl.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>rekire</id>
      <name>René Kilczan</name>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/rekire/EditMail/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git@github.com:rekire/EditMail.git</connection>
    <developerConnection>scm:git@github.com:rekire/EditMail.git</developerConnection>
    <tag>1.0.0</tag>
    <url>scm:git@github.com:rekire/EditMail.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>eu.rekisoft.android</groupId>
      <artifactId>lazyworker</artifactId>
      <version>1.0.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>eu.rekisoft.android</groupId>
      <artifactId>uiworker</artifactId>
      <version>1.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dnsjava</groupId>
      <artifactId>dnsjava</artifactId>
      <version>2.1.1</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
