<?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>
    <packaging>pom</packaging>
    <groupId>pl.matsuo</groupId>
    <artifactId>matsuo-util</artifactId>

    <parent>
        <groupId>pl.matsuo</groupId>
        <artifactId>matsuo-core-parent</artifactId>
        <version>0.1.7</version>
    </parent>

    <modules>
        <module>matsuo-util-collection</module>
        <module>matsuo-util-common</module>
        <module>matsuo-util-desktop</module>
        <module>matsuo-util-freemarker</module>
        <module>matsuo-util-functional</module>
    </modules>
</project>