blob: 98ef9803ece35cf90a7c55dfafe50e5e8ddcb824 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven.its.mng624.depmgmt</groupId>
<artifactId>parent</artifactId>
</parent>
<artifactId>child</artifactId>
<packaging>pom</packaging>
<name>child</name>
<modules>
<module>grandchild1</module>
<module>grandchild2</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.maven.its.mng624.depmgmt</groupId>
<artifactId>grandchild2</artifactId>
<version>${ver}</version>
</dependency>
</dependencies>
</dependencyManagement>
</project>