aboutsummaryrefslogtreecommitdiffstats
path: root/framework/src/maven/apache-maven-3.3.3/maven-compat/src/test/resources/inheritance-repo/t00/maven/poms/p3-1.0.pom
blob: d40684e9702c20cb63d397ba90abbf765caca3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<project>
  <parent>
    <artifactId>p2</artifactId>
    <groupId>maven</groupId>
    <version>1.0</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>maven</groupId>
  <artifactId>p3</artifactId>
  <packaging>pom</packaging>
  <name>p3</name>
  <version>1.0</version>
  <inceptionYear>2000</inceptionYear>
</project>