mirror of https://github.com/apache/maven.git
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:
parent
957ef7b986
commit
82415445e6
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue