<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <groupId>mil.nga</groupId>
  <artifactId>sqlite-android</artifactId>
  <version>3500400</version>
  <packaging>aar</packaging>
  <name>SQLite Android Bindings</name>
  <description>SQLite Android Bindings from https://sqlite.org</description>
  <url>https://sqlite.org</url>
  <licenses>
    <license>
      <name>Public Domain</name>
      <url>https://sqlite.org/copyright.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <organization>
    <name>SQLite</name>
    <url>https://sqlite.org</url>
  </organization>
  <developers>
    <developer>
      <id>nruss11-om</id>
      <name>Nathan Russell</name>
      <email>nathan.russell@omnifederal.com</email>
      <organizationUrl>https://omnifederal.com/</organizationUrl>
      <roles>
        <role>developer</role>
      </roles>
      <timezone>UTC-05</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:fossil:https://www.sqlite.org/src</connection>
    <developerConnection>scm:fossil:https://www.sqlite.org/src</developerConnection>
    <url>https://www.sqlite.org/src</url>
  </scm>
  <distributionManagement>
     <repository>
         <id>ossrh-staging-api</id>
         <url>https://ossrh-staging-api.central.sonatype.com/service/local/staging/deploy/maven2/</url>
     </repository>
  </distributionManagement>
</project>
