Added: maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-0624/versionInProperty/pom.xml URL: http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-0624/versionInProperty/pom.xml?rev=690110&view=auto ============================================================================== --- maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-0624/versionInProperty/pom.xml (added) +++ maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/mng-0624/versionInProperty/pom.xml Thu Aug 28 22:25:50 2008 @@ -0,0 +1,17 @@ +<project> + <modelVersion>4.0.0</modelVersion> + <name>mng624 parent</name> + <groupId>org.apache.maven.its.mng624</groupId> + <artifactId>parent</artifactId> + <version>${ver}</version> + <packaging>pom</packaging> + <modules> + <module>child1</module> + <module>child2</module> + <module>child3</module> + </modules> + + <properties> + <ver>1</ver> + </properties> +</project>