mirror of https://github.com/apache/maven.git
update mojo archetype for 2.0
git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@326667 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f9f0593569
commit
fbb96d9766
|
@ -2,9 +2,9 @@
|
|||
<parent>
|
||||
<artifactId>maven-archetypes</artifactId>
|
||||
<groupId>org.apache.maven.archetypes</groupId>
|
||||
<version>1.0-alpha-4-SNAPSHOT</version>
|
||||
<version>1.0-alpha-3</version>
|
||||
</parent>
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<artifactId>maven-archetype-mojo</artifactId>
|
||||
<version>1.0-alpha-4-SNAPSHOT</version>
|
||||
</project>
|
||||
</project>
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
<dependency>
|
||||
<groupId>org.apache.maven</groupId>
|
||||
<artifactId>maven-plugin-api</artifactId>
|
||||
<version>2.0-beta-2</version>
|
||||
<version>2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
|
|
Loading…
Reference in New Issue