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 jd...@apache.org on 2004/09/17 18:48:57 UTC

cvs commit: maven-components pom.xml

jdcasey     2004/09/17 09:48:57

  Modified:    .        pom.xml
  Log:
  o Changed the plexus dependency's version from 0.17 to 0.17-SNAPSHOT since 0.17 has not yet been released.
  
  Revision  Changes    Path
  1.9       +1 -1      maven-components/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/pom.xml,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- pom.xml	2 Sep 2004 12:34:16 -0000	1.8
  +++ pom.xml	17 Sep 2004 16:48:57 -0000	1.9
  @@ -80,7 +80,7 @@
       <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus</artifactId>
  -      <version>0.17</version>
  +      <version>0.17-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>xstream</groupId>