<?xml version="1.0" encoding="UTF-8"?>
<!-- ~ Developed with the contribution of the European Commission - Directorate 
General for Maritime Affairs and Fisheries ~ © European Union, 2015-2016. 
~ ~ This file is part of the Integrated Fisheries Data Management (IFDM) 
Suite. The IFDM Suite is free software: you can ~ redistribute it and/or 
modify it under the terms of the GNU General Public License as published 
by the ~ Free Software Foundation, either version 3 of the License, or any 
later version. The IFDM Suite is distributed in ~ the hope that it will be 
useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY 
or ~ FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 
for more details. You should have received a ~ copy of the GNU General Public 
License along with the IFDM Suite. If not, see <http://www.gnu.org/licenses />. -->
<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>fish.focus.maven</groupId>
		<artifactId>focus-pom</artifactId>
		<version>2.5</version>
	</parent>

    <artifactId>uvms-pom-aggregate</artifactId>
    <version>3.12</version>
    <packaging>pom</packaging>
    <properties>
        <project.scm.id>github</project.scm.id>
        <scm.connection>scm:git:https://github.com/FocusFish/uvms-pom.git</scm.connection>
        <scm.url>scm:git:https://github.com/FocusFish/uvms-pom.git</scm.url>
    </properties>
    <scm>
        <url>${scm.url}</url>
        <connection>${scm.connection}</connection>
        <tag>HEAD</tag>
    </scm>

    <modules>
        <module>uvms-pom</module>
        <module>uvms-pom-test-deps</module>
        <module>uvms-pom-gis-deps</module>
        <module>uvms-pom-monitoring-deps</module>		
        <module>uvms-pom-arquillian-deps</module>
        <module>uvms-pom-java11-deps</module>
    </modules>  

</project>
