<?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/maven-v4_0_0.xsd">
  <modelVersion>4.0.0</modelVersion>

  <groupId>com.ibm.ims</groupId>
  <artifactId>udb</artifactId>
  <version>15.1.31</version>
  <packaging>jar</packaging>

  <name>IMS Universal Driver</name>
  <description>API that allows IMS applications to interface with both an IMS database and a message queue.</description>
  <url>https://www.ibm.com/docs/en/ims/15.1.0?topic=drivers-ims-universal-overview</url>

  <licenses>
    <license>
      <name>IBM International License Agreement for Non-Warranted Programs</name>
      <url>https://imsdev.github.io/resources/html/</url>
    </license>
  </licenses>

  <developers>
    <developer>
      <name>Joseph Leamon</name>
      <email>jleamon@us.ibm.com</email>
      <organization>IBM</organization>
      <organizationUrl>http://www.ibm.com</organizationUrl>
    </developer>
  </developers>

  <scm>
    <connection>https://imsdev.github.io/resources/html/</connection>
    <developerConnection>https://imsdev.github.io/resources/html/</developerConnection>
    <url>https://imsdev.github.io/resources/html/</url>
   </scm>
</project>