<?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 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.eccyan</groupId>
  <artifactId>rxjava-optional</artifactId>
  <version>1.1.0</version>
  <dependencies>
    <dependency>
      <groupId>io.reactivex</groupId>
      <artifactId>rxjava</artifactId>
      <version>1.0.5</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>com.eccyan:rxjava-optional</name>
  <description>RxJava-Optional is an library that allows developers to use Optional using RxJava</description>
  <url>https://github.com/eccyan/RxJava-Optional</url>
  <developers>
    <developer>
      <id>eccyan</id>
      <name>Daisuke Sato</name>
      <email>g00.eccyan@gmail.com</email>
      <url>https://twitter.com/eccyan</url>
      <timezone>+9</timezone>
    </developer>
  </developers>
  <issueManagement>
    <system>Github Issues</system>
    <url>https://github.com/eccyan/RxJava-Optional/issues</url>
  </issueManagement>
  <scm>
    <url>https://github.com/eccyan/RxJava-Optional</url>
    <connection>scm:git:git://github.com/eccyan/RxJava-Optional.git</connection>
    <developerConnection>scm:git:ssh://github.com/eccyan/RxJava-Optional.git</developerConnection>
  </scm>
  <licenses>
    <license>
      <name>Apache 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
    </license>
  </licenses>
</project>
