<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>
    <groupId>net.thevpc.xprojects.builders</groupId>
    <artifactId>fleetview-all-builder</artifactId>
    <name>Fleetview All Project Builder</name>
    <version>1.0.0.0</version>
    <packaging>pom</packaging>
    <modules>
        <module>icon-fleetview-manager-v3-backend</module>
        <module>icon-fleetview-v2-addons</module>
        <module>icon-fleetview-manager-v3-hal</module>
    </modules>
</project>