<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.quickfixj</groupId>
		<artifactId>quickfixj-parent</artifactId>
		<version>3.0.0</version>
	</parent>

	<artifactId>quickfixj-messages</artifactId>
	<packaging>pom</packaging>

	<name>QuickFIX/J Message classes for various FIX specs</name>
	<description>QuickFIX/J Message classes for various FIX specs</description>
	<url>http://www.quickfixj.org</url>
	
	<properties>
		<generator.decimal>false</generator.decimal>
	</properties>


	<modules>
		<!-- The order in which these modules is run is significant
			ordering affects the precedence of field generation from FIX Protocol Versions
			ordering affects the pruning of generated sources and classes 
			See the ./readme.md -->
		<module>quickfixj-messages-fixt11</module>
		<module>quickfixj-messages-all</module>
		<module>quickfixj-messages-fixlatest</module>
		<module>quickfixj-messages-fix50sp2</module>
		<module>quickfixj-messages-fix50sp1</module>
		<module>quickfixj-messages-fix50</module>
		<module>quickfixj-messages-fix44</module>
		<module>quickfixj-messages-fix43</module>
		<module>quickfixj-messages-fix42</module>
		<module>quickfixj-messages-fix41</module>
		<module>quickfixj-messages-fix40</module>
	</modules>

</project>
