<?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">
    <parent>
        <artifactId>won-parent-pom</artifactId>
        <relativePath>../won-parent-pom</relativePath>
        <groupId>at.researchstudio.sat</groupId>
        <version>0.7</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>
    <name>Utilities</name>
    <artifactId>won-utils</artifactId>
    <version>0.7</version>
    <modules>
        <module>won-utils-import</module>
        <module>won-utils-mail</module>
        <module>won-utils-crawl</module>
        <module>won-utils-goals</module>
        <module>won-utils-conversation</module>
        <module>won-utils-tls</module>
        <module>won-utils-batch</module>
    </modules>
    <packaging>pom</packaging>
</project>