brett       2004/09/12 23:34:18

  Modified:    .        project.xml
  Log:
  upgrade dependencies to release versions where possible
  
  Revision  Changes    Path
  1.339     +6 -5      maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/project.xml,v
  retrieving revision 1.338
  retrieving revision 1.339
  diff -u -r1.338 -r1.339
  --- project.xml       11 Sep 2004 01:50:27 -0000      1.338
  +++ project.xml       13 Sep 2004 06:34:18 -0000      1.339
  @@ -614,6 +614,7 @@
   
       <dependency>
         <id>commons-betwixt</id>
  +      <!-- Note that an attempted upgrade to 0.5 causes a StackOverflowError, and 
1.0-beta-1 (older) causes other weird errors. Thisshould just be removed and replaced 
with the generated xpp3 parsers -->
         <version>1.0-beta-1.20030111.103454</version>
         <url>http://jakarta.apache.org/commons/betwixt/</url>
       </dependency>
  @@ -630,25 +631,25 @@
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-ant</artifactId>
  -      <version>20030625.032346</version>
  +      <version>1.0</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/ant/</url>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-define</artifactId>
  -      <version>20030211.142932</version>
  +      <version>1.0</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/define/</url>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-util</artifactId>
  -      <version>20030211.141939</version>
  +      <version>1.0</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/util/</url>
       </dependency>
       <dependency>
         <groupId>commons-jelly</groupId>
         <artifactId>commons-jelly-tags-xml</artifactId>
  -      <version>20040613.030723</version>
  +      <version>1.0</version>
         <url>http://jakarta.apache.org/commons/jelly/tags/xml/</url>
       </dependency>
       <dependency>
  @@ -700,7 +701,7 @@
       </dependency>
       <dependency>
         <id>commons-io</id>
  -      <version>20030203.000550</version>
  +      <version>1.0</version>
         <url>http://jakarta.apache.org/commons/</url>
       </dependency>
       <dependency>
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to