<?xml version="1.0" encoding="UTF-8"?>
<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.unboundid</groupId>
  <artifactId>unboundid-ldapsdk</artifactId>
  <packaging>jar</packaging>
  <name>UnboundID LDAP SDK for Java</name>
  <version>2.3.1</version>
  <description>A fast, comprehensive, and easy-to-use Java API for
    communicating with LDAP directory servers and performing related tasks like
    reading and writing LDIF, encoding and decoding data using base64 and ASN.1
    BER, and performing secure communication.</description>
  <url>http://www.unboundid.com/</url>
  <licenses>
    <license>
      <name>GNU General Public License version 2</name>
      <url>http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt</url>
    </license>
    <license>
      <name>GNU Lesser General Public License version 2.1</name>
      <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
    </license>
    <license>
      <name>UnboundID LDAP SDK Free Use License</name>
      <url>http://www.unboundid.com/products/ldapsdk/docs/LICENSE-UnboundID-LDAPSDK.txt</url>
    </license>
  </licenses>
  <scm>
    <connection>scm:svn:https://ldap-sdk.svn.sourceforge.net/svnroot/ldap-sdk/trunk</connection>
    <developerConnection>scm:svn:https://ldap-sdk.svn.sourceforge.net/svnroot/ldap-sdk/trunk</developerConnection>
    <tag>HEAD</tag>
    <url>http://ldap-sdk.svn.sourceforge.net/viewvc/ldap-sdk/trunk/</url>
  </scm>
</project>
