<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) 2011 RedEngine Ltd, http://www.redengine.co.nz. All rights reserved. -->
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<parent>
		<groupId>net.stickycode.parent</groupId>
		<artifactId>sticky-jar</artifactId>
		<version>1.22</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode</groupId>
	<artifactId>sticky-metadata-api</artifactId>
	<version>2.1</version>
	<packaging>jar</packaging>

	<name>sticky-metadata-api</name>
	<description>Contract for querying metadata about types, methods and fields</description>

	<inceptionYear>2011</inceptionYear>
		<url>http://www.StickyCode.net/sticky-metadata-api/</url>

	<scm>
		<connection>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-metadata-api-2.1</connection>
		<developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-metadata-api-2.1</developerConnection>
		<url>scm:svn:http://source.stickycode.net/tags/net.stickycode/sticky-metadata-api-2.1</url>
	</scm>
	
	<dependencies>
		<dependency>
			<groupId>net.stickycode.stereotype</groupId>
			<artifactId>sticky-stereotype-component</artifactId>
			<version>[2.1,3)</version>
		</dependency>
	</dependencies>
</project>
