<?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-api</artifactId>
		<version>1.8</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode.stereotype</groupId>
	<artifactId>sticky-stereotype-component</artifactId>
	<version>2.2</version>
	<packaging>jar</packaging>

	<name>sticky-stereotype-component-2</name>
	<description>Class, Field and Method metadata used to remove boilerplate code for construction, configuration, scheduling, monitoring, management and more</description>
	<inceptionYear>2008</inceptionYear>
	<url>http://www.StickyCode.net/sticky-stereotype-component/</url>

	<scm>
		<connection>scm:svn:http://source.stickycode.net/tags/net.stickycode.stereotype/sticky-stereotype-component-2.2</connection>
		<developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode.stereotype/sticky-stereotype-component-2.2</developerConnection>
		<url>scm:svn:http://source.stickycode.net/tags/net.stickycode.stereotype/sticky-stereotype-component-2.2</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>net.stickycode.composite</groupId>
			<artifactId>sticky-composite-unittest</artifactId>
			<version>[1.7,2)</version>
			<scope>test</scope>
		</dependency>

		<dependency>
			<groupId>javax.inject</groupId>
			<artifactId>javax.inject</artifactId>
			<version>1</version>
		</dependency>
	</dependencies>

	<build>
		<plugins>
			<plugin>
				<groupId>org.codehaus.mojo</groupId>
				<artifactId>clirr-maven-plugin</artifactId>
				<configuration>
					<comparisonVersion>1.2</comparisonVersion>
				</configuration>
			</plugin>
		</plugins>
	</build>
</project>
