<?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>dev.mardroemmar</groupId>
  <artifactId>truth-extensions-bom</artifactId>
  <version>0.2.0</version>
  <packaging>pom</packaging>
  <name>truth-extensions-bom</name>
  <description>Commonly wanted extensions for Truth.</description>
  <url>https://github.com/Mardroemmar/truth-extensions</url>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://opensource.org/licenses/MIT</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>Proximyst</id>
      <name>Mariell Hoversholm</name>
      <timezone>Europe/Stockholm</timezone>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/Mardroemmar/truth-extensions.git</connection>
    <developerConnection>scm:git:ssh://git@github.com/Mardroemmar/truth-extensions.git</developerConnection>
    <url>https://github.com/Mardroemmar/truth-extensions</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/Mardroemmar/truth-extensions/issues</url>
  </issueManagement>
  <ciManagement>
    <system>GitHub Actions</system>
    <url>https://github.com/Mardroemmar/truth-extensions/actions</url>
  </ciManagement>
</project>
