You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wagon-commits@maven.apache.org by jv...@apache.org on 2004/10/25 20:33:27 UTC

cvs commit: maven-wagon/wagon-providers pom.xml

jvanzyl     2004/10/25 11:33:27

  Modified:    wagon-providers pom.xml
  Log:
  o the artifactId must match the directory name for the artifact path to
    be calculated correctly. i'm aligning this as the rest of the m2 builds
    are.
  
  Revision  Changes    Path
  1.3       +1 -1      maven-wagon/wagon-providers/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-wagon/wagon-providers/pom.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- pom.xml	16 Oct 2004 04:46:13 -0000	1.2
  +++ pom.xml	25 Oct 2004 18:33:27 -0000	1.3
  @@ -8,7 +8,7 @@
           <version>1.0-alpha-2-SNAPSHOT</version>
       </parent>
       <groupId>maven</groupId>
  -    <artifactId>wagon-provider-parent</artifactId>
  +    <artifactId>wagon-providers</artifactId>
       <name>Wagon HTTP provider</name>
       <version>1.0-alpha-2-SNAPSHOT</version>
       <shortDescription>Wagon Provider Parent</shortDescription>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: wagon-cvs-unsubscribe@maven.apache.org
For additional commands, e-mail: wagon-cvs-help@maven.apache.org