<?xml version="1.0" encoding="UTF-8"?>
<project>
    <modelVersion>4.0.0</modelVersion>

    <groupId>me</groupId>
    <artifactId>first</artifactId>
    <name>First</name>
    <packaging>jar</packaging>
    
    <parent>
        <groupId>me</groupId>
        <artifactId>root</artifactId>
        <version>1.0-SNAPSHOT</version> 
        <relativePath>../pom.xml</relativePath>
    </parent>
</project>

