<?xml version="1.0" encoding="UTF-8"?>
<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">
    <parent>
        <artifactId>logger-parent</artifactId>
        <groupId>com.truthbean</groupId>
        <version>0.5.2-RELEASE</version>
        <relativePath>../pom.xml</relativePath>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>logger-boot-parent</artifactId>
    <packaging>pom</packaging>

    <name>logger-boot-parent</name>
    <description>logger boot parent of the truthbean logger framework</description>
    <url>http://www.truthbean.com/logger</url>

    <modules>
        <module>log4j2</module>
        <module>slf4j</module>
        <module>stdout</module>
    </modules>

</project>