<?xml version='1.0' encoding='UTF-8'?>
<project 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" xmlns="http://maven.apache.org/POM/4.0.0">
    <modelVersion>4.0.0</modelVersion>
    <groupId>io.stryker-mutator</groupId>
    <artifactId>mutation-testing-elements</artifactId>
    <packaging>jar</packaging>
    <description>A suite of web components for a mutation testing report.</description>
    <url>https://stryker-mutator.io/</url>
    <version>3.7.0</version>
    <licenses>
        <license>
            <name>Apache-2.0</name>
            <url>https://www.apache.org/licenses/LICENSE-2.0</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <name>mutation-testing-elements</name>
    <organization>
        <name>io.stryker-mutator</name>
        <url>https://stryker-mutator.io/</url>
    </organization>
    <scm>
        <url>https://github.com/stryker-mutator/mutation-testing-elements</url>
        <connection>scm:git:https://github.com/stryker-mutator/mutation-testing-elements.git</connection>
        <developerConnection>scm:git:git@github.com:stryker-mutator/mutation-testing-elements.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <id>hugo-vrijswijk</id>
            <name>Hugo van Rijswijk</name>
            <url>https://github.com/hugo-vrijswijk</url>
            <email>hugo.v.rijswijk@gmail.com</email>
        </developer>
    </developers>
    <properties>
        <info.versionScheme>semver-spec</info.versionScheme>
    </properties>
</project>