mirror of https://github.com/apache/maven.git
getting ready to release.
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@201462 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2cd5059d5
commit
660b57ccab
|
@ -1,13 +1,14 @@
|
|||
<model>
|
||||
<project>
|
||||
<parent>
|
||||
<artifactId>maven-archetype</artifactId>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<version>1.0-alpha-1</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-archetype-core</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>1.0-alpha-2</version>
|
||||
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>plexus</groupId>
|
||||
|
@ -42,4 +43,4 @@
|
|||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</model>
|
||||
</project>
|
||||
|
|
Loading…
Reference in New Issue