<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>org.firebirdsql.jdbc</groupId>
	<artifactId>jaybird</artifactId>
	<version>4.0.4.java8</version>
	<packaging>jar</packaging>
	<name>Jaybird JDBC Driver</name>
	<description>JDBC Driver for the Firebird RDBMS</description>
	<url>https://www.firebirdsql.org/en/devel-jdbc-driver/</url>
	<!--
		Initial check-in was 2001-05-09 by "d_jencks" according to commit here:
		https://github.com/FirebirdSQL/jaybird/commit/5e215213f916bc2c46d891da661131e18fb65f14
	-->
	<inceptionYear>2001</inceptionYear>
	<developers>
		<developer>
			<id>mrotteveel</id>
			<name>Mark Rotteveel</name>
			<email>mark@lawinegevaar.nl</email>
			<roles>
				<role>Administrator</role>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>rrokytskyy</id>
			<name>Roman Rokytskyy</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>d_jencks</id>
			<name>David Jencks</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>brodsom</id>
			<name>Blas Rodriguez Somoza</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>gab_reid</id>
			<name>Gabriel Reid</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>ryanbaldwin</id>
			<name>Ryan Baldwin</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>sjardine</id>
			<name>Steven Jardine</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>alberola</id>
			<name>Alejandro Alberola Arias</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>rfincher</id>
			<name>Rick Fincher</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>skywalker</id>
			<name>Mark ODonohue</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>skidder</id>
			<name>Nikolay Samofatov</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>lorban</id>
			<name>Ludovic Orban</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
		<developer>
			<id>tsteinmaurer</id>
			<name>Thomas Steinmaurer</name>
			<roles>
				<role>Developer</role>
			</roles>
		</developer>
	</developers>
	<contributors>
		<contributor>
			<name>Smyatkin-Maxim</name>
			<url>https://github.com/Smyatkin-Maxim</url>
		</contributor>
		<contributor>
			<name>Hajime Nakagami</name>
			<url>https://github.com/nakagami</url>
		</contributor>
		<contributor>
			<name>Vjacheslav Borisov</name>
			<url>https://github.com/slavb18</url>
		</contributor>
		<contributor>
			<name>Ivan Arabadzhiev</name>
			<url>https://github.com/ls4f</url>
		</contributor>
		<contributor>
			<name>Artyom Smirnov</name>
			<url>https://github.com/artyom-smirnov</url>
		</contributor>
		<contributor>
			<name>Vasiliy Yashkov</name>
			<url>https://github.com/vasiliy-yashkov</url>
		</contributor>
		<contributor>
			<name>Julien Nabet</name>
			<url>https://github.com/serval2412</url>
		</contributor>
	</contributors>
	
	<licenses>
		<license>
			<name>GNU Lesser General Public License</name>
			<url>https://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 https://www.gnu.org/copyleft/lesser.html
			</comments>
		</license>
		<license>
			<name>Modified BSD (3-clause) License</name>
			<url>https://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>GitHub</system>
		<url>https://github.com/FirebirdSQL/jaybird/issues/</url>
	</issueManagement>
	
	<dependencies>
		<dependency>
			<groupId>javax.resource</groupId>
			<artifactId>connector-api</artifactId>
			<version>1.5</version>
		</dependency>
		<dependency>
			<groupId>org.antlr</groupId>
			<artifactId>antlr4-runtime</artifactId>
			<version>4.7.2</version>
		</dependency>
		<dependency>
			<groupId>net.java.dev.jna</groupId>
			<artifactId>jna</artifactId>
			<version>5.5.0</version>
			<optional>true</optional>
		</dependency>
	</dependencies>
</project>
