<?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.altibase</groupId>
    <artifactId>altibase-jdbc</artifactId>
    <version>7.1.0.10.2</version>
    <packaging>jar</packaging>

    <name>Altibase JDBC Driver</name>
    <description>JDBC driver for Altibase </description>
    <url>https://www.altibase.com/en/product/enterprise.php</url>

    <licenses>
        <license>
            <name>Commercial License</name>
            <url>https://www.altibase.com/en</url>
        </license>
    </licenses>

    <developers>
        <developer>
            <name>Geoffrey Park</name>
            <email>geoffrey.park@altibase.com</email>
            <organization>Altibase</organization>
            <organizationUrl>https://www.altibase.com/en</organizationUrl>
        </developer>
    </developers>

    <scm>
        <connection>scm:svn://svn.altibase.in/altidev4/trunk</connection>
        <developerConnection>scm:svn://svn.altibase.in/altidev4/trunk</developerConnection>
        <url>http://svn.altibase.in/cgi-bin/viewvc.cgi/altidev4/trunk</url>
    </scm>
</project>
