<?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>us.fatehi</groupId>
  <artifactId>schemacrawler-tests</artifactId>
  <version>17.11.3</version>
  <name>SchemaCrawler Tests</name>
  <description>Free database schema discovery and comprehension tool</description>
  <url>https://www.schemacrawler.com/schemacrawler-tests</url>
  <licenses>
    <license>
      <name>EPL-2.0</name>
      <url>https://www.eclipse.org/legal/epl-2.0/</url>
    </license>
    <license>
      <name>LGPL-3.0-only</name>
      <url>https://www.gnu.org/licenses/lgpl-3.0.html</url>
    </license>
    <license>
      <name>GPL-3.0-only</name>
      <url>https://www.gnu.org/licenses/gpl-3.0.html</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>sfatehi</id>
      <name>Sualeh Fatehi</name>
      <email>sualeh@hotmail.com</email>
      <organization>Sualeh Fatehi</organization>
      <roles>
        <role>All</role>
      </roles>
      <timezone>-5</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:git://github.com/schemacrawler/SchemaCrawler-Core.git/schemacrawler-tests</connection>
    <url>https://github.com/schemacrawler/SchemaCrawler-Core/schemacrawler-tests</url>
  </scm>
  <build>
    <plugins>
      <plugin>
        <groupId>org.sonatype.central</groupId>
        <artifactId>central-publishing-maven-plugin</artifactId>
        <version>0.10.0</version>
        <extensions>true</extensions>
      </plugin>
    </plugins>
  </build>
</project>
