<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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>
	<groupId>com.highgo</groupId>
	<artifactId>HgdbJdbc</artifactId>
	<version>6.2.4</version>
	<packaging>jar</packaging>
	<name>hgdbjdbc Highgo</name>
	<description>Highgo Database JDBC Driver</description>
	<url>https://www.highgo.com/</url>
	<organization>
		<name>Highgo Software</name>
		<url>https://www.highgo.com/</url>
	</organization>
	<licenses>
		<license>
			<name>The Apache License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
		</license>
	</licenses>
	<developers>
		<developer>
			<id>highgo</id>
			<name>Highgo Software</name>
		</developer>
	</developers>
	<scm>
		<connection>scm:https://github.com/highgo-driver/hgdb-jdbc.git</connection>
		<developerConnection>scm:https://github.com/highgo-driver/hgdb-jdbc.git</developerConnection>
		<url>https://github.com/highgo-driver/hgdb-jdbc</url>
	</scm>
</project>