<?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright (c) RedEngine Ltd, http://www.redengine.co.nz -->
<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-parent-jar8</artifactId>
		<version>1.4</version>
	</parent>
	<modelVersion>4.0.0</modelVersion>

	<groupId>net.stickycode.bootstrap</groupId>
	<artifactId>sticky-bootstrap-tck</artifactId>
	<version>2.3</version>
	<packaging>jar</packaging>

	<name>sticky-bootstrap-tck-2</name>
	<description>Test kit for sticky bootstrap</description>
	<inceptionYear>2015</inceptionYear>
	<url>http://www.StickyCode.net/bootstrap/sticky-bootstrap-tck/</url>

	<scm>
		<connection>scm:svn:http://source.stickycode.net/tags/net.stickycode.bootstrap/sticky-bootstrap-tck-2.3</connection>
		<developerConnection>scm:svn:http://source.stickycode.net/tags/net.stickycode.bootstrap/sticky-bootstrap-tck-2.3</developerConnection>
		<url>scm:svn:http://source.stickycode.net/tags/net.stickycode.bootstrap/sticky-bootstrap-tck-2.3</url>
	</scm>

	<dependencies>
		<dependency>
			<groupId>net.stickycode.bootstrap</groupId>
			<artifactId>sticky-bootstrap-api</artifactId>
			<version>[3.4,4)</version>
		</dependency>

		<dependency>
			<groupId>net.stickycode</groupId>
			<artifactId>sticky-testutils</artifactId>
			<version>[2.2,3)</version>
		</dependency>

		<dependency>
			<groupId>net.stickycode.stereotype</groupId>
			<artifactId>sticky-stereotype-configured</artifactId>
			<version>[3.1,4)</version>
		</dependency>
	</dependencies>

</project>
