<?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>com.nytimes.android</groupId>
  <artifactId>cache3</artifactId>
  <version>3.1.0</version>
  <name>com.nytimes.android</name>
  <description>Store3 is built with RxJava2</description>
  <url>https://github.com/nytimes/Store/</url>
  <licenses>
    <license>
      <name>Apache License</name>
      <url>http://www.apache.org/licenses/</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>nytimesandroid</id>
      <name>New York Times</name>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/nytm/Store.git</connection>
    <developerConnection>scm:git:git@github.com:nytm/Store.git</developerConnection>
    <url>https://github.com/nytimes/Store/</url>
  </scm>
</project>
