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:
parent
79210385c9
commit
8c64beca13
@ -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>
|
||||
|
2
maven-archetype/maven-archetypes/maven-archetype-mojo/src/main/resources/archetype-resources/pom.xml
2
maven-archetype/maven-archetypes/maven-archetype-mojo/src/main/resources/archetype-resources/pom.xml
@ -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>
|
||||
|
2
maven-archetype/maven-archetypes/maven-archetype-site/src/main/resources/archetype-resources/pom.xml
2
maven-archetype/maven-archetypes/maven-archetype-site/src/main/resources/archetype-resources/pom.xml
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user