felipeal    2004/10/13 20:04:08

  Modified:    .        dependencies.xml.default
               integration/maven project.xml
               integration/maven/xdocs changes.xml
  Log:
  fix for CACTUS-139: updated HttpUnit to 1.6 (and also its dependencies)
  
  Revision  Changes    Path
  1.4       +5 -5      jakarta-cactus/dependencies.xml.default
  
  Index: dependencies.xml.default
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/dependencies.xml.default,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dependencies.xml.default  23 May 2004 14:37:04 -0000      1.3
  +++ dependencies.xml.default  14 Oct 2004 03:04:08 -0000      1.4
  @@ -22,7 +22,7 @@
     <commons.logging project="commons-logging"
         artifact="commons-logging" version="1.0.3"/>
     <httpunit project="httpunit"
  -      artifact="httpunit" version="1.5.4"/>
  +      artifact="httpunit" version="1.6"/>
     <j2ee.13 project="jboss"
        artifact="jboss-j2ee" version="3.2.3"/>
     <j2ee.14 project="jboss"
  @@ -44,7 +44,7 @@
     <mockobjects project="mockobjects"
        artifact="mockobjects-core" version="0.09"/>
     <nekohtml project="nekohtml"
  -      artifact="nekohtml" version="0.8.1"/>
  +      artifact="nekohtml" version="0.9.1"/>
     <regexp project="regexp"
         artifact="regexp" version="1.3"/>
     <servlet.22 project="servletapi"
  @@ -56,7 +56,7 @@
     <standard project="taglibs"
        artifact="standard" version="1.0.2"/>
     <xerces project="xerces"
  -      artifact="xercesImpl" version="2.4.0"/>
  -  <xmlapis project="xml-apis"
  -      artifact="xml-apis" version="2.0.2"/>
  +      artifact="xercesImpl" version="2.6.2"/>
  +  <xmlapis project="xerces"
  +      artifact="xmlParserAPIs" version="2.2.1"/>
   </dependencies>
  
  
  
  1.18      +8 -8      jakarta-cactus/integration/maven/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/project.xml,v
  retrieving revision 1.17
  retrieving revision 1.18
  diff -u -r1.17 -r1.18
  --- project.xml       14 Oct 2004 02:29:59 -0000      1.17
  +++ project.xml       14 Oct 2004 03:04:08 -0000      1.18
  @@ -57,27 +57,27 @@
       <dependency>
         <groupId>httpunit</groupId>
         <artifactId>httpunit</artifactId>
  -      <version>1.5.4</version>
  +      <version>1.6</version>
       </dependency>
       <dependency>
         <groupId>nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
  -      <version>0.7.7</version>
  +      <version>0.9.1</version>
       </dependency>
       <dependency>
         <groupId>xerces</groupId>
  -      <artifactId>xerces</artifactId>
  -      <version>2.4.0</version>
  +      <artifactId>xercesImpl</artifactId>
  +      <version>2.6.2</version>
       </dependency>
       <dependency>
  -      <groupId>xml-apis</groupId>
  -      <artifactId>xml-apis</artifactId>
  -      <version>1.0.b2</version>
  +      <groupId>xerces</groupId>
  +      <artifactId>xmlParserAPIs</artifactId>
  +      <version>2.2.1</version>
       </dependency>
       <dependency>
         <groupId>rhino</groupId>
         <artifactId>js</artifactId>
  -      <version>1.5R4-RC3</version>
  +      <version>1.5R4.1</version>
       </dependency>
   
       <!-- Note: Dependencies below are needed by the Cactus scanner tag -->
  
  
  
  1.46      +3 -0      jakarta-cactus/integration/maven/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/integration/maven/xdocs/changes.xml,v
  retrieving revision 1.45
  retrieving revision 1.46
  diff -u -r1.45 -r1.46
  --- changes.xml       14 Oct 2004 02:29:59 -0000      1.45
  +++ changes.xml       14 Oct 2004 03:04:08 -0000      1.46
  @@ -8,6 +8,9 @@
     <body>
   
       <release version="1.7dev" date="in CVS">
  +      <action dev="felipeal" type="update" issue="CACTUS-139">
  +        Cactus now uses <code>HttpUnit 1.6</code>.
  +      </action>
         <action dev="felipeal" type="update" issue="CACTUS-137">
           Plugin is now buildable withouth any manual intervention.
         </action>
  
  
  

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

Reply via email to