<?xml version="1.0" encoding="UTF-8"?>
<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">

  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>net.stickycode.parent</groupId>
    <artifactId>sticky-parent-tile</artifactId>
    <version>2.2</version>
  </parent>

  <groupId>net.stickycode.tile</groupId>
  <artifactId>sticky-tile-testing</artifactId>
  <version>2.9</version>

  <packaging>tile</packaging>
  <name>${project.artifactId}-2</name>
  <description>Unit, Component and Integration Test Lifecycles</description>
  <url>https://github.com/StickySource/tile</url>

  <scm>
    <developerConnection>${git.url}</developerConnection>
    <tag>sticky-tile-testing-2.9</tag>
  </scm>

</project>
