<?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>nl.komponents.kovenant</groupId>
  <artifactId>kovenant-combine</artifactId>
  <version>3.3.0</version>
  <name>kovenant-combine</name>
  <description>Combine/Zip/When/Merge functionality for Kovenant. Promises for Kotlin.</description>
  <url>http://kovenant.komponents.nl</url>
  <inceptionYear>2015</inceptionYear>
  <licenses>
    <license>
      <name>MIT License</name>
      <url>http://opensource.org/licenses/MIT</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>mplatvoet</id>
      <name>Mark Platvoet</name>
      <email>mplatvoet@gmail.com</email>
      <url>http://mplatvoet.nl</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git@github.com:mplatvoet/kovenant.git</connection>
    <url>https://github.com/mplatvoet/kovenant</url>
  </scm>
  <issueManagement>
    <system>YouTrack</system>
    <url>http://issues.komponents.nl/youtrack/issues?q=project%3A+Kovenant</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>nl.komponents.kovenant</groupId>
      <artifactId>kovenant-core</artifactId>
      <version>3.3.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains.kotlin</groupId>
      <artifactId>kotlin-stdlib</artifactId>
      <version>1.0.3</version>
      <scope>compile</scope>
      <optional>true</optional>
    </dependency>
  </dependencies>
</project>
