[MNG-4421] Warn regarding old-style references when used in a project build

o Extended IT to check for proper interpolation in dependency POMs

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@831575 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-10-31 18:06:29 +00:00
parent 8e79e60ba7
commit 443622bbf5
1 changed files with 2 additions and 1 deletions

View File

@ -52,7 +52,8 @@ under the License.
<!-- duplicate dependency with different version (MNG-4005), last declaration wins -->
<groupId>org.apache.maven.its.mng4403</groupId>
<artifactId>a</artifactId>
<version>0.1</version>
<!-- deprecated expression prefix (MNG-4421) -->
<version>${pom.version}</version>
</dependency>
<dependency>
<groupId>org.apache.maven.its.mng4403</groupId>