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

cvs commit: jakarta-turbine-maven/src/plugins-build/deploy project.xml

jvanzyl     2003/01/04 18:07:44

  Modified:    src/plugins-build/deploy project.xml
  Log:
  o Adding commons-net for the FTP deployer.
  
  Revision  Changes    Path
  1.6       +11 -1     jakarta-turbine-maven/src/plugins-build/deploy/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/deploy/project.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- project.xml	4 Jan 2003 23:41:50 -0000	1.5
  +++ project.xml	5 Jan 2003 02:07:44 -0000	1.6
  @@ -99,7 +99,17 @@
         <id>jce</id>
         <version>1.2.2</version>
       </dependency>
  -    
  +
  +    <dependency>
  +      <id>commons-httpclient</id>
  +      <version>SNAPSHOT</version>
  +    </dependency>
  +
  +    <dependency>
  +      <id>commons-net</id>
  +      <version>SNAPSHOT</version>
  +    </dependency>
  +
     </dependencies>