put the wagon dependency version update in the right place

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163920 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2005-04-13 00:28:30 +00:00
parent ce968a2dd9
commit a1d22fd80b
2 changed files with 8 additions and 8 deletions

View File

@ -8,6 +8,14 @@
<artifactId>maven-core</artifactId>
<name>Maven</name>
<dependencies>
<!-- TODO: shouldn't be required, but is for correct version to appear in distribution - need dependency mediation -->
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
<version>1.0-alpha-3-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>plexus</groupId>
<artifactId>plexus-container-artifact</artifactId>

View File

@ -9,14 +9,6 @@
<name>Maven MBoot</name>
<description>Tool used to bootstrap m2.</description>
<dependencies>
<!-- TODO: shouldn't be required - need latest version dependency resolution -->
<dependency>
<groupId>org.apache.maven.wagon</groupId>
<artifactId>wagon-provider-api</artifactId>
<version>1.0-alpha-3-SNAPSHOT</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.codehaus.modello</groupId>
<artifactId>modello-plugin-xpp3</artifactId>