<?xml version="1.0" encoding="UTF-8"?>
<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.foundationdb</groupId>
    <artifactId>fdb-sql-layer-jdbc</artifactId>
    <packaging>jar</packaging>
    <name>FoundationDB SQL Layer JDBC Driver</name>
    <version>2.1-0-jdbc4</version>
    <description>The FoundationDB SQL Layer Driver for JDBC4</description>
    <url>https://foundationdb.com/layers/sql</url>

    <developers>
        <developer>
            <id>tjoneslo</id>
            <name>Thomas Jones-Low</name>
        </developer>
    </developers>

    <licenses>
        <license>
            <name>BSD 3-Clause License</name>
            <url>https://raw.github.com/FoundationDB/sql-layer-jdbc/master/LICENSE</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <scm>
        <connection>scm:git:git@github.com:foundationdb/sql-layer-jdbc.git</connection>
        <developerConnection>scm:git:git@github.com:foundationdb/sql-layer-jdbc.git</developerConnection>
        <url>git@github.com:foundationdb/sql-layer-jdbc.git</url>
    </scm>
</project>
