<project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>org.firebirdsql.jdbc</groupId>
    <artifactId>jaybird</artifactId>
    <version>2.2.14</version>
    <distributionManagement>
        <relocation>
            <artifactId>jaybird-jdk17</artifactId>
        </relocation>
    </distributionManagement>
    <packaging>pom</packaging>
    <name>Jaybird JDBC Driver</name>
	<description>JDBC Driver for the Firebird RDBMS</description>
	<url>http://www.firebirdsql.org/en/devel-jdbc-driver/</url>
	<developers>
		<developer>
			<id>mrotteveel</id>
			<name>Mark Rotteveel</name>
			<email>mark@lawinegevaar.nl</email>
			<roles>
				<role>Administrator</role>
				<role>Developer</role>
			</roles>
		</developer>
	</developers>
	
	<licenses>
		<license>
			<name>GNU Lesser General Public License</name>
			<url>http://www.gnu.org/copyleft/lesser.html</url>
			<distribution>repo</distribution>
			<comments>
                The JayBird JCA/JDBC driver is distributed free of charge under the 
                GNU Lesser General Public License (LGPL). Text of the license can be 
                obtained from http://www.gnu.org/copyleft/lesser.html
			</comments>
		</license>
		<license>
			<name>Modified BSD (3-clause) License</name>
			<url>http://www.opensource.org/licenses/BSD-3-Clause</url>
			<distribution>repo</distribution>
			<comments>
				The extension interfaces of Jaybird are defined under a modified BSD license
			</comments>
		</license>
	</licenses>
	
	<scm>
        <connection>scm:git:https://github.com/FirebirdSQL/jaybird.git</connection>
        <developerConnection>scm:git:git@github.com:FirebirdSQL/jaybird.git</developerConnection>
        <url>https://github.com/FirebirdSQL/jaybird</url>
    </scm>
	
	<issueManagement>
		<system>JIRA Tracker</system>
		<url>http://tracker.firebirdsql.org/browse/JDBC</url>
	</issueManagement>
</project>