<?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">
    <modelVersion>4.0.0</modelVersion>
    <parent>
        <groupId>org.wicketstuff</groupId>
        <artifactId>wicketstuff-core</artifactId>
        <version>8.14.0</version>
    </parent>

    <artifactId>wicket-mount-parent</artifactId>
    <packaging>pom</packaging>
    <organization>
        <name>WicketStuff</name>
        <url>http://www.wicketstuff.org</url>
    </organization>

    <developers>
        <developer>
            <name>John Sarman</name>
        </developer>
    </developers>

    <modules>
        <module>wicket-mount-core</module>
        <module>wicket-mount</module>
        <module>wicket-mount-example</module>
    </modules>

    <dependencyManagement>
        <dependencies>
            <dependency>
                <groupId>${project.groupId}</groupId>
                <artifactId>wicket-mount-core</artifactId>
                <version>${project.version}</version>
            </dependency>
        </dependencies>
    </dependencyManagement>
</project>
