o Fixed parent references

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@809929 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2009-09-01 09:31:05 +00:00
parent 20630cf215
commit 79dcdf27c8
4 changed files with 4 additions and 1 deletions

View File

@ -26,6 +26,7 @@ under the License.
<artifactId>maven-it-plugins</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<version>2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.maven.its.plugins.class-loader</groupId>

View File

@ -26,6 +26,7 @@ under the License.
<artifactId>maven-it-plugins</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<version>2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<groupId>org.apache.maven.its.plugins.class-loader</groupId>

View File

@ -26,6 +26,7 @@ under the License.
<artifactId>maven-it-plugins</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<version>2.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<artifactId>maven-it-plugin-class-loader</artifactId>

View File

@ -23,7 +23,7 @@ under the License.
<modelVersion>4.0.0</modelVersion>
<parent>
<artifactId>maven-it-plugin-core-stubs</artifactId>
<artifactId>maven-it-plugins</artifactId>
<groupId>org.apache.maven.its.plugins</groupId>
<version>2.1-SNAPSHOT</version>
</parent>