<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2010 RedEngine Ltd, http://www.redengine.co.nz. All rights reserved. -->
<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">
	<parent>
		<groupId>net.stickycode.parent</groupId>
		<artifactId>sticky-parent-api8</artifactId>
		<version>1.2</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode</groupId>
	<artifactId>sticky-reflector</artifactId>
	<version>3.3</version>
	<packaging>jar</packaging>

	<name>sticky-reflector-2</name>
	<description>Simple reflective bean processing support</description>

	<inceptionYear>2010</inceptionYear>
	<url>http://www.StickyCode.net/sticky-reflector/</url>

	<scm>
		<connection>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-reflector-3.3</connection>
		<developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-reflector-3.3</developerConnection>
		<url>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-reflector-3.3</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-exception</artifactId>
			<version>[3.2,4)</version>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>clirr-maven-plugin</artifactId>
				<configuration>
					<comparisonVersion>[3.1]</comparisonVersion>
				</configuration>
			</plugin>
		</plugins>
	</build>

</project>
