<?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.couchbase.lite</groupId>
  <artifactId>couchbase-lite-android-sqlcipher</artifactId>
  <version>1.3.1</version>
  <packaging>aar</packaging>
  <licenses>
    <license>
      <name>Couchbase Community Edition License Agreement</name>
      <url>http://www.couchbase.com/agreement/community</url>
      <distribution>repo</distribution>
    </license>
  </licenses>

  <name>com.couchbase.lite:couchbase-lite-android-sqlcipher</name>
  <description>This is a shared native SQLite library used for Couchbase Lite Java.</description>
  <url>http://developer.couchbase.com/mobile/</url>
  <scm>

  <connection>scm:git:git@github.com:couchbase/couchbase-lite-java-native.git</connection>
  <developerConnection>scm:git:git@github.com:couchbase/couchbase-lite-java-native.git</developerConnection>
  <url>git@github.com:couchbase/couchbase-lite-java-native.git</url>
  </scm>

  <developers>
  <developer>
  <name>Hideki Itakura</name>
  <email>hideki@couchbase.com</email>
  <organization>Couchbase</organization>
  <organizationUrl>http://www.couchbase.com</organizationUrl>
  </developer>
  </developers>  
</project>
