<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<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>
    <artifactId>numble-parent</artifactId>
    <url>https://github.com/timboudreau/numble</url>
    <parent>
        <groupId>com.mastfrog</groupId>
        <artifactId>mastfrog-parent</artifactId>
        <version>2.8.1</version>
        <relativePath/>
    </parent>
    <name>Numble Parent</name>
    <description>BOM POM for the Numble bean-from-annotation framework</description>
    <packaging>pom</packaging>
    <modules>
        <module>numble</module>
        <module>numble-acteur</module>
    </modules>
    <issueManagement>
        <system>Github</system>
        <url>https://github.com/timboudreau/numble/issues</url>
    </issueManagement>
    <scm>
        <url>https://github.com/timboudreau/numble.git</url>
        <connection>scm:git:https://github.com/timboudreau/numble.git</connection>
        <developerConnection>git@github.com/timboudreau/numble.git</developerConnection>
    </scm>
    <organization>
        <name>Mastfrog Technologies</name>
        <url>https://mastfrog.com</url>
    </organization>
    <licenses>
        <license>
            <name>MIT</name>
            <url>https://opensource.org/licenses/MIT</url>
            <distribution>repo</distribution>
        </license>
    </licenses>
    <developers>
        <developer>
            <name>Tim Boudreau</name>
            <email>tim@timboudreau.com</email>
            <url>https://timboudreau.com</url>
        </developer>
    </developers>
</project>
