Vincent, you do know these changes are happening on HEAD? And most other plugin changes are happening on the STABLE branch....
Is there a reason?? -- dIon Gillard, Multitask Consulting Blog: http://blogs.codehaus.org/people/dion/ [EMAIL PROTECTED] wrote on 10/08/2003 02:56:43 AM: > vmassol 2003/08/09 09:56:43 > > Modified: src/plugins-build/cactus project.xml > src/plugins-build/cactus/xdocs changes.xml > Log: > - Updated to Cactus 1.6dev-20030809 in order to fix an issue with > spaces in long file names (Reported by Sebastien Brunot) > > - Updated dependency versions for commons-httpclient and httpunit > > Revision Changes Path > 1.36 +4 -4 maven/src/plugins-build/cactus/project.xml > > Index: project.xml > =================================================================== > RCS file: /home/cvs/maven/src/plugins-build/cactus/project.xml,v > retrieving revision 1.35 > retrieving revision 1.36 > diff -u -r1.35 -r1.36 > --- project.xml 7 Aug 2003 07:45:43 -0000 1.35 > +++ project.xml 9 Aug 2003 16:56:43 -0000 1.36 > @@ -74,17 +74,17 @@ > <dependency> > <groupId>cactus</groupId> > <artifactId>cactus</artifactId> > - <version>13-1.6dev-20030807</version> > + <version>13-1.6dev-20030809</version> > </dependency> > <dependency> > <groupId>cactus</groupId> > <artifactId>cactus-ant</artifactId> > - <version>13-1.6dev-20030807</version> > + <version>13-1.6dev-20030809</version> > </dependency> > <dependency> > <groupId>commons-httpclient</groupId> > <artifactId>commons-httpclient</artifactId> > - <version>2.0-alpha3</version> > + <version>2.0-rc1</version> > </dependency> > <dependency> > <groupId>commons-logging</groupId> > @@ -107,7 +107,7 @@ > <dependency> > <groupId>httpunit</groupId> > <artifactId>httpunit</artifactId> > - <version>1.5.1</version> > + <version>1.5.3</version> > </dependency> > <dependency> > <groupId>nekohtml</groupId> > > > > 1.23 +5 -1 maven/src/plugins-build/cactus/xdocs/changes.xml > > Index: changes.xml > =================================================================== > RCS file: /home/cvs/maven/src/plugins-build/cactus/xdocs/changes.xml,v > retrieving revision 1.22 > retrieving revision 1.23 > diff -u -r1.22 -r1.23 > --- changes.xml 8 Aug 2003 17:52:04 -0000 1.22 > +++ changes.xml 9 Aug 2003 16:56:43 -0000 1.23 > @@ -8,6 +8,10 @@ > <body> > > <release version="3.1" date="in CVS"> > + <action dev="vmassol" type="update"> > + Updated commons-httpclient dependency to 2.0 rc1 and httpunit to > + 1.5.3. > + </action> > <action dev="vmassol" type="add"> > Added new optional property <code>cactus.weblogic7x. > beahome</code> to > configure the location of BEA HOME for the WebLogic 7.x > container. It > @@ -19,7 +23,7 @@ > when we moved to the new Cactus/Ant integration in version 3.0). > </action> > <action dev="vmassol" type="update"> > - Update to Cactus 1.6dev-20030807 which has fixes for WebLogic 7.x > + Updated to Cactus 1.6dev-20030809 which has fixes for WebLogic 7.x > support. > </action> > </release> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] >