<?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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<groupId>org.cementframework</groupId>
	<artifactId>querybyproxy</artifactId>
	<version>0.5.3</version>

	<parent>
		<groupId>org.cementframework</groupId>
		<artifactId>cement-parent</artifactId>
		<version>0.5.3</version>
	</parent>

	<packaging>pom</packaging>

	<name>Query By Proxy: Parent</name>
	<description>
       A criteria api where path expression are created by invoking methods on a proxy for class.
      </description>
	<url>http://www.cementframework.org/wiki/display/main/query-by-proxy</url>

	<developers>
		<developer>
			<name>Allen Parslow</name>
			<email>allenparslow@live.com</email>
		</developer>
	</developers>
	<organization>
		<name>cementframework.org</name>
		<url>www.cementframework.org</url>
	</organization>

	<licenses>
		<license>
			<name>The Apache Software License, Version 2.0</name>
			<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
			<distribution>repo</distribution>
		</license>
	</licenses>

	<scm>
		<connection>scm:svn:https://www.cementframework.org/repos/pub/querybyproxy/tags/querybyproxy-0.5.3</connection>
	</scm>

	<modules>
		<module>querybyproxy-shared</module>
		<module>querybyproxy-hql</module>
	</modules>
</project>