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/09/18 04:47:11 UTC

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

jvanzyl     2004/09/17 19:47:11

  Modified:    maven-artifact pom.xml
  Log:
  updating to a-1
  
  Revision  Changes    Path
  1.5       +2 -2      maven-components/maven-artifact/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/maven-artifact/pom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pom.xml	18 Sep 2004 01:59:21 -0000	1.4
  +++ pom.xml	18 Sep 2004 02:47:10 -0000	1.5
  @@ -18,12 +18,12 @@
       <dependency>
         <groupId>maven</groupId>
         <artifactId>wagon-api</artifactId>
  -      <version>0.9-SNAPSHOT</version>
  +      <version>1.0-alpha-1-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>maven</groupId>
         <artifactId>wagon-http-lightweight</artifactId>
  -      <version>0.9-SNAPSHOT</version>
  +      <version>1.0-alpha-1-SNAPSHOT</version>
       </dependency>
     </dependencies>
   </project>