<?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>dev.denwav.hypo</groupId>
  <artifactId>hypo-platform</artifactId>
  <version>1.2.4</version>
  <packaging>pom</packaging>
  <name>Hypo</name>
  <description>An extensible and pluggable Java bytecode analytical model</description>
  <url>https://github.com/DenWav/Hypo</url>
  <inceptionYear>2021</inceptionYear>
  <licenses>
    <license>
      <name>LGPL-3.0-only</name>
      <url>https://github.com/DenWav/Hypo/blob/main/COPYING.lesser</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>DenWav</id>
      <name>Kyle Wood</name>
      <email>kyle@denwav.dev</email>
      <url>https://github.com/DenWav</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/DenWav/Hypo.git</connection>
    <developerConnection>scm:git:https://github.com/DenWav/Hypo.git</developerConnection>
    <url>https://github.com/DenWav/Hypo</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/DenWav/Hypo/issues</url>
  </issueManagement>
  <dependencyManagement>
    <dependencies>
      <dependency>
        <groupId>dev.denwav.hypo</groupId>
        <artifactId>hypo-asm</artifactId>
        <version>1.2.4</version>
      </dependency>
      <dependency>
        <groupId>dev.denwav.hypo</groupId>
        <artifactId>hypo-asm-hydrate</artifactId>
        <version>1.2.4</version>
      </dependency>
      <dependency>
        <groupId>dev.denwav.hypo</groupId>
        <artifactId>hypo-core</artifactId>
        <version>1.2.4</version>
      </dependency>
      <dependency>
        <groupId>dev.denwav.hypo</groupId>
        <artifactId>hypo-hydrate</artifactId>
        <version>1.2.4</version>
      </dependency>
      <dependency>
        <groupId>dev.denwav.hypo</groupId>
        <artifactId>hypo-mappings</artifactId>
        <version>1.2.4</version>
      </dependency>
      <dependency>
        <groupId>dev.denwav.hypo</groupId>
        <artifactId>hypo-model</artifactId>
        <version>1.2.4</version>
      </dependency>
    </dependencies>
  </dependencyManagement>
</project>
