<?xml version="1.0" encoding="UTF-8"?>
<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>io.github.jdbcx</groupId>
  <artifactId>jdbcx-driver</artifactId>
  <name>jdbcx-driver</name>
  <version>0.7.1</version>
  <description>JDBC wrapper with extended data and query features.</description>
  <url>https://github.com/jdbcx/jdbcx/tree/main/driver</url>
  <developers>
    <developer>
      <id>zhicwu</id>
      <name>Zhichun Wu</name>
      <email>zhicwu@gmail.com</email>
      <timezone>+8</timezone>
    </developer>
  </developers>
  <licenses>
    <license>
      <name>The Apache Software License, Version 2.0</name>
      <url>http://www.apache.org/licenses/LICENSE-2.0</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <connection>scm:git@github.com:jdbcx/jdbcx.git/jdbcx-driver</connection>
    <developerConnection>scm:git@github.com:jdbcx/jdbcx.git/jdbcx-driver</developerConnection>
    <url>https://github.com/jdbcx/jdbcx/jdbcx-driver</url>
  </scm>
</project>
