mirror of https://github.com/apache/maven.git
o Setting parent pom.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
244f6070e8
commit
668ecf8165
|
@ -1,5 +1,10 @@
|
|||
<project>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<parent>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-component</artifactId>
|
||||
<version>2.0-SNAPSHOT</version>
|
||||
</parent>
|
||||
<groupId>maven</groupId>
|
||||
<artifactId>maven-archetype</artifactId>
|
||||
<version>1.0-alpha-1-SNAPSHOT</version>
|
||||
|
|
Loading…
Reference in New Issue