<?xml version="1.0" encoding="UTF-8"?><project>
  <parent>
    <artifactId>MNG-2861</artifactId>
    <groupId>test</groupId>
    <version>1.0-SNAPSHOT</version>
  </parent>
  <modelVersion>4.0.0</modelVersion>
  <groupId>test</groupId>
  <artifactId>B</artifactId>
  <name>B</name>
  <version>1.0-SNAPSHOT</version>
  <url>http://maven.apache.org</url>
  <dependencies>
    <dependency>
      <groupId>oldgroupId</groupId>
      <artifactId>project</artifactId>
      <version>[1.2,)</version>
    </dependency>
  </dependencies>
  <repositories>
    <repository>
      <id>id</id>
      <url>file://localhost/${basedir}/../../repository</url>
    </repository>
  </repositories>
</project>
