You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by br...@apache.org on 2004/07/03 04:05:33 UTC

cvs commit: maven-plugins/artifact/xdocs changes.xml

brett       2004/07/02 19:05:33

  Modified:    artifact project.xml
               artifact/xdocs changes.xml
  Log:
  dependency sync
  
  Revision  Changes    Path
  1.32      +3 -3      maven-plugins/artifact/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/project.xml,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- project.xml	28 Jun 2004 09:40:14 -0000	1.31
  +++ project.xml	3 Jul 2004 02:05:33 -0000	1.32
  @@ -70,19 +70,19 @@
       <dependency>
         <groupId>commons-net</groupId>
         <artifactId>commons-net</artifactId>
  -      <version>1.0.0</version>
  +      <version>1.1.0</version>
         <type>jar</type>
       </dependency>
       <dependency>
         <groupId>commons-httpclient</groupId>
         <artifactId>commons-httpclient</artifactId>
  -      <version>2.0-beta1</version>
  +      <version>2.0</version>
         <type>jar</type>
       </dependency>
       <dependency>
         <groupId>commons-lang</groupId>
         <artifactId>commons-lang</artifactId>
  -      <version>1.0.1</version>
  +      <version>2.0</version>
         <type>jar</type>
       </dependency>
       <dependency>
  
  
  
  1.25      +1 -0      maven-plugins/artifact/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/artifact/xdocs/changes.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- changes.xml	30 Jun 2004 04:13:01 -0000	1.24
  +++ changes.xml	3 Jul 2004 02:05:33 -0000	1.25
  @@ -27,6 +27,7 @@
     <body>
       <release version="1.4-SNAPSHOT" date="in CVS">
         <action dev="brett" type="add">Allow use of distributionSite POM attribute in artifact method</action>
  +      <action dev="brett" type="update">Update dependencies on commons-*</action>
       </release>
       <release version="1.3" date="2004-06-25">
         <action dev="brett" type="add" issue="MPARTIFACT-8" due-to="Matt Smith">Allow non-passive FTP</action>
  
  
  

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