1
0
mirror of https://github.com/apache/maven.git synced 2025-02-24 03:17:09 +00:00

PR: MNG-1016

remove snapshot dependencies in the templates. This will need to be updated again after 2.0 final.


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@292439 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-09-29 14:32:35 +00:00
parent 79210385c9
commit 8c64beca13
3 changed files with 4 additions and 4 deletions
maven-archetype/maven-archetypes
maven-archetype-marmalade-mojo/src/main/resources/archetype-resources
maven-archetype-mojo/src/main/resources/archetype-resources
maven-archetype-site/src/main/resources/archetype-resources

@ -11,7 +11,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
<version>2.0-beta-2</version>
</dependency>
<dependency>
<groupId>marmalade</groupId>
@ -31,7 +31,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-script-marmalade</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
<version>2.0-beta-2</version>
</dependency>
</dependencies>
<build>

@ -11,7 +11,7 @@
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
<version>2.0-beta-1-SNAPSHOT</version>
<version>2.0-beta-2</version>
</dependency>
<dependency>
<groupId>junit</groupId>

@ -3,7 +3,7 @@
<parent>
<artifactId>maven</artifactId>
<groupId>org.apache.maven</groupId>
<version>2.0-beta-1-SNAPSHOT</version>
<version>2.0-beta-2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-site</artifactId>