brett 2005/04/12 17:28:30
Modified: maven-core pom.xml
maven-mboot2 pom.xml
Log:
put the wagon dependency version update in the right place
Revision Changes Path
1.31 +8 -0 maven-components/maven-core/pom.xml
Index: pom.xml
===================================================================
RCS file: /home/cvs/maven-components/maven-core/pom.xml,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- pom.xml 8 Apr 2005 07:50:53 -0000 1.30
+++ pom.xml 13 Apr 2005 00:28:30 -0000 1.31
@@ -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>
1.14 +0 -8 maven-components/maven-mboot2/pom.xml
Index: pom.xml
===================================================================
RCS file: /home/cvs/maven-components/maven-mboot2/pom.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- pom.xml 13 Apr 2005 00:05:42 -0000 1.13
+++ pom.xml 13 Apr 2005 00:28:30 -0000 1.14
@@ -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>