<?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>

    <parent>
    	<groupId>org.wicketstuff</groupId>
        <artifactId>wicketstuff-core</artifactId>
        <version>7.2.0</version>
    </parent>

    <artifactId>wicketstuff-html5-parent</artifactId>
    <packaging>pom</packaging>

    <name>Wicket HTML5 :: Parent</name>

    <organization>
        <name>Mystic Coders, LLC</name>
        <url>http://www.mysticcoders.com</url>
    </organization>

    <developers>
        <developer>
            <name>Andrew Lombardi</name>
            <email>andrew@mysticcoders.com</email>
            <timezone>-8</timezone>
        </developer>

		<developer>
			<id>akiraly</id>
			<name>Király Attila</name>
			<email>kiralyattila.hu@gmail.com</email>
			<timezone>+1</timezone>
		</developer>
    </developers>

    <modules>
        <module>wicket-html5</module>
        <module>wicket-html5-examples</module>
    </modules>
</project>
