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

    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>5</version>
    </parent>

    <groupId>com.nuodb.jdbc</groupId>
    <artifactId>nuodb-jdbc</artifactId>
    <version>24.0.0</version>
    <packaging>jar</packaging>

    <name>NuoDB JDBC Driver</name>
    <description>NuoDB JDBC driver classes for use with JDK 1.7 and newer</description>
    <url>http://www.nuodb.com</url>

    <organization>
        <name>NuoDB, Inc.</name>
        <url>http://www.nuodb.com</url>
    </organization>

    <licenses>
        <license>
            <name>NuoDB Terms and Conditions</name>
            <url>http://www.nuodb.com/download-nuodb/request/terms</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <dependencies>
    </dependencies>

    <developers>
        <developer>
            <id>drivers</id>
            <name>NuoDB Drivers</name>
            <email>drivers@nuodb.com</email>
        </developer>
    </developers>

    <build>
        <plugins>
            <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-gpg-plugin</artifactId>
                <version>3.0.1</version>
                <configuration>
                    <keyname>BB92C51B</keyname>
                </configuration>
                <executions>
                    <execution>
                        <id>sign-artifacts</id>
                        <phase>verify</phase>
                        <goals>
                            <goal>sign</goal>
                        </goals>
                    </execution>
                </executions>
            </plugin>
        </plugins>
    </build>

</project>
