<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>
		<relativePath>../pom.xml</relativePath>
	</parent>
	<artifactId>wicketstuff-jamon-parent</artifactId>
	<packaging>pom</packaging>
	<name>Jamon Parent</name>
	<description>Parent project for Wicketstuff Jamon</description>
	<modules>
		<module>jamon</module>
		<module>jamon-examples</module>
	</modules>

	<properties>
		<jamon.version>2.82</jamon.version>
	</properties>

	<dependencyManagement>
		<dependencies>
			<dependency>
				<groupId>com.jamonapi</groupId>
				<artifactId>jamon</artifactId>
				<version>${jamon.version}</version>
				<scope>compile</scope>
			</dependency>
		</dependencies>
	</dependencyManagement>
</project>
