<project>
  <modelVersion>4.0.0</modelVersion>

  <parent>
    <groupId>${property1}</groupId>
    <artifactId>${property2}</artifactId>
    <version>${property3}</version>
  </parent>

  <groupId>personals.samples.filtering</groupId>
  <artifactId>parent-filtering-child</artifactId>
  <version>1</version>

  <properties>
    <property1>personals.samples.filtering</property1>
    <property2>parent-filtering</property2>
    <property3>1</property3>
  </properties>

</project>
