<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>ai.askamerica</groupId>
  <artifactId>askamerica-engine</artifactId>
  <version>0.2.20</version>
  <name>AskAmerica Engine</name>
  <description>JDBC driver for querying 15 US government datasets via Apache Calcite</description>
  <url>https://github.com/kenstott/calcite</url>
  <licenses>
    <license>
      <name>Business Source License 1.1</name>
      <url>https://github.com/kenstott/calcite/blob/main/LICENSE-BSL.txt</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>kenstott</id>
      <name>Kenneth Stott</name>
      <email>kennethstott@gmail.com</email>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/kenstott/calcite.git</connection>
    <developerConnection>scm:git:ssh://github.com/kenstott/calcite.git</developerConnection>
    <url>https://github.com/kenstott/calcite</url>
  </scm>
</project>
