extend maven parent and deploy snapshot for archetype

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@558907 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brian E Fox 2007-07-24 01:29:04 +00:00
parent 957ef7b986
commit 82415445e6
1 changed files with 5 additions and 0 deletions

View File

@ -1,5 +1,10 @@
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>org.apache.maven</groupId>
<artifactId>maven-parent</artifactId>
<version>6-SNAPSHOT</version>
</parent>
<groupId>org.apache.maven.its</groupId>
<artifactId>maven-integration-test-helper</artifactId>
<version>1.0-SNAPSHOT</version>