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>
|
<parent>
|
||||||
<artifactId>maven-archetype</artifactId>
|
<artifactId>maven-archetype</artifactId>
|
||||||
<groupId>org.apache.maven</groupId>
|
<groupId>org.apache.maven</groupId>
|
||||||
<version>1.0-alpha-1</version>
|
<version>1.0-alpha-1</version>
|
||||||
</parent>
|
</parent>
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
<groupId>org.apache.maven</groupId>
|
||||||
<artifactId>maven-archetype-core</artifactId>
|
<artifactId>maven-archetype-core</artifactId>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<version>1.0-alpha-2</version>
|
<version>1.0-alpha-2-SNAPSHOT</version>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>plexus</groupId>
|
<groupId>plexus</groupId>
|
||||||
|
@ -42,4 +43,4 @@
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</model>
|
</project>
|
||||||
|
|
Loading…
Reference in New Issue