<?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-jar</artifactId>
		<version>1.21</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode.stile</groupId>
	<artifactId>stile-version</artifactId>
	<version>0.1</version>
	<packaging>jar</packaging>

	<name>stile-version</name>

	<inceptionYear>2009</inceptionYear>
	<dependencies>
		<dependency>
			<groupId>net.stickycode.composite</groupId>
			<artifactId>sticky-composite-logging-deploy</artifactId>
			<version>[1.4,3)</version>
			<scope>test</scope>
		</dependency>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-exception</artifactId>
			<version>[1.7,2)</version>
		</dependency>
		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-stereotype</artifactId>
			<version>[1.16,2)</version>
		</dependency>
		<dependency>
			<groupId>org.mockwire</groupId>
			<artifactId>mockwire-spring30</artifactId>
			<version>[6.4,7)</version>
			<scope>test</scope>
		</dependency>
	</dependencies>

  <scm>
    <connection>scm:svn:http://source.stickycode.net/tags/net.stickycode.stile/stile-version-0.1</connection>
    <developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode.stile/stile-version-0.1</developerConnection>
    <url>scm:svn:http://source.stickycode.net/tags/net.stickycode.stile/stile-version-0.1</url>
  </scm>
</project>
