<?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>
  <parent>
    <artifactId>oss-parent</artifactId>
    <groupId>org.sonatype.oss</groupId>
    <version>7</version>
  </parent>
  <groupId>com.path</groupId>
  <artifactId>android-priority-jobqueue</artifactId>
  <version>1.1</version>
  <name>Android Priority Job Queue</name>
  <description>a Job Queue specifically written for Android to easily schedule jobs (tasks) that run in the background, improving UX and application stability.</description>
  <url>https://github.com/path/android-priority-jobqueue</url>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>yigit</id>
      <name>Yigit Boyar</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:path/android-priority-jobqueue.git</connection>
    <developerConnection>scm:git:git@github.com:path/android-priority-jobqueue.git</developerConnection>
    <url>git@github.com:path/android-priority-jobqueue.git</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.google.android</groupId>
      <artifactId>android</artifactId>
      <version>2.2.1</version>
    </dependency>
  </dependencies>
</project>
