<?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>

    <artifactId>libs</artifactId>
    <packaging>pom</packaging>

    <parent>
        <groupId>io.github.padaiyal</groupId>
        <artifactId>monocle</artifactId>
        <version>2023.01.18</version>
        <relativePath>../pom.xml</relativePath>
    </parent>

    <modules>
        <module>commandline</module>
        <module>filesystem</module>
        <module>host</module>
        <module>i18n</module>
        <module>properties</module>
        <module>unittestextras</module>
        <module>vaidhiyar</module>
        <module>workload</module>
    </modules>

    <distributionManagement>
        <repository>
            <id>github</id>
            <name>jMonocle MVN package deployment</name>
            <url>https://maven.pkg.github.com/padaiyal/jMonocle</url>
        </repository>
    </distributionManagement>

</project>
