<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.ibm.db2</groupId>
  <artifactId>jcc</artifactId>
  <version>12.1.2.0</version>
  <name>IBM Data Server Driver for JDBC and SQLJ</name>
  <description>IBM Data Server Driver for JDBC and SQLJ is a pure-Java driver (Type 4) that supports the JDBC 4 specification. You can use this JDBC driver for Java applications that access the Db2® LUW database server.</description>
  <scm>
    <url>https://www.rocketsoftware.com/</url>
  </scm> 
  <url>https://www.rocketsoftware.com/</url>
  <developers>
    <developer>
      <email>kmisra@rocketsoftware.com</email>
      <name>Kollol Kumar Misra</name>
      <url>https://www.rocketsoftware.com/</url>
      <id>db2jcc</id>
    </developer>
  </developers>
 <licenses>
    <license>
      <name>International Program License Agreement (IPLA)</name>
      <url>https://www.ibm.com/support/customer/csol/terms/?ref=L-YSFW-9526ZM-01-06-2025-zz-en</url>
      <distribution>repo</distribution>
      <comments>You can use this JDBC driver for Java applications that access the Db2 LUW database server</comments>
    </license>
  </licenses>
</project>