<?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">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.hibernate.tool</groupId>
  <artifactId>hibernate-tools-gradle</artifactId>
  <version>6.6.14.Final</version>
  <name>hibernate-tools-gradle</name>
  <description>Gradle plugin to provide hibernate-tools reverse engineering and code/schema generation abilities.</description>
  <url>https://hibernate.org/tools</url>
  <organization>
    <name>Hibernate.org</name>
    <url>https://hibernate.org</url>
  </organization>
  <licenses>
    <license>
      <name>Apache License, version 2.0</name>
      <url>https://www.apache.org/licenses/LICENSE-2.0</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>maxandersen</id>
      <name>Max Andersen</name>
      <email>max@hibernate.org</email>
      <url>https://in.relation.to/Bloggers/Max</url>
    </developer>
    <developer>
      <id>koentsje</id>
      <name>Koen Aers</name>
      <email>koen@hibernate.org</email>
      <url>https://koentsje.blogspot.be</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/hibernate/hibernate-tools.git</connection>
    <developerConnection>scm:git:git@github.com:hibernate/hibernate-tools.git</developerConnection>
    <url>https://github.com/hibernate/hibernate-tools</url>
  </scm>
  <issueManagement>
    <system>jira</system>
    <url>https://hibernate.atlassian.net/browse/HBX</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>org.hibernate.tool</groupId>
      <artifactId>hibernate-tools-orm</artifactId>
      <version>6.6.14.Final</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
