<?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.cblite</groupId>
	<artifactId>webserver</artifactId>
	<version>2-3</version>
	<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.cblite:webserver</name>
	<description>Embedded web server to expose Couchbase Lite REST API on an http socket </description>
	<url>http://developer.couchbase.com/mobile/</url>

	<scm>
	<connection>scm:git:git@github.com:couchbase/couchbase-lite-java-listener.git</connection>
	<developerConnection>scm:git:git@github.com:couchbase/couchbase-lite-java-listener.git</developerConnection>
	<url>git@github.com:couchbase/couchbase-lite-java-listener.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>
