<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xmlns="http://maven.apache.org/POM/4.0.0"
         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>common.utils</artifactId>
    <packaging>jar</packaging>

    <name>Core Automation Common - Utilities</name>
    <description>The set of common utilities for CATools projects</description>

    <parent>
        <groupId>org.catools</groupId>
        <artifactId>catools.parent</artifactId>
        <version>0.1.39</version>
        <relativePath>../catools.parent/pom.xml</relativePath>
    </parent>
</project>
