Check that maven-parent 9 works with all projects

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@683423 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Arnaud Heritier 2008-08-06 21:53:33 +00:00
parent db44e13e76
commit ff4f395afd
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>8</version>
<version>9-SNAPSHOT</version>
<relativePath>../../pom/maven/pom.xml</relativePath>
</parent>
<groupId>org.apache.maven.its</groupId>

View File

@ -26,7 +26,7 @@
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>8</version>
<version>9-SNAPSHOT</version>
<relativePath>../pom/maven/pom.xml</relativePath>
</parent>