<?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/xsd/maven-4.0.0.xsd">
	<modelVersion>4.0.0</modelVersion>

	<parent>
		<groupId>com.xlrit.gears.runtime</groupId>
		<artifactId>gears-runtime-root</artifactId>
		<version>1.8.11</version>
	</parent>
	<artifactId>gears-runtime-plugins</artifactId>
	<packaging>pom</packaging>
	<name>${project.groupId}:${project.artifactId}</name>
	<description>GEARS Runtime Plugins</description>

	<modules>
		<module>plugin-mail</module>
		<module>plugin-jasper</module>
		<module>plugin-xdocreport</module>
		<module>plugin-scim</module>
		<module>plugin-msgraph</module>
	</modules>
</project>
