<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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.junit-pioneer</groupId>
  <artifactId>junit-pioneer</artifactId>
  <version>0.6.0</version>
  <dependencies>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-api</artifactId>
      <version>5.4.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.junit.jupiter</groupId>
      <artifactId>junit-jupiter-params</artifactId>
      <version>5.4.2</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
  <name>junit-pioneer</name>
  <packaging>jar</packaging>
  <url>https://github.com/junit-pioneer/junit-pioneer</url>
  <description>JUnit 5 Extension Pack</description>
  <licenses>
    <license>
      <name>The MIT License</name>
      <url>https://github.com/junit-pioneer/junit-pioneer/blob/master/LICENSE</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>https://github.com/junit-pioneer/junit-pioneer.git</url>
  </scm>
  <issueManagement>
    <url>https://github.com/junit-pioneer/junit-pioneer/issues</url>
    <system>GitHub issues</system>
  </issueManagement>
  <ciManagement>
    <url>https://travis-ci.org/junit-pioneer/junit-pioneer</url>
    <system>TravisCI</system>
  </ciManagement>
  <developers>
    <developer>
      <id>nicolaiparlog</id>
      <name>Nicolai Parlog</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/nicolaiparlog</url>
    </developer>
    <developer>
      <id>smoyer64</id>
      <name>Steve Moyer</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/smoyer64</url>
    </developer>
    <developer>
      <id>Bukama</id>
      <name>Matthias Bünger</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/Bukama</url>
    </developer>
    <developer>
      <id>aepfli</id>
      <name>Simon Schrottner</name>
      <roles>
        <role>Core developer</role>
      </roles>
      <url>https://github.com/aepfli</url>
    </developer>
  </developers>
  <contributors>
    <contributor>
      <name>shipkit.org automated bot</name>
      <url>https://github.com/shipkit-org</url>
    </contributor>
    <contributor>
      <name>Marc Philipp</name>
      <url>https://github.com/marcphilipp</url>
    </contributor>
    <contributor>
      <name>Daniel Kraus</name>
      <url>https://github.com/beatngu13</url>
    </contributor>
    <contributor>
      <name>Christian Stein</name>
      <url>https://github.com/sormuras</url>
    </contributor>
    <contributor>
      <name>Benedikt Ritter</name>
      <url>https://github.com/britter</url>
    </contributor>
    <contributor>
      <name>Mihály Verhás</name>
      <url>https://github.com/Michael1993</url>
    </contributor>
    <contributor>
      <name>Hancho2009</name>
      <url>https://github.com/Hancho2009</url>
    </contributor>
    <contributor>
      <name>Ignat Simonenko</name>
      <url>https://github.com/simonenkoi</url>
    </contributor>
    <contributor>
      <name>Allon Murienik</name>
      <url>https://github.com/mureinik</url>
    </contributor>
    <contributor>
      <name>Alex Panchenko</name>
      <url>https://github.com/panchenko</url>
    </contributor>
  </contributors>
</project>
