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

    <groupId>me</groupId>
    <artifactId>second</artifactId>
    <name>Second</name>
    <packaging>pom</packaging>
    
    <modules>
      <module>third</module>
    </modules>

    <parent>
        <groupId>me</groupId>
        <artifactId>first</artifactId>
        <version>${applicationVersion}</version> 
        <relativePath>../pom.xml</relativePath>
    </parent>
</project>

