<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>org.scribble</groupId>
	<artifactId>modules</artifactId>
	<packaging>pom</packaging>
	<version>3.0.0.20130320-M1</version>
	<name>Scribble::Modules</name>

	<parent>
		<groupId>org.scribble</groupId>
		<artifactId>parent</artifactId>
		<version>3.0.0.20130320-M1</version>
	</parent>

	<modules>
		<module>org.scribble.protocol.model</module>
		<module>org.scribble.protocol.parser</module>
		<module>org.scribble.protocol.validation</module>
		<module>org.scribble.protocol.cli</module>
	</modules>

</project>

