<?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>
    <groupId>com.googlecode.wicketelements</groupId>
    <artifactId>components</artifactId>
    <version>1.0</version>
    <parent>
        <artifactId>parent</artifactId>
        <groupId>com.googlecode.wicketelements</groupId>
        <version>1.0</version>
        <relativePath>../parent</relativePath>
    </parent>
    <name>Wicket Elements Components</name>
    <description>Various Apache Wicket components.</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>http://code.google.com/p/wicket-elements/source/browse/#hg%2Fwicket-elements%2Fparent</url>
        <tag>HEAD</tag>
        <connection>scm:hg:https://wicket-elements.googlecode.com/hg/</connection>
        <developerConnection>scm:hg:https://wicket-elements.googlecode.com/hg/</developerConnection>
    </scm>
    <dependencies>
        <dependency>
            <artifactId>common</artifactId>
            <groupId>com.googlecode.wicketelements</groupId>
        </dependency>
        <dependency>
            <artifactId>library</artifactId>
            <groupId>com.googlecode.wicketelements</groupId>
        </dependency>
    </dependencies>
</project>
