<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">

    <modelVersion>4.0.0</modelVersion>

    <groupId>org.jboss.logmanager</groupId>
    <artifactId>jboss-logmanager-embedded</artifactId>
    <packaging>pom</packaging>

    <version>1.2.0.Final</version>

    <name>JBoss Log Manager (Embedded) (Relocation)</name>
    <description>Relocation of the JBoss LogManager artifact</description>

    <url>https://jboss.org</url>

    <scm>
        <connection>scm:git:git@github.com:jboss-logging/jboss-logmanager.git</connection>
        <developerConnection>scm:git:git@github.com:jboss-logging/jboss-logmanager.git</developerConnection>
        <url>https://github.com/jboss-logging/jboss-logmanager</url>
        <tag>HEAD</tag>
    </scm>

    <developers>
        <developer>
            <name>David Lloyd</name>
            <email>david.lloyd@redhat.com</email>
            <organization>Red Hat</organization>
            <organizationUrl>https://redhat.com/en</organizationUrl>
        </developer>
    </developers>

    <licenses>
        <license>
            <name>Apache License 2.0</name>
            <url>http://repository.jboss.org/licenses/apache-2.0.txt</url>
            <distribution>repo</distribution>
        </license>
    </licenses>

    <distributionManagement>
        <relocation>
            <groupId>org.jboss.logmanager</groupId>
            <artifactId>jboss-logmanager</artifactId>
            <version>3.0.0.Final</version>
        </relocation>
    </distributionManagement>
</project>
