<?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>org.unfoldingword.tools</groupId>
  <artifactId>gogs-client</artifactId>
  <version>1.6.1</version>
  <packaging>aar</packaging>
  <name>Gogs Client</name>
  <description>An android library for interacting with the Gogs REST api.</description>
  <url>https://github.com/unfoldingWord-dev/android-gogs-client</url>
  <licenses>
    <license>
      <name>GNU GENERAL PUBLIC LICENSE, Version 2.0</name>
      <url>http://www.gnu.org/licenses/gpl-2.0.en.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>neutrinog</id>
      <name>Joel Lonbeck</name>
      <email>joel@neutrinographics.com</email>
    </developer>
  </developers>
  <scm>
    <connection>https://github.com/unfoldingWord-dev/android-gogs-client.git</connection>
    <developerConnection>https://github.com/unfoldingWord-dev/android-gogs-client.git</developerConnection>
    <url>https://github.com/unfoldingWord-dev/android-gogs-client</url>
  </scm>
</project>
