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/08/09 21:34:13 UTC

cvs commit: maven-components pom.xml

jvanzyl     2004/08/09 12:34:13

  Modified:    .        pom.xml
  Log:
  use plexus 0.16
  
  Revision  Changes    Path
  1.5       +1 -1      maven-components/pom.xml
  
  Index: pom.xml
  ===================================================================
  RCS file: /home/cvs/maven-components/pom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- pom.xml	3 Jul 2004 12:59:58 -0000	1.4
  +++ pom.xml	9 Aug 2004 19:34:13 -0000	1.5
  @@ -67,7 +67,7 @@
       <dependency>
         <groupId>plexus</groupId>
         <artifactId>plexus</artifactId>
  -      <version>0.14-SNAPSHOT</version>
  +      <version>0.16</version>
       </dependency>
       <dependency>
         <groupId>xstream</groupId>