You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/05/18 13:10:53 UTC

cvs commit: maven/src/bin forehead.conf

dion        2003/05/18 04:10:53

  Modified:    .        project.xml
               src/bin  forehead.conf
  Log:
  Upgrade to ant 1.5.3-1
  
  Revision  Changes    Path
  1.274     +2 -2      maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/project.xml,v
  retrieving revision 1.273
  retrieving revision 1.274
  diff -u -r1.273 -r1.274
  --- project.xml	23 Apr 2003 22:40:50 -0000	1.273
  +++ project.xml	18 May 2003 11:10:52 -0000	1.274
  @@ -368,13 +368,13 @@
       </dependency>
       <dependency>
         <id>ant</id>
  -      <version>1.5.1</version>
  +      <version>1.5.3-1</version>
         <url>http://ant.apache.org/</url>
       </dependency>
       <dependency>
         <groupId>ant</groupId>
         <artifactId>ant-optional</artifactId>
  -      <version>1.5.1</version>
  +      <version>1.5.3-1</version>
         <url>http://jakarta.apache.org/ant/</url>
       </dependency>
       <dependency>
  
  
  
  1.17      +2 -2      maven/src/bin/forehead.conf
  
  Index: forehead.conf
  ===================================================================
  RCS file: /home/cvs/maven/src/bin/forehead.conf,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- forehead.conf	8 Jan 2003 06:51:18 -0000	1.16
  +++ forehead.conf	18 May 2003 11:10:53 -0000	1.17
  @@ -8,9 +8,9 @@
   [root]
       ${tools.jar}
       ${maven.home}/lib/commons-grant-1.0-beta-4.jar
  -    ${maven.home}/lib/ant-1.5.1.jar
  +    ${maven.home}/lib/ant-1.5.3-1.jar
       ${maven.home}/lib/xml-apis-1.0.b2.jar
  -    ${maven.home}/lib/ant-optional-1.5.1.jar
  +    ${maven.home}/lib/ant-optional-1.5.3-1.jar
       ${maven.home}/lib/xerces-2.2.1.jar
   
   [root.maven]
  
  
  

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