<?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/maven-v4_0_0.xsd">
    <modelVersion>4.0.0</modelVersion>
    <groupId>com.googlecode.wicketelements</groupId>
    <artifactId>wicket-elements</artifactId>
    <packaging>pom</packaging>
    <version>1.4.10</version>
    <parent>
        <groupId>org.sonatype.oss</groupId>
        <artifactId>oss-parent</artifactId>
        <version>7</version>
    </parent>
    <name>Wicket Elements</name>
    <description>Components and class library for Apache Wicket.</description>
    <url>http://code.google.com/p/wicket-elements/</url>
    <licenses>
        <license>
            <name>Apache 2</name>
            <url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
            <distribution>repo</distribution>
            <comments>A business-friendly OSS license</comments>
        </license>
    </licenses>
    <scm>
        <url>https://github.com/yannickloth/wicket-elements</url>
        <connection>scm:git:https://github.com/yannickloth/wicket-elements.git</connection>
        <developerConnection>scm:git:https://github.com/yannickloth/wicket-elements.git</developerConnection>
    </scm>
    <developers>
        <developer>
            <name>Yannick LOTH</name>
            <timezone>+1</timezone>
            <email>yannick AT littlej.biz</email>
            <organization>LittleJ</organization>
            <organizationUrl>http://www.littlej.biz</organizationUrl>
        </developer>
    </developers>
    <modules>
        <module>wicket-elements-parent</module>
        <module>wicket-elements-security</module>
        <module>wicket-elements-security-shiro</module>
        <module>wicket-elements-components</module>
        <module>wicket-elements-library</module>
    </modules>
</project>