<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>io.bitbucket.android-universum</groupId>
  <artifactId>dialogs</artifactId>
  <version>0.12.0</version>
  <packaging>pom</packaging>
  <description>Common dialog implementations for the Android platform.</description>
  <name>Android Dialogs</name>
  <url>https://bitbucket.org/android-universum/dialogs</url>
  <inceptionYear>2016</inceptionYear>
  <scm>
    <connection>scm:git:bitbucket.org/android-universum/dialogs.git</connection>
    <developerConnection>scm:git:ssh://bitbucket.org/android-universum/dialogs.git</developerConnection>
    <url>https://bitbucket.org/android-universum/dialogssrc/main</url>
  </scm>
  <issueManagement>
    <system>Issue Tracker</system>
    <url>https://bitbucket.org/android-universum/dialogs/issues</url>
  </issueManagement>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <organization>
    <name>Universum Studios</name>
    <url>https://universum-studios.bitbucket.io</url>
  </organization>
  <developers>
    <developer>
      <id>albedinsky</id>
      <name>Martin Albedinsky</name>
      <email>martin.albedinsky@gmail.com</email>
      <roles>
        <role>Software Engineer</role>
      </roles>
    </developer>
  </developers>
  <dependencies/>
</project>
