<?xml version="1.0" encoding="UTF-8"?>
<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>

    <!-- no reference to parent to make this POM self contained -->

    <groupId>com.marklogic</groupId>
    <artifactId>java-client-api</artifactId>
    <version>4.0.1</version>
    <name>MarkLogic Java Client API</name>
    <description>The official MarkLogic Java client API. with a deprecated name. The artifact ID is now called
                 marklogic-client-api.</description>
    <url>https://github.com/marklogic/java-client-api</url>
    <packaging>pom</packaging>
    <licenses>
        <license>
            <name>The Apache License, Version 2.0</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
        </license>
    </licenses>

    <developers>
        <developer>
            <name>MarkLogic</name>
            <email>java-sig@marklogic.com</email>
            <organization>MarkLogic</organization>
            <organizationUrl>https://www.marklogic.com</organizationUrl>
        </developer>
        <developer>
            <name>MarkLogic Github Contributors</name>
            <email>general@developer.marklogic.com</email>
            <organization>Github Contributors</organization>
            <organizationUrl>https://github.com/marklogic/java-client-api/graphs/contributors</organizationUrl>
        </developer>
    </developers>

    <scm>
        <connection>scm:git:git@github.com:marklogic/java-client-api.git</connection>
            <developerConnection>scm:git:git@github.com:marklogic/java-client-api.git</developerConnection>
        <url>git@github.com:marklogic/java-client-api.git</url>
    </scm>
    <distributionManagement>
        <relocation>
            <groupId>com.marklogic</groupId>
            <artifactId>marklogic-client-api</artifactId>
            <version>4.0.1</version>
            <message>This was renamed and re-versioned since version 4.0.1. Please adjust your dependencies. Correct artifact id is marklogic-client-api</message>
        </relocation>
    </distributionManagement>

</project>
