<?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>org.codepond</groupId>
  <artifactId>wizardroid</artifactId>
  <version>1.3.1</version>
  <packaging>aar</packaging>
  <name>WizarDroid</name>
  <description>Lightweight Android library for creating step by step wizards</description>
  <url>http://wizardroid.codepond.org</url>
  <organization>
    <name>CodePond.org</name>
    <url>http://www.codepond.org</url>
  </organization>
  <licenses>
    <license>
      <name>The MIT License (MIT)</name>
      <url>https://raw.github.com/Nimrodda/WizarDroid/master/license</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>nimrodda</id>
      <name>Nimrod Dayan</name>
      <email>feedback@codepond.org</email>
    </developer>
  </developers>
  <issueManagement>
    <system>GitHub Issues</system>
    <url>https://github.com/nimrodda/wizardroid/issues</url>
  </issueManagement>
  <scm>
    <connection>scm:git://github.com/Nimrodda/WizarDroid.git</connection>
    <developerConnection>scm:git://github.com/Nimrodda/WizarDroid.git</developerConnection>
    <url>http://www.github.com/nimrodda/wizardroid</url>
  </scm>
  <dependencies>
    <dependency>
      <groupId>com.android.support</groupId>
      <artifactId>support-v4</artifactId>
      <version>22.0.0</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
