<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>9.7.0</version>
  </parent>

  <artifactId>wicketstuff-urlfragment-parent</artifactId>
  <packaging>pom</packaging>
  <properties>
      <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  </properties>
  <modules>
  	<module>urlfragment</module>
  	<module>urlfragment-example</module>
  </modules>
  <name>wicketstuff-urlfragment-parent</name>
  <url>https://github.com/Horsed/WicketUrlFragment</url>
  <description>This is a set of Wicket components which enable you to read and write URL fragment parameters. With this you can build bookmarkable AJAX features.</description>
</project>
