<?xml version="1.0"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
	<modelVersion>4.0.0</modelVersion>
	<parent>
		<groupId>com.quamto.jira</groupId>
		<artifactId>plugins-core</artifactId>
		<version>1.6.1</version>
	</parent>
	<artifactId>plugins-business</artifactId>
    <name>${project.groupId}:${project.artifactId}</name>
	<description>Library that contains the plugins business rules</description>
	<url>https://bitbucket.org/QTODEVS/jira-api/admin</url>
	<properties>
		<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
	</properties>
	<dependencies>
		<dependency>
			<groupId>com.quamto.jira</groupId>
			<artifactId>plugins-data</artifactId>
			<version>${project.version}</version>
	  	</dependency>
	</dependencies>
</project>
