<project>
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.stchome.products.dsms</groupId>
    <artifactId>parent</artifactId>
    <version>2.2-SNAPSHOT</version>
  </parent>

  <name>DSMS Legacy: Parent</name>
  <groupId>com.stchome.products.dsms.legacy</groupId>
  <artifactId>legacy</artifactId>
  <packaging>pom</packaging>
<modules><module>sample-jar</module></modules>
 </project>

