You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by jv...@apache.org on 2004/10/26 02:48:14 UTC

cvs commit: maven-components/maven-artifact pom.xml

jvanzyl     2004/10/25 17:48:14

  Modified:    maven-artifact pom.xml
  Log:
  o updating wagon dep
  
  Revision  Changes    Path
  1.9       +1 -1      maven-components/maven-artifact/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-artifact/pom.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- pom.xml	26 Oct 2004 00:42:32 -0000	1.8
  +++ pom.xml	26 Oct 2004 00:48:14 -0000	1.9
  @@ -17,7 +17,7 @@
     <dependencies>
       <dependency>
         <groupId>maven</groupId>
  -      <artifactId>wagon-api</artifactId>
  +      <artifactId>wagon-provider-api</artifactId>
         <version>1.0-alpha-2-SNAPSHOT</version>
       </dependency>
       <dependency>