<?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>

    <groupId>com.gbasedbt</groupId>
    <artifactId>jdbc</artifactId>
    <version>3.6.3.33</version>

    <packaging>jar</packaging>
    <!--
        jdbc.jar: Supports JDBC 4.0 spec and for user with JDK8.
    -->
    <name>jdbc</name>
    <description> GBase 8s Database JDBC Driver compatible with JDK8</description>
    <url>https://gbasedbt.com/dl/jdbc</url>
    <inceptionYear>2004</inceptionYear>
    <licenses>
        <license>
            <name>GBase LICENSE AGREEMENT</name>
            <url>https://gbasedbt.com/licenses/LA.txt</url>
        </license>
    </licenses>
    <developers>
        <developer>
            <organization>GBase Inc.</organization>
            <organizationUrl>https://gbasedbt.com</organizationUrl>
        </developer>
    </developers>
    <scm>
        <connection>scm:git:git@github.com/liaosnet/jdbc.git</connection>
        <url>https://github.com/liaosnet/jdbc</url>
    </scm>
</project>
