aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-core/src/test/resources-project-builder/profile-module-inheritance/sub/pom.xml
blob: 60f057cce38e5e72e5b3cf822b503b3d2626f30c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<project>
    <parent>
    <groupId>org.ops4j.pax</groupId>
    <artifactId>construct</artifactId>
    <version>1.0</version>
  </parent>

  <modelVersion>4.0.0</modelVersion>
  <groupId>org.ops4j</groupId>
  <artifactId>maven-inherit-plugin</artifactId>
  <version>1.1</version>
</project>